summaryrefslogtreecommitdiff
path: root/svgio/source
AgeCommit message (Collapse)Author
2013-05-16Unname unused argument to prevent compiler warnings.Pavel Janík
Notes: prefer: d50ce284c9674c45acd40d017cc44c260da722a2
2013-05-16i122324 detect own re-import of EmbeddedFonts and correct font nameArmin Le Grand
Notes: merged as: 5f84a4cdcb9ae2b2fc002cefeccf349682f0a29d
2013-05-15i121801 Corrected handling of gradient transformationsArmin Le Grand
Notes: merged as: b7a425aab6122b5848362815e5fe665c7e38da05
2013-01-23#121656# removed const for return-by-valueArmin Le Grand
Notes: merged as: 0061af795047deb92c4b43ec191ad6ffd97d0b64
2013-01-23#121656# Some more cleanups for SVG import, also const as const canArmin Le Grand
Notes: merged as: 0061af795047deb92c4b43ec191ad6ffd97d0b64
2013-01-21type qualifiers ignored on function return typeHerbert Dürr
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. Notes: prefer: 42782fddff98eeab5c8249918e9ba000f08c22e8
2012-10-30#121221# added boolean state to remember when the StrokeDasharray was set to ↵Armin Le Grand
empty by purpose Notes: merged as: bc589d57f083279b6d619904b937fae706ece493
2012-08-23#120616# Corrected SVG gradient primitive and it's decompositionArmin Le Grand
Notes: merged as: 99501a839f6d777c24bc9210787fd14dc3aad67d
2012-08-02#120435# Corrected CSS style detection to be executed only once per nodeArmin Le Grand
Notes: merged as: 5bdba378d6fc9f18f618967ec37d07efed2afee4
2012-07-25#120334# Added support for multiple CSS styles per graphic primitive in SVGArmin Le Grand
Notes: merged as: f75ca1fdad1094fbea4bb6cb0e3cc9458700c470
2012-05-15#118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name ↵Armin Le Grand
to be the filename only, added code to SW to set Title and Desc Notes: merged as: bd55f05b332c1573bd410fd9e21ea7fcf977e1b0
2012-05-07#119125# adding missing files from the last commit; sorry for inconveniencesArmin Le Grand
Notes: merged as: eceecd4a3806f64c2e8fb0a3bcdcc43e1384779f
2012-05-04#119125# corected gradient rendering, added stuff to add Title and ↵Armin Le Grand
Description to primitives for later usage Notes: merged as: eceecd4a3806f64c2e8fb0a3bcdcc43e1384779f
2012-02-15remove svn:executable properties from more source filesHerbert Dürr
2012-01-26#118834# Unified usage of TextBreakupHelper as single tooling class for i18n ↵Armin Le Grand
text primitive breakup
2012-01-19#118817# corrected positioning for Svg markersArmin Le Grand
2012-01-17linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel ↵Armin Le Grand
for doing the basic implementation and offering it under apache license Notes: merged as: 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70
2012-01-16#118784# corrected Svg initial coodinate system usagesArmin Le Grand
2012-01-13#118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive ↵Armin Le Grand
representation instead of TransparencePrimitive2D
2012-01-10#118699# Added text/css style support for use nodes; corrected text/css ↵Armin Le Grand
style identification when there is also an ID set
2012-01-10#118737# Support multiple styles in a css/style statement, use the right ↵Armin Le Grand
identifiers for polygon and polynode
2012-01-02svg: #118698# added support for css style for svg tokens, unified css style ↵Armin Le Grand
character reading
2011-12-24svg: added WaE changes from branch svgreplacement to trunc (revisions ↵Armin Le Grand
r122204, r122214)
2011-12-19Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to ↵Armin Le Grand
trunk, first version of Svg stable and done