| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -5/+9 | |
| - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | |||||
| 2018-06-19 | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 1 | -5/+5 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -13/+13 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2016-09-29 | Fix a regression introduced by the refactoring. | Shlomi Fish | 1 | -1/+2 | |
| Thanks to Mc for noticing it here: https://code.launchpad.net/~shlomif-gmail/inkscape/trunk-refactoring/+merge/307193 (bzr r15100.1.24) | |||||
| 2016-09-03 | Avoid == true / == false. | Shlomi Fish | 1 | -2/+1 | |
| (bzr r15100.1.11) | |||||
| 2015-04-28 | Fix calls to Geom::cross() - sign change. | Krzysztof Kosi??ski | 1 | -2/+2 | |
| (bzr r14059.2.2) | |||||
| 2013-10-16 | cppcheck: printf variable identifier | Kris De Gussem | 1 | -2/+2 | |
| (bzr r12698) | |||||
| 2013-08-03 | init members | Johan B. C. Engelen | 1 | -1/+6 | |
| (bzr r12453) | |||||
| 2013-08-03 | cppcheck Common realloc mistake: 'qrsData' nulled but not freed upon failure | Johan B. C. Engelen | 1 | -1/+6 | |
| (bzr r12448) | |||||
| 2013-07-16 | Shape calculations. re-introduce grid of a smaller size. ↵ | Alvin Penner | 1 | -4/+4 | |
| (http://article.gmane.org/gmane.comp.graphics.inkscape.devel/40786) (bzr r12420) | |||||
| 2013-07-01 | Shape calculations. do not quantize the coordinates. (Bug 168158) | Alvin Penner | 1 | -4/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/168158 (bzr r12399) | |||||
| 2011-12-08 | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 1 | -1/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| 2011-08-28 | Completely remove libnr | Krzysztof Kosi??ski | 1 | -1/+0 | |
| (bzr r10582.1.11) | |||||
| 2011-06-23 | Remove more of libnr | Krzysztof Kosi??ski | 1 | -3/+3 | |
| (bzr r10347.1.2) | |||||
| 2008-12-28 | More NR ==> Geom changes | Joshua L. Blocher | 1 | -31/+31 | |
| (bzr r7032) | |||||
| 2008-01-31 | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 1 | -0/+2 | |
| (bzr r4629) | |||||
| 2007-02-19 | Fixed unintialized variables and minor misc warnings | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r2398) | |||||
| 2006-11-05 | enable Affiche | bulia byak | 1 | -7/+5 | |
| (bzr r1900) | |||||
| 2006-04-20 | resolving compiler warnings | Andrius Ramanauskas | 1 | -2/+2 | |
| (bzr r552) | |||||
| 2006-04-19 | Rendering optimisation, which gives best results for zoomed in drawings with ↵ | Andrius Ramanauskas | 1 | -1084/+1106 | |
| complex (multi-node) paths. Optimisation focus - eliminating cubicTo and LineTo nodes outside of visible area, so no unneeded calculations is needed and less memory is consumed (this avoids crashes which were occurring previously if zooming into a complex drawing) (bzr r541) | |||||
