summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlineact.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-16Remove unused files.Tavmjong Bah1-126/+0
2019-01-02modernize loopsMarc Jeanmougin1-5/+2
2018-11-08Clarify licensesMax Gaukler1-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-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-10/+14
A lot of header clean-up.
2016-10-03beautify identsDmitry Zhulanov1-4/+3
(bzr r15136.1.15)
2016-10-03beautify identsDmitry Zhulanov1-2/+0
(bzr r15136.1.14)
2016-09-27no need to FileQuit verb checkingDmitry Zhulanov1-15/+0
(bzr r15136.1.5)
2016-09-27fix indentionDmitry Zhulanov1-72/+72
(bzr r15136.1.4)
2016-09-27fix tabs in src/main-cmdlineactMarc Jeanmougin1-55/+62
(bzr r15138)
2016-09-26add x-verbs supportDmitry Zhulanov1-0/+35
(bzr r15136.1.1)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-05-08Clarify license.Krzysztof Kosi??ski1-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-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-1/+0
(bzr r13820)
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White1-1/+1
disallow pointers to Application (bzr r13341.5.9)
2014-06-251. make it compileLiam P. White1-1/+1
(bzr r13341.5.1)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-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-15cppcheckKris De Gussem1-2/+2
(bzr r10678)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2007-03-01r14632@tres: ted | 2007-02-28 23:12:58 -0800Ted Gould1-0/+107
Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481)