summaryrefslogtreecommitdiffstats
path: root/src/helper/action-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow InkscapeApplication to track current document, selection, and desktop.Tavmjong Bah2019-01-301-5/+0
|
* Clarify licensesMax Gaukler2018-11-081-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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* 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)
* Code readability improvements and licence changes for action-context.*Eric Greveson2013-07-041-2/+2
| | | | | based on merge request code review and feedback (bzr r12387.1.7)
* Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-0/+10
| | | | | | | | 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)
* Added new files referenced in previous commit message (forgot to add!)Eric Greveson2013-07-011-0/+74
(bzr r12387.1.2)