1f882ec4 | 29-Oct-2013 |
Armin Le Grand |
i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute
i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1536730 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO401, AOO400 |
|
070b55e6 | 09-Jul-2013 |
Armin Le Grand |
i118671 take emergency exit when local slideshow is disposed from executing macros git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1501160 13f79535-47bb-0310-9956-ffa450edef68 |
591a3969 | 16-Apr-2013 |
Herbert Dürr |
eliminate type ambiguity for std::accumulate() invocation else clang/libc++ cannot decide between bool and a reference into a bit-vector specialization git-svn-id: https://svn.
eliminate type ambiguity for std::accumulate() invocation else clang/libc++ cannot decide between bool and a reference into a bit-vector specialization git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1468397 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO340 |
|
78abece8 | 30-Aug-2012 |
Andre Fischer |
#i120764# Reduce grid size for snake wipe transition to 8*8. Patch by: Wang Zhe Review by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/in
#i120764# Reduce grid size for snake wipe transition to 8*8. Patch by: Wang Zhe Review by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378911 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
dbf9d0c3 | 29-Aug-2012 |
Pavel Janík |
Fix broken C++ code. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378703 13f79535-47bb-0310-9956-ffa450edef68 |
bf97b58d | 29-Aug-2012 |
Andre Fischer |
#i120750# Fixed processing of repeat count. Patch by: Wang Zhe Review and clean up by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incuba
#i120750# Fixed processing of repeat count. Patch by: Wang Zhe Review and clean up by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378619 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
e630ada4 | 29-Aug-2012 |
Andre Fischer |
#i120749# Fixed interpolation of "smil:to" animation when "smil:from" is missing. Original patch by: Wang Zhe Fixed by: Andre Fischer git-
#i120749# Fixed interpolation of "smil:to" animation when "smil:from" is missing. Original patch by: Wang Zhe Fixed by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378592 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
42dadaea | 29-Aug-2012 |
Andre Fischer |
Added options to create subset of full animation set. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1378588 13f79535-47bb-0310-9956-ffa450edef68 |
5d3ab1ea | 02-Jul-2012 |
Ariel Constenla-Haile |
i120145 - Remove ENABLE_PRESENTER_EXTRA_UI git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1356139 13f79535-47bb-0310-9956-ffa450edef68 |
7ee1d29c | 10-Jun-2012 |
Ariel Constenla-Haile |
GCC 4.7 build breakers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348595 13f79535-47bb-0310-9956-ffa450edef68 |
aad02ff8 | 30-May-2012 |
Herbert Dürr |
Fix slideshow build on pre-glxext-18 systems Patch by: Herbert Duerr Suggested by: Herbert Duerr Found by: Herbert Duerr git-svn-id: https://svn.apache.org/repos/asf/in
Fix slideshow build on pre-glxext-18 systems Patch by: Herbert Duerr Suggested by: Herbert Duerr Found by: Herbert Duerr git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1344175 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c966c276 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307006 13f79535-47bb-0310-9956-ffa450edef68 |
9f22d7c2 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1307005 13f79535-47bb-0310-9956-ffa450edef68 |
bb113e63 | 29-Mar-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1306680 13f79535-47bb-0310-9956-ffa450edef68 |
73c96003 | 16-Feb-2012 |
Yuri Dario |
i118923 - OS/2 port: use 8.3 names for targets. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1245067 13f79535-47bb-0310-9956-ffa450edef68 |
e4af8f11 | 24-Jan-2012 |
Pedro Giffuni |
Avoid some uses of non portable #!/bin/bash in shell scripts. bash is common in GNU/linux but is, in general, not available by default on other systems or likely to be in a different
Avoid some uses of non portable #!/bin/bash in shell scripts. bash is common in GNU/linux but is, in general, not available by default on other systems or likely to be in a different place. When possible /bin/sh should be used but if bash extensions are required "#!/bin/env bash" is considered more portable. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1235297 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
3eeae035 | 12-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230734 13f79535-47bb-0310-9956-ffa450edef68 |
67a4c099 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229826 13f79535-47bb-0310-9956-ffa450edef68 |
e6b7d829 | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229816 13f79535-47bb-0310-9956-ffa450edef68 |
7871dc3e | 11-Jan-2012 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229815 13f79535-47bb-0310-9956-ffa450edef68 |
78d93489 | 03-Jan-2012 |
Armin Le Grand |
fix for #118525#: Using primitives for chart sub-geometry visualisation git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1226879 13f79535-47bb-0310-9956-ffa450edef68 |
aaef562f | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198477 13f79535-47bb-0310-9956-ffa450edef68 |
70f497fb | 06-Nov-2011 |
Andrew Rist |
Update headers to Alv2 headers git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1198291 13f79535-47bb-0310-9956-ffa450edef68 |
a7200274 | 07-Sep-2011 |
Michael Stahl |
slideshow: remove some forgotten tools-types Submitted on behalf of a third party: Ariel Constenla-Haile <ariel.constenla.haile@googlemail.com> git-svn-id: https://svn.apache.or
slideshow: remove some forgotten tools-types Submitted on behalf of a third party: Ariel Constenla-Haile <ariel.constenla.haile@googlemail.com> git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1166122 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
198461a5 | 28-Aug-2011 |
Michael Stahl |
unotools: OOutputStreamWrapper: remove invocation of DECLARE_UNO3_AGG_DEFAULTS (symbols are somehow not exported with GCC 4.6, and it seems to be unnecessary) git-svn-id:
unotools: OOutputStreamWrapper: remove invocation of DECLARE_UNO3_AGG_DEFAULTS (symbols are somehow not exported with GCC 4.6, and it seems to be unnecessary) git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1162610 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|