| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-16 | Remove unused files. | Tavmjong Bah | 1 | -126/+0 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -5/+2 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -1/+2 | |
| - 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 | -1/+1 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -10/+14 | |
| A lot of header clean-up. | |||||
| 2016-10-03 | beautify idents | Dmitry Zhulanov | 1 | -4/+3 | |
| (bzr r15136.1.15) | |||||
| 2016-10-03 | beautify idents | Dmitry Zhulanov | 1 | -2/+0 | |
| (bzr r15136.1.14) | |||||
| 2016-09-27 | no need to FileQuit verb checking | Dmitry Zhulanov | 1 | -15/+0 | |
| (bzr r15136.1.5) | |||||
| 2016-09-27 | fix indention | Dmitry Zhulanov | 1 | -72/+72 | |
| (bzr r15136.1.4) | |||||
| 2016-09-27 | fix tabs in src/main-cmdlineact | Marc Jeanmougin | 1 | -55/+62 | |
| (bzr r15138) | |||||
| 2016-09-26 | add x-verbs support | Dmitry Zhulanov | 1 | -0/+35 | |
| (bzr r15136.1.1) | |||||
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+1 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -1/+0 | |
| (bzr r15025) | |||||
| 2016-05-08 | Clarify license. | Krzysztof Kosi??ski | 1 | -1/+1 | |
| Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873) | |||||
| 2014-12-21 | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 1 | -1/+0 | |
| (bzr r13820) | |||||
| 2014-06-27 | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 1 | -1/+1 | |
| disallow pointers to Application (bzr r13341.5.9) | |||||
| 2014-06-25 | 1. make it compile | Liam P. White | 1 | -1/+1 | |
| (bzr r13341.5.1) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -11/+13 | |
| Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | |||||
| 2011-10-15 | cppcheck | Kris De Gussem | 1 | -2/+2 | |
| (bzr r10678) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8404) | |||||
| 2007-03-01 | r14632@tres: ted | 2007-02-28 23:12:58 -0800 | Ted Gould | 1 | -0/+107 | |
| Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481) | |||||
