089baf4cc94d795399ba8edb7c0a7807af901f1d |
|
22-May-2015 |
mathog <> |
minor tweaks to libUEMF and related code |
06517eb74772b7c18a8ab8d703405646d9ec05d3 |
|
27-Apr-2015 |
mathog <> |
patch for bugs 1447850 and 1447382 |
034d7ccaa6acbcd03e37974a2d164706862c32a2 |
|
29-Apr-2014 |
mathog <> |
Improved support for clipping on EMF/WMF import, see bug 1302857 |
de94547c5bd6a8fd2e8c9e5ddfafebc81d5ab871 |
|
26-Mar-2014 |
David Mathog <mathog@caltech.edu> |
Second patch for analyzer warnings in libuemf. |
2bf3910a9fbe18eb8fb519f02f9d49d68df7ee7a |
|
25-Mar-2014 |
David Mathog <mathog@caltech.edu> |
Patch for several issues in libuemf.
-----
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. |
5da08901f6f284dfb64e741ed2f6287d9cfc087a |
|
08-Feb-2014 |
mathog <mathog@caltech.edu> |
EMF/WMF support: Various changes (see bug #1263242 c35 for details)
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) |
1df6105803c4c56c020a56301c7c9c4890fd4158 |
|
18-Jan-2014 |
mathog <mathog@caltech.edu> |
libUEMF update; EMF linear gradient bug fixes (bug #1263242) |
6a55cc6751be1162fa737fa656ffae0729c2e2a0 |
|
31-Aug-2013 |
Krzysztof KosiĆski <tweenk.pl@gmail.com> |
Move libuemf to a separate directory.
Rename libunicode-convert to symbol_convert and put it in libuemf. |