summaryrefslogtreecommitdiffstats
path: root/src/libuemf (follow)
Commit message (Collapse)AuthorAgeFilesLines
* EMF/WMF support: Various changes (see bug #1263242 c35 for details)David Mathog2014-02-083-36/+87
| | | | | | | | | | | | | | | | | | | | EMF support: - linear gradients: improve numeric stability on round-trip editing - linear gradients: fix scaling issue libTERE/text_reassemble update: - improve handling of whitespace created with large x kerns - fix handling of absolute RTL-positioning of LTR text in EMF files WMF support: - fix support for 'textout' records and Placeable headers - add support for CREATEPATTERNBRUSH - fix offset on load if opened via GUI (bug #1250250) Fixed bugs: - https://launchpad.net/bugs/1263242 - https://launchpad.net/bugs/1250250 (bzr r13008)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-1721-2247/+18183
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Merge in patch from mathog in Bug #1241797Martin Owens2014-01-142-28/+67
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241797 (bzr r12926)
* Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)David Mathog2013-10-241-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1243937 (bzr r12720)
* fix wrong memory deallocationKris De Gussem2013-10-171-1/+1
| | | (bzr r12699)
* cppcheck: printf variable identifierKris De Gussem2013-10-161-1/+1
| | | (bzr r12698)
* cppcheckKris De Gussem2013-09-261-16/+16
| | | (bzr r12597)
* Fix compilation warnings in libuemfKrzysztof Kosi??ski2013-09-013-23/+57
| | | (bzr r12497)
* update cmakefilesCampbell Barton2013-08-311-0/+1
| | | (bzr r12493)
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-3120-0/+27339
Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)