summaryrefslogtreecommitdiffstats
path: root/src/libuemf/uemf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-5606/+0
|
* patch should fix bug 1480651mathog2016-01-271-3/+3
| | | (bzr r14617)
* Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-291-1/+5
| | | (bzr r14332)
* patch for bugs 1447850 and 1447382mathog2015-04-271-123/+150
| | | (bzr r14062)
* Improved support for clipping on EMF/WMF import, see bug 1302857mathog2014-04-291-3/+3
| | | (bzr r13322)
* Patch for several issues in libuemf.David Mathog2014-03-251-4/+2
| | | | | | | | | ----- The patch: 1. Removes half a dozen or so code lines that didn't do anything. 2. Fixes a couple of missing tests for pointers which cannot be NULL. (Note that in many instances the pseudoobject functions in upmf.c do accept null pointers because the objects being constructed have optional parts.) 3. There was one "real" potential memory leak (line 6276 in upmf.c, numbers before the patch). I fixed the others too, but they just never happen (iconv would have to fail in some strange way.) There are no (real) memory access violations or memory leaks in any of this either in standalone libUEMF testing or in use as part of Inkscape as determined from valgrind runs. (bzr r13211)
* libUEMF update; EMF linear gradient bug fixes (bug #1263242)David Mathog2014-01-171-27/+45
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953)
* Merge in patch from mathog in Bug #1241797Martin Owens2014-01-141-3/+39
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1241797 (bzr r12926)
* fix wrong memory deallocationKris De Gussem2013-10-171-1/+1
| | | (bzr r12699)
* Move libuemf to a separate directory.Krzysztof Kosi??ski2013-08-311-0/+5523
Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490)