summaryrefslogtreecommitdiffstats
path: root/src/helper/action.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* Null check added. (should fix bug 1172484)Kris De Gussem2013-12-201-34/+37
| | | (bzr r12853)
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-1/+16
| | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-9/+27
| | | | | | | | | | | | | 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)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-34/+7
| | | (bzr r12065)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-9/+8
| | | (bzr r10660)
* Warning cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10655)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-129/+56
| | | (bzr r10582.1.10)
* 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 r8405)
* add document to action events (when possible)MenTaLguY2007-05-101-3/+5
| | | (bzr r2997)
* add document to action eventsMenTaLguY2007-05-101-0/+6
| | | (bzr r2996)
* allow nesting under verb eventsMenTaLguY2007-05-061-1/+2
| | | (bzr r2980)
* instrument actionsMenTaLguY2007-05-061-0/+26
| | | (bzr r2978)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+31
| | | (bzr r1379)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+228
(bzr r1)