summaryrefslogtreecommitdiffstats
path: root/src/libuemf/uemf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-3653/+0
|
* libuemf: sync with upstream version 0.2.5Eduard Braun2017-11-251-5/+4
| | | | | | | | (we were already in sync but the readme did not reflect that) Only code change: wmf_free was renamed to uwmf_free in uwmf.h/c to prevent name conflict, see https://bugs.launchpad.net/inkscape/+bug/1616844
* Fix misplaced parenthesis reported by compiler warning.Tavmjong Bah2017-01-041-6/+18
| | | (bzr r15389)
* sync Inkscape to libUEMF changesmathog2016-01-271-7/+12
| | | (bzr r14619)
* patch should fix bug 1538361mathog2016-01-271-4/+7
| | | (bzr r14618)
* minor tweaks to libUEMF and related codemathog2015-05-211-3/+8
| | | (bzr r14169)
* patch for bugs 1447850 and 1447382mathog2015-04-271-21/+159
| | | (bzr r14062)
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-291-2/+3
| | | (bzr r13322)
* Patch for libuemf.David Mathog2014-03-271-2/+4
| | | | | | | ----- Somewhere along the line during the clang patches the version of libUEMF in inkscape acquired changes not in the upstream library. Small patch which puts them back in sync. (bzr r13222)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-1165/+1757
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Merge in patch from mathog in Bug #1241797Martin Owens2014-01-141-25/+28
| | | | | | 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 compilation warnings in libuemfKrzysztof Kosi??ski2013-09-011-3/+6
| | | (bzr r12497)
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-0/+2889
Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)