summaryrefslogtreecommitdiffstats
path: root/src/helper/action.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-6/+7
| | | | | | - 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
* ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis2018-06-171-0/+9
|
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15025)
* Reduce header bloatAlex Valavanis2014-08-301-5/+1
| | | (bzr r13341.1.184)
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-0/+2
| | | | | | | | 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-2/+9
| | | | | | | | | | | | | 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)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+6
| | | | | the contents forward.h at all). (bzr r10667)
* Purging some forward.h files.Jon A. Cruz2011-10-041-1/+3
| | | (bzr r10664)
* Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski2011-08-281-33/+18
| | | (bzr r10582.1.10)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Fix bug #168387 (Display mode toggle doesn't update radio button)Diederik van Lierop2009-07-281-1/+1
| | | (bzr r8354)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-0/+3
| | | (bzr r1379)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+91
(bzr r1)