| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 24 | -46776/+0 |
| | | |||||
| * | Removing sample meson build files. | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -37/+0 |
| | | | | | | | | | | | These will be kept at a separate "meson_build" branch at https://gitlab.com/fsanches/inkscape/ Learn more at: * "Using Meson's automatic dependency manager to build GTK" ** https://www.youtube.com/watch?v=2dB80CjH_3Q * "The Meson Build System - 4+ years of work to become an overnight success" ** https://www.youtube.com/watch?v=gHdTzdXkhRY | ||||
| * | [meson-build] libuemf | Felipe Corrêa da Silva Sanches | 2018-03-17 | 1 | -0/+37 |
| | | |||||
| * | libuemf: remove COPYING again | Eduard Braun | 2017-11-25 | 1 | -340/+0 |
| | | | | | see efb5cb4a7a22316994b7a89b51d3d0ca654dabd4 | ||||
| * | libuemf: sync with upstream version 0.2.5 | Eduard Braun | 2017-11-25 | 3 | -68/+431 |
| | | | | | | | | | (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 | ||||
| * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | |||||
| * | Avoid name conflict with libwmf (wmf_free). | Tavmjong Bah | 2017-06-01 | 2 | -2/+3 |
| | | | | (bzr r15724) | ||||
| * | Fix misplaced parenthesis reported by compiler warning. | Tavmjong Bah | 2017-01-04 | 1 | -6/+18 |
| | | | | (bzr r15389) | ||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -30/+0 |
| | | | | (bzr r15046) | ||||
| * | sync Inkscape to libUEMF changes | mathog | 2016-01-27 | 2 | -11/+17 |
| | | | | (bzr r14619) | ||||
| * | patch should fix bug 1538361 | mathog | 2016-01-27 | 1 | -4/+7 |
| | | | | (bzr r14618) | ||||
| * | patch should fix bug 1480651 | mathog | 2016-01-27 | 6 | -35/+38 |
| | | | | (bzr r14617) | ||||
| * | Ensure strncpy'd strings are null terminated | Bryce Harrington | 2015-08-29 | 1 | -1/+5 |
| | | | | (bzr r14332) | ||||
| * | cmake: Add some missing header files to CMakeLists.txt | Bryce Harrington | 2015-06-08 | 1 | -0/+1 |
| | | | | | | These were found by running cmake_consistency_check.py (bzr r14198) | ||||
| * | clean up a couple of clang warnings | mathog | 2015-05-28 | 2 | -7/+8 |
| | | | | (bzr r14183) | ||||
| * | minor tweaks to libUEMF and related code | mathog | 2015-05-21 | 11 | -69/+141 |
| | | | | (bzr r14169) | ||||
| * | cmake: Include missing source file in build rules | Bryce Harrington | 2015-04-29 | 1 | -0/+1 |
| | | | | (bzr r14070.1.4) | ||||
| * | add two files omitted in patch at revision 14062 | mathog | 2015-04-27 | 2 | -0/+1234 |
| | | | | (bzr r14063) | ||||
| * | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 16 | -1787/+3618 |
| | | | | (bzr r14062) | ||||
| * | Improved support for clipping on EMF/WMF import, see bug 1302857 | mathog | 2014-04-29 | 3 | -8/+9 |
| | | | | (bzr r13322) | ||||
| * | Patch for libuemf. | David Mathog | 2014-03-27 | 4 | -20/+15 |
| | | | | | | | | ----- 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) | ||||
| * | Fixed typo. | David Mathog | 2014-03-26 | 1 | -1/+1 |
| | | | | (bzr r13218) | ||||
| * | Two more changes in libuemf to silence analyzer. | Markus Engel | 2014-03-26 | 1 | -2/+2 |
| | | | | (bzr r13215) | ||||
| * | Second patch for analyzer warnings in libuemf. | David Mathog | 2014-03-26 | 4 | -184/+325 |
| | | | | (bzr r13214) | ||||
| * | Patch for several issues in libuemf. | David Mathog | 2014-03-25 | 8 | -104/+187 |
| | | | | | | | | | | ----- 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: more self-assignment -> unused changes | Johan B. C. Engelen | 2014-03-22 | 1 | -3/+5 |
| | | | | (bzr r13185) | ||||
| * | fix self-assignment. use of UNUSED macro to better show the intent of the code | Johan B. C. Engelen | 2014-03-22 | 1 | -1/+6 |
| | | | | (bzr r13182) | ||||
| * | libuemf: make uemf_utf.c compile cleanly with specific version of iconv. ↵ | Johan B. C. Engelen | 2014-03-21 | 1 | -2/+5 |
| | | | | | | (current devlibs version) (bzr r13181) | ||||
| * | EMF/WMF support: Various changes (see bug #1263242 c35 for details) | David Mathog | 2014-02-08 | 3 | -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 Mathog | 2014-01-17 | 21 | -2247/+18183 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953) | ||||
| * | Merge in patch from mathog in Bug #1241797 | Martin Owens | 2014-01-14 | 2 | -28/+67 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1241797 (bzr r12926) | ||||
| * | Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle) | David Mathog | 2013-10-24 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1243937 (bzr r12720) | ||||
| * | fix wrong memory deallocation | Kris De Gussem | 2013-10-17 | 1 | -1/+1 |
| | | | | (bzr r12699) | ||||
| * | cppcheck: printf variable identifier | Kris De Gussem | 2013-10-16 | 1 | -1/+1 |
| | | | | (bzr r12698) | ||||
| * | cppcheck | Kris De Gussem | 2013-09-26 | 1 | -16/+16 |
| | | | | (bzr r12597) | ||||
| * | Fix compilation warnings in libuemf | Krzysztof Kosi??ski | 2013-09-01 | 3 | -23/+57 |
| | | | | (bzr r12497) | ||||
| * | update cmakefiles | Campbell Barton | 2013-08-31 | 1 | -0/+1 |
| | | | | (bzr r12493) | ||||
| * | Move libuemf to a separate directory. | Krzysztof Kosi??ski | 2013-08-31 | 20 | -0/+27339 |
| Rename libunicode-convert to symbol_convert and put it in libuemf. (bzr r12490) | |||||
