| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Misc. typos | luz.paz | 2018-10-06 | 1 | -2/+2 |
| | | | | Found via `codespell` | ||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -5/+0 |
| | | |||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 1 | -10/+10 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 1 | -16/+11 |
| | | |||||
| * | Update to trunk and styling fixes | Jabier Arraiza | 2018-08-05 | 1 | -10/+10 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -26/+34 |
| | | |||||
| * | Fixes compiling bugs | Jabier Arraiza | 2018-08-05 | 1 | -4/+4 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -14/+30 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -44/+14 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -14/+44 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -3/+3 |
| | | |||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -46/+46 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -12/+12 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -12/+12 |
| | | |||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+2 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | luz.paz | 2018-01-08 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | Change abs to std::abs to fix warnings | Simon Wells | 2017-11-04 | 1 | -1/+1 |
| | | |||||
| * | EMF/WMF: Hopefully resolve locale issues with decimal separator for good | Eduard Braun | 2017-04-06 | 1 | -0/+16 |
| | | | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617) | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -3/+2 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+3 |
| | | | | (bzr r15142.1.32) | ||||
| * | Extensions: Use underscored variants of parameters / attribute names in ↵ | Eduard Braun | 2016-06-11 | 1 | -11/+11 |
| | | | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979) | ||||
| * | provide end user debugging for EMF and WMF issues | mathog | 2016-02-18 | 1 | -6/+26 |
| | | | | (bzr r14660) | ||||
| * | patch for bug 1511508 | mathog | 2015-10-29 | 1 | -4/+1 |
| | | | | (bzr r14435) | ||||
| * | patch for bugs 1447850 and 1447382 | mathog | 2015-04-27 | 1 | -14/+36 |
| | | | | (bzr r14062) | ||||
| * | fix for bug 1425317 | mathog | 2015-02-25 | 1 | -2/+2 |
| | | | | (bzr r13947) | ||||
| * | fix for bug 1419926 | mathog | 2015-02-09 | 1 | -15/+24 |
| | | | | (bzr r13914) | ||||
| * | fix for bug 1405292 | mathog | 2015-02-09 | 1 | -3/+3 |
| | | | | (bzr r13913) | ||||
| * | Update to trunk r13580 | Liam P. White | 2014-10-06 | 1 | -5/+24 |
| |\ | | | | | (bzr r13341.1.255) | ||||
| | * | resolves bug 1348417 and implements addition features for bug 1302857 | mathog | 2014-09-04 | 1 | -5/+24 |
| | | | | | | | (bzr r13544) | ||||
| * | | Reduce header bloat | Alex Valavanis | 2014-08-30 | 1 | -1/+1 |
| |/ | | | (bzr r13341.1.184) | ||||
| * | Fix for bug 1340683 | mathog | 2014-07-24 | 1 | -1/+17 |
| | | | | (bzr r13468) | ||||
| * | Replaced some abs/fabs with std::abs. | Markus Engel | 2014-07-22 | 1 | -2/+2 |
| | | | | (bzr r13459) | ||||
| * | Improved support for clipping on EMF/WMF import, see bug 1302857 | mathog | 2014-04-29 | 1 | -36/+142 |
| | | | | (bzr r13322) | ||||
| * | Fix for bug 1306138 | mathog | 2014-04-28 | 1 | -41/+4 |
| | | | | (bzr r13319) | ||||
| * | Fix for bug 1294840 | mathog | 2014-04-28 | 1 | -4/+1 |
| | | | | (bzr r13318) | ||||
| * | Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ↵ | Tavmjong Bah | 2014-04-27 | 1 | -194/+149 |
| | | | | | | class. (bzr r13310) | ||||
| * | Patch for several issues in libuemf. | David Mathog | 2014-03-25 | 1 | -1/+1 |
| | | | | | | | | | | ----- 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) | ||||
| * | EMF import: fix clipPath definition: move transform attribute into the ↵ | David Mathog | 2014-03-19 | 1 | -2/+2 |
| | | | | | | | | | <rect> element (bug #1294713) Fixed bugs: - https://launchpad.net/bugs/1294713 (bzr r13166) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -44/+33 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵ | David Mathog | 2014-02-22 | 1 | -0/+2 |
| | | | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049) | ||||
| * | EMF/WMF support: Various changes (see bug #1263242 c35 for details) | David Mathog | 2014-02-08 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -324/+294 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1263242 (bzr r12953) | ||||
| * | add some nullptr checking, should fix crash (couldn't test) | Johan B. C. Engelen | 2013-10-27 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1243011 (bzr r12733) | ||||
| * | fix crash, partly fix vertical positioning issue. couldn't figure out how to ↵ | Johan B. C. Engelen | 2013-10-27 | 1 | -5/+4 |
| | | | | | | | | | make it work, the applied scale transform works weird somehow Fixed bugs: - https://launchpad.net/bugs/1244793 (bzr r12732) | ||||
| * | Fix for Bug 1242927 (minor EMF import issues) | David Mathog | 2013-10-24 | 1 | -4/+11 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1242927 (bzr r12721) | ||||
| * | 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) | ||||
