| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -2/+3 | |
| - 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-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -10/+10 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -0/+0 | |
| A lot of header clean-up. | |||||
| 2017-10-18 | Refactor Util::ptr_shared | Jan Lingscheid | 1 | -4/+4 | |
| Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | |||||
| 2014-09-27 | Update to experimental r13565 | Liam P. White | 1 | -3/+5 | |
| (bzr r13341.5.16) | |||||
| 2014-08-31 | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 1 | -3/+5 | |
| GThread deprecation errors. (bzr r13341.1.190) | |||||
| 2012-02-05 | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 1 | -1/+1 | |
| (bzr r10939) | |||||
| 2011-10-05 | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 1 | -1/+0 | |
| the contents forward.h at all). (bzr r10667) | |||||
| 2011-02-27 | compatibility patch to compile using gcc 4.6 | Adib Taraben | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | |||||
| 2010-06-29 | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 1 | -0/+1 | |
| sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | |||||
| 2007-07-11 | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 1 | -0/+75 | |
| (patch by gbanaszk) (bzr r3227) | |||||
