summaryrefslogtreecommitdiffstats
path: root/src/helper/action-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-30Allow InkscapeApplication to track current document, selection, and desktop.Tavmjong Bah1-5/+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-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-6/+6
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-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)
2013-07-04Code readability improvements and licence changes for action-context.*Eric Greveson1-2/+2
based on merge request code review and feedback (bzr r12387.1.7)
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-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)
2013-07-01Added new files referenced in previous commit message (forgot to add!)Eric Greveson1-0/+74
(bzr r12387.1.2)