| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused files. | Tavmjong Bah | 2019-01-16 | 1 | -126/+0 |
| | | |||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -5/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 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 | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -7/+7 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -10/+14 |
| | | | | | A lot of header clean-up. | ||||
| * | beautify idents | Dmitry Zhulanov | 2016-10-03 | 1 | -4/+3 |
| | | | | (bzr r15136.1.15) | ||||
| * | beautify idents | Dmitry Zhulanov | 2016-10-03 | 1 | -2/+0 |
| | | | | (bzr r15136.1.14) | ||||
| * | no need to FileQuit verb checking | Dmitry Zhulanov | 2016-09-27 | 1 | -15/+0 |
| | | | | (bzr r15136.1.5) | ||||
| * | fix indention | Dmitry Zhulanov | 2016-09-27 | 1 | -72/+72 |
| | | | | (bzr r15136.1.4) | ||||
| * | add x-verbs support | Dmitry Zhulanov | 2016-09-26 | 1 | -0/+35 |
| | | | | (bzr r15136.1.1) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -1/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+1 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -1/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Moved most functions from Selection to ObjectSet | Adrian Boguszewski | 2016-06-16 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.7) | ||||
| * | Clarify license. | Krzysztof Kosi??ski | 2016-05-08 | 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) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+0 |
| | | | | (bzr r13820) | ||||
| * | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 |
| | | | | | | disallow pointers to Application (bzr r13341.5.9) | ||||
| * | 1. make it compile | Liam P. White | 2014-06-25 | 1 | -1/+1 |
| | | | | (bzr r13341.5.1) | ||||
| * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 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) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -2/+2 |
| | | | | (bzr r10678) | ||||
| * | 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 r8404) | ||||
| * | r14632@tres: ted | 2007-02-28 23:12:58 -0800 | Ted Gould | 2007-03-01 | 1 | -0/+107 |
| Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481) | |||||
