History log of /trunk/main/svgio/source/svgreader/ (Results 26 - 50 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
175cd09214-Jun-2013 Armin Le Grand

i122522 apply needed order to CSS styles to presentation styles

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1493159 13f79535-47bb-0310-9956-ffa450edef68

363947da16-May-2013 Pavel Janík

Unname unused argument to prevent compiler warnings.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483442 13f79535-47bb-0310-9956-ffa450edef68

861dea5c16-May-2013 Armin Le Grand

i122324 detect own re-import of EmbeddedFonts and correct font name

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1483396 13f79535-47bb-0310-9956-ffa450edef68

01e92ad615-May-2013 Armin Le Grand

i121801 Corrected handling of gradient transformations

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1482726 13f79535-47bb-0310-9956-ffa450edef68

0813cdfd23-Jan-2013 Armin Le Grand

#121656# removed const for return-by-value

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437329 13f79535-47bb-0310-9956-ffa450edef68

a275c13423-Jan-2013 Armin Le Grand

#121656# Some more cleanups for SVG import, also const as const can

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1437324 13f79535-47bb-0310-9956-ffa450edef68

a180b29c21-Jan-2013 Herbert Dürr

type qualifiers ignored on function return type

Gcc 4.4 on our buildbot reported 657 such warnings, which represents
almost 85% of all warnings it emitted for our codebase! The warnings

type qualifiers ignored on function return type

Gcc 4.4 on our buildbot reported 657 such warnings, which represents
almost 85% of all warnings it emitted for our codebase! The warnings
are correct and cleaning them up improves our code quality and makes
the build output more relevant.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1436255 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO340
5bc9d78330-Oct-2012 Armin Le Grand

#121221# added boolean state to remember when the StrokeDasharray was set to empty by purpose

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403730 13f79535-47bb-0310-9956

#121221# added boolean state to remember when the StrokeDasharray was set to empty by purpose

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1403730 13f79535-47bb-0310-9956-ffa450edef68

show more ...

804e048723-Aug-2012 Armin Le Grand

#120616# Corrected SVG gradient primitive and it's decomposition

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1376444 13f79535-47bb-0310-9956-ffa450edef68

0906e77902-Aug-2012 Armin Le Grand

#120435# Corrected CSS style detection to be executed only once per node

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1368423 13f79535-47bb-0310-9956-ffa450edef68

50b3797425-Jul-2012 Armin Le Grand

#120334# Added support for multiple CSS styles per graphic primitive in SVG

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1365501 13f79535-47bb-0310-9956-ffa450edef68

172c67b215-May-2012 Armin Le Grand

#118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name to be the filename only, added code to SW to set Title and Desc

git-svn-id: https://svn.apache.org/repos/asf/incu

#118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name to be the filename only, added code to SW to set Title and Desc

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1338651 13f79535-47bb-0310-9956-ffa450edef68

show more ...

f580d42c07-May-2012 Armin Le Grand

#119125# adding missing files from the last commit; sorry for inconveniences

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1334916 13f79535-47bb-0310-9956-ffa450edef68

025b059704-May-2012 Armin Le Grand

#119125# corected gradient rendering, added stuff to add Title and Description to primitives for later usage

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1334023 13f79535

#119125# corected gradient rendering, added stuff to add Title and Description to primitives for later usage

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1334023 13f79535-47bb-0310-9956-ffa450edef68

show more ...

79aad27f15-Feb-2012 Herbert Dürr

remove svn:executable properties from more source files

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1244544 13f79535-47bb-0310-9956-ffa450edef68

693be7f626-Jan-2012 Armin Le Grand

#118834# Unified usage of TextBreakupHelper as single tooling class for i18n text primitive breakup

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236110 13f79535-47bb-031

#118834# Unified usage of TextBreakupHelper as single tooling class for i18n text primitive breakup

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1236110 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ae8097f319-Jan-2012 Armin Le Grand

#118817# corrected positioning for Svg markers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1233450 13f79535-47bb-0310-9956-ffa450edef68

5aaf853b17-Jan-2012 Armin Le Grand

linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

git-svn-id: https://svn.apache.org/repos/asf

linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232507 13f79535-47bb-0310-9956-ffa450edef68

show more ...

4192311916-Jan-2012 Armin Le Grand

#118784# corrected Svg initial coodinate system usages

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1232097 13f79535-47bb-0310-9956-ffa450edef68

db3fbf2613-Jan-2012 Armin Le Grand

#118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive representation instead of TransparencePrimitive2D

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@12311

#118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive representation instead of TransparencePrimitive2D

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1231198 13f79535-47bb-0310-9956-ffa450edef68

show more ...

2600a56710-Jan-2012 Armin Le Grand

#118699# Added text/css style support for use nodes; corrected text/css style identification when there is also an ID set

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@122

#118699# Added text/css style support for use nodes; corrected text/css style identification when there is also an ID set

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229595 13f79535-47bb-0310-9956-ffa450edef68

show more ...

311ea6ab10-Jan-2012 Armin Le Grand

#118737# Support multiple styles in a css/style statement, use the right identifiers for polygon and polynode

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229573 13f7953

#118737# Support multiple styles in a css/style statement, use the right identifiers for polygon and polynode

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1229573 13f79535-47bb-0310-9956-ffa450edef68

show more ...

3aaca8a302-Jan-2012 Armin Le Grand

svg: #118698# added support for css style for svg tokens, unified css style character reading

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1226395 13f79535-47bb-0310-9956

svg: #118698# added support for css style for svg tokens, unified css style character reading

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1226395 13f79535-47bb-0310-9956-ffa450edef68

show more ...

e2bf1e9d24-Dec-2011 Armin Le Grand

svg: added WaE changes from branch svgreplacement to trunc (revisions r122204, r122214)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1222974 13f79535-47bb-0310-9956-ffa45

svg: added WaE changes from branch svgreplacement to trunc (revisions r122204, r122214)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1222974 13f79535-47bb-0310-9956-ffa450edef68

show more ...

ddde725d19-Dec-2011 Armin Le Grand

Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1220836 13

Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1220836 13f79535-47bb-0310-9956-ffa450edef68

show more ...

12