summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlineact.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+14
| | | | A lot of header clean-up.
* beautify identsDmitry Zhulanov2016-10-031-4/+3
| | | (bzr r15136.1.15)
* beautify identsDmitry Zhulanov2016-10-031-2/+0
| | | (bzr r15136.1.14)
* no need to FileQuit verb checkingDmitry Zhulanov2016-09-271-15/+0
| | | (bzr r15136.1.5)
* fix indentionDmitry Zhulanov2016-09-271-72/+72
| | | (bzr r15136.1.4)
* add x-verbs supportDmitry Zhulanov2016-09-261-0/+35
| | | (bzr r15136.1.1)
* Merged trunkAdrian Boguszewski2016-08-031-1/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | | | | (bzr r15025)
* | Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-1/+1
|/ | | (bzr r14954.1.7)
* Clarify license.Krzysztof Kosi??ski2016-05-081-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.hLiam P. White2014-12-211-1/+0
| | | (bzr r13820)
* 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-1/+1
| | | | | disallow pointers to Application (bzr r13341.5.9)
* 1. make it compileLiam P. White2014-06-251-1/+1
| | | (bzr r13341.5.1)
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-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)
* cppcheckKris De Gussem2011-10-151-2/+2
| | | (bzr r10678)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* r14632@tres: ted | 2007-02-28 23:12:58 -0800Ted Gould2007-03-011-0/+107
Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481)