| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | 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-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -52/+52 |
| | | | | | | 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 | -15/+15 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -15/+15 |
| | | |||||
| * | Fix compilation with poppler 0.64 | Eduard Braun | 2018-04-24 | 1 | -2/+2 |
| | | |||||
| * | Fixed more trivial typos | luz.paz | 2018-03-12 | 1 | -1/+1 |
| | | | | Via `codespell` and `grep` | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -0/+1 |
| | | | | | A lot of header clean-up. | ||||
| * | Ensure strncpy'd strings are null terminated | Bryce Harrington | 2015-08-29 | 1 | -0/+1 |
| | | | | (bzr r14332) | ||||
| * | Revert unintended changes. | Tavmjong Bah | 2015-05-27 | 1 | -124/+8 |
| | | | | (bzr r14181) | ||||
| * | Add 'font-variant-xxx' to properties that should not be set on non-text ↵ | Tavmjong Bah | 2015-05-27 | 1 | -8/+124 |
| | | | | | | elements. (bzr r14179) | ||||
| * | Respect PDF image 'interpolate' value on import. | Tavmjong Bah | 2015-05-24 | 1 | -13/+23 |
| | | | | (bzr r14171) | ||||
| * | static code analysis: initialisation | Kris De Gussem | 2014-12-28 | 1 | -3/+3 |
| | | | | (bzr r13827) | ||||
| * | More direct way of finding font-family. One entry per unique style. | Tavmjong Bah | 2014-10-15 | 1 | -6/+5 |
| | | | | | | (experimental r13580 and r12581) (bzr r13616.1.3) | ||||
| * | Render zero-width PDF lines as 1px lines compensated for current transform. | Krzysztof Kosi??ski | 2014-03-13 | 1 | -9/+8 |
| | | | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143) | ||||
| * | pdfinput: Do not use an extremely ugly static variable in SvgBuilder | Krzysztof Kosi??ski | 2014-03-13 | 1 | -28/+28 |
| | | | | (bzr r13142) | ||||
| * | Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984. | Tavmjong Bah | 2014-02-11 | 1 | -0/+4 |
| | | | | (bzr r13023) | ||||
| * | Improve code readability. | Matthew Petroff | 2013-08-28 | 1 | -1/+1 |
| | | | | (bzr r12475.1.9) | ||||
| * | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 1 | -2/+2 |
| |\ | | | | | (bzr r12471) | ||||
| | * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -2/+2 |
| | | | | | | | (bzr r12380.1.54) | ||||
| * | | code cleanup (cppcheck) | Johan B. C. Engelen | 2013-08-05 | 1 | -5/+3 |
| | | | | | | | (bzr r12469) | ||||
| * | | pdf import. re-define tiling pattern scaling matrix (Bug 1168908) | Alvin Penner | 2013-08-03 | 1 | -1/+19 |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/1168908 (bzr r12450) | ||||
| * | cppcheck | Kris De Gussem | 2013-02-11 | 1 | -2/+2 |
| | | | | (bzr r12117) | ||||
| * | pdf import. move style attribute from <tspan> node to <text> node (Bug 219709) | Alvin Penner | 2012-09-10 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/219709 (bzr r11661) | ||||
| * | Fix building with Poppler 0.20 (LP: #1005565) | Luca Bruno | 2012-06-30 | 1 | -3/+1 |
| | | | | | | | | | Poppler >= 0.20 has a new internal API for errors and other miscellanea. As we are abusing these internal functionalities, they broke from time to time. Fixing it for now with a new conditional build flag. This fixes https://bugs.launchpad.net/inkscape/+bug/1005565 (bzr r11518) | ||||
| * | Correct use of memcopy/sizeof on wrong type. Fixes bug #616178. | Jon A. Cruz | 2012-05-18 | 1 | -2/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/616178 (bzr r11379) | ||||
| * | pdf import. modify criterion for applying scaling to gradientTransform (Bug ↵ | Alvin Penner | 2012-04-22 | 1 | -6/+8 |
| | | | | | | | | | 985182) Fixed bugs: - https://launchpad.net/bugs/985182 (bzr r11283) | ||||
| * | Warning cleanup | Jon A. Cruz | 2012-04-18 | 1 | -6/+6 |
| | | | | (bzr r11265) | ||||
| * | pdf import. for radial gradient, approximate an ExponentialFunction using an ↵ | Alvin Penner | 2012-04-15 | 1 | -19/+18 |
| | | | | | | | | | extra stop (Bug 919176) Fixed bugs: - https://launchpad.net/bugs/919176 (bzr r11256) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 1 | -8/+8 |
| | | | | (bzr r10952) | ||||
| * | variable initialisation | Kris De Gussem | 2011-11-19 | 1 | -3/+7 |
| | | | | (bzr r10746) | ||||
| * | Updating use of libpng jump buffer. Fixes bug #721029. | Jon A. Cruz | 2011-10-29 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707) | ||||
| * | Fixing more broken and split doc comments. | Jon A. Cruz | 2011-10-27 | 1 | -1/+1 |
| | | | | (bzr r10697) | ||||
| * | Warning cleanup | Jon A. Cruz | 2011-10-23 | 1 | -14/+14 |
| | | | | (bzr r10694) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -2/+2 |
| | | | | (bzr r10686) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| | | | | (bzr r10681) | ||||
| * | pdf import. modify calculation of GradientTransform (Bug 530895) | Alvin Penner | 2011-10-17 | 1 | -1/+38 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/530895 (bzr r10680) | ||||
| * | pdf import. apply invert transform to all image tags (Bug 840625) | Alvin Penner | 2011-09-09 | 1 | -2/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/840625 (bzr r10627) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -5/+5 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 1 | -5/+5 |
| | | | | (bzr r10067) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -8/+8 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -2/+4 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| * | | Applied patch and updated to address non-BMP Unicode charcters. Fixes bug ↵ | Jon A. Cruz | 2010-10-03 | 1 | -16/+19 |
| |/ | | | | | | | | #369861. Fixed bugs: - https://launchpad.net/bugs/369861 (bzr r9812) | ||||
| * | Patches 3-11 from 488862 for a number of memleaks and ↵ | Josh Andler | 2009-12-16 | 1 | -2/+2 |
| | | | | | | allocation/deallocation issues. (bzr r8891) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -1/+1 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -1/+1 |
| | | | | (bzr r8408) | ||||
| * | patch 179589 with UI added: optionally, try to replace a font name specified ↵ | bulia byak | 2009-04-15 | 1 | -7/+87 |
| | | | | | | in PDF with the closest-named local installed font (since we do not extract any fonts, nor can we embed them into svg) (bzr r7718) | ||||
| * | patch by KoRi for 324938 | bulia byak | 2009-02-11 | 1 | -1/+2 |
| | | | | (bzr r7272) | ||||
