| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
(bzr r13322)
|
| |
|
|
|
|
|
| |
-----
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)
|
| |
|
| |
(bzr r13218)
|
| |
|
| |
(bzr r13215)
|
| |
|
| |
(bzr r13214)
|
| |
|
|
|
|
|
|
|
| |
-----
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)
|
| |
|
| |
(bzr r13185)
|
| |
|
| |
(bzr r13182)
|
| |
|
|
|
| |
(current devlibs version)
(bzr r13181)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1263242
(bzr r12953)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1241797
(bzr r12926)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1243937
(bzr r12720)
|
| |
|
| |
(bzr r12699)
|
| |
|
| |
(bzr r12698)
|
| |
|
| |
(bzr r12597)
|
| |
|
| |
(bzr r12497)
|
| |
|
| |
(bzr r12493)
|
|
|
Rename libunicode-convert to symbol_convert and put it in libuemf.
(bzr r12490)
|