summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlineact.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-16Remove unused files.Tavmjong Bah1-59/+0
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
2016-09-27fix tabs in src/main-cmdlineactMarc Jeanmougin1-6/+6
(bzr r15138)
2016-09-26add x-verbs supportDmitry Zhulanov1-2/+7
(bzr r15136.1.1)
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-09-27Update to experimental r13565Liam P. White1-4/+2
(bzr r13341.5.16)
2014-08-31Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵Liam P. White1-4/+2
GThread deprecation errors. (bzr r13341.1.190)
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-2/+5
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-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2008-07-05main-cmdlineact.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder1-0/+1
depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6178)
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen1-1/+1
reverted for some files to keep them C-compatible. (bzr r4024)
2007-03-01r14632@tres: ted | 2007-02-28 23:12:58 -0800Ted Gould1-0/+51
Splitting out the command line action class to try and leave SOME dependencies out of main.cpp. (bzr r2481)