| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -12/+12 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -15/+22 | |
| - 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-11-07 | fix bug 1793940 ODG image export | Thomas Holder | 1 | -0/+7 | |
| Fixes handling of relative image URIs and data URIs for OpenDocument drawing (*.odg) export. | |||||
| 2018-09-25 | cppcheck: out of bounds ziptool | Julien Nabet | 1 | -1/+1 | |
| [util/ziptool.cpp:1235]: (error) Array 'lenBases[29]' accessed at index 29, which is out of bounds. [util/ziptool.cpp:1236]: (error) Array 'lenBases[29]' accessed at index 29, which is out of bounds. | |||||
| 2018-06-20 | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 1 | -6/+6 | |
| 2018-06-18 | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 1 | -4/+5 | |
| This avoids having to pass variables by reference before copying them when calling a constructor. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 1 | -3/+3 | |
| This renames most C <*.h> includes into C++ <c*> includes. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -13/+6 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -2/+2 | |
| 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 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-08 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2015-05-08 | fixes a few of jenkins warnings | Marc Jeanmougin | 1 | -1/+1 | |
| (bzr r14126) | |||||
| 2014-02-26 | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 1 | -0/+0 | |
| ziptool to utils. (bzr r13047.1.5) | |||||
| 2013-04-21 | cppcheck | Kris De Gussem | 1 | -10/+16 | |
| (bzr r12293) | |||||
| 2013-02-09 | partially reverted previous commit | Kris De Gussem | 1 | -0/+3025 | |
| (bzr r12110) | |||||
| 2013-02-08 | removed some unused files | Kris De Gussem | 1 | -3025/+0 | |
| (bzr r12109) | |||||
| 2012-10-04 | code cleanup: make more functions static, add includes. | Campbell Barton | 1 | -1/+1 | |
| (bzr r11737) | |||||
| 2011-12-04 | cppcheck | Kris De Gussem | 1 | -12/+33 | |
| (bzr r10759) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10697) | |||||
| 2011-10-23 | cppcheck | Kris De Gussem | 1 | -11/+11 | |
| (bzr r10695) | |||||
| 2009-12-16 | Patches 3-11 from 488862 for a number of memleaks and ↵ | Josh Andler | 1 | -0/+1 | |
| allocation/deallocation issues. (bzr r8891) | |||||
| 2009-07-10 | Produce proper ODG files on x86_64, patch by Lubomir Rintel | Luca Bruno | 1 | -0/+2 | |
| (Closes: #275519) (bzr r8250) | |||||
| 2007-10-11 | Avoid string literal char* warnings on g++-4.2: change some functions to ↵ | Peter Moulder | 1 | -12/+12 | |
| take char const* rather than char*. (bzr r3874) | |||||
| 2007-03-29 | make glib dep configurable again | Bob Jamison | 1 | -5/+22 | |
| (bzr r2776) | |||||
| 2006-05-21 | Unix-ify the sources | Bob Jamison | 1 | -2984/+2984 | |
| (bzr r928) | |||||
| 2006-04-22 | Tweak to use Glib::ustring. Remove warnings. | Bob Jamison | 1 | -22/+37 | |
| (bzr r565) | |||||
| 2006-04-21 | minor speedup | Bob Jamison | 1 | -13/+21 | |
| (bzr r564) | |||||
| 2006-04-14 | remove warnings | Bob Jamison | 1 | -6/+6 | |
| (bzr r523) | |||||
| 2006-04-14 | Fixed end-of-block marker | Bob Jamison | 1 | -10/+47 | |
| (bzr r520) | |||||
| 2006-04-13 | add zipentry methods | Bob Jamison | 1 | -4/+15 | |
| (bzr r509) | |||||
| 2006-04-12 | Add new rearranged /dom directory | Bob Jamison | 1 | -0/+2913 | |
| (bzr r479) | |||||
