summaryrefslogtreecommitdiffstats
path: root/src/helper/action.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-24Timestamp: Switch to std::shared_ptr.Emmanuel Gil Peyrot1-1/+1
2019-01-24Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...Emmanuel Gil Peyrot1-5/+4
2018-11-09Move icon-loader and provide a temporary fallback to render pixbufJabiertxof1-1/+1
2018-11-08Clarify licensesMax Gaukler1-8/+9
2018-07-21adding gtk-themeJabier Arraiza1-2/+4
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-06-17ZoomToolbar: C++ify and GtkAction migrationAlexander Valavanis1-1/+35
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+0
2013-12-20Null check added. (should fix bug 1172484)Kris De Gussem1-34/+37
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-1/+16
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-9/+27
2013-01-26More GObject boilerplate reductionAlex Valavanis1-34/+7
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-2/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-9/+8
2011-10-02Warning cleanup.Jon A. Cruz1-1/+1
2011-08-28Remove nr-object.h and nr-macros.hKrzysztof Kosi??ski1-129/+56
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2007-05-10add document to action events (when possible)MenTaLguY1-3/+5
2007-05-10add document to action eventsMenTaLguY1-0/+6
2007-05-06allow nesting under verb eventsMenTaLguY1-1/+2
2007-05-06instrument actionsMenTaLguY1-0/+26
2006-07-09Added descriptions to Undo/Redo commands in the menusgustav_b1-1/+31