| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-01-24 | Timestamp: Switch to std::shared_ptr. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| 2019-01-24 | Event: Switch all call sites from Util::ptr_shared to char const* or ↵ | Emmanuel Gil Peyrot | 1 | -5/+4 | |
| std::shared_ptr. | |||||
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -1/+1 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -8/+9 | |
| - 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-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -2/+4 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -7/+7 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-17 | ZoomToolbar: C++ify and GtkAction migration | Alexander Valavanis | 1 | -1/+35 | |
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -3/+3 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -3/+3 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15034) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -0/+2 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -2/+0 | |
| (bzr r15025) | |||||
| 2013-12-20 | Null check added. (should fix bug 1172484) | Kris De Gussem | 1 | -34/+37 | |
| (bzr r12853) | |||||
| 2013-07-03 | Modified dbus interface so that it works in console mode (--dbus-listen) | Eric Greveson | 1 | -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) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -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) | |||||
| 2013-01-26 | More GObject boilerplate reduction | Alex Valavanis | 1 | -34/+7 | |
| (bzr r12065) | |||||
| 2011-10-27 | Fixing more broken and split doc comments. | Jon A. Cruz | 1 | -2/+1 | |
| (bzr r10697) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -9/+8 | |
| (bzr r10660) | |||||
| 2011-10-02 | Warning cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r10655) | |||||
| 2011-08-28 | Remove nr-object.h and nr-macros.h | Krzysztof Kosi??ski | 1 | -129/+56 | |
| (bzr r10582.1.10) | |||||
| 2009-08-06 | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 1 | -1/+1 | |
| which cannot be fixed easily. (bzr r8422) | |||||
| 2009-08-05 | SPDocument->Document | johnce | 1 | -1/+1 | |
| (bzr r8405) | |||||
| 2007-05-10 | add document to action events (when possible) | MenTaLguY | 1 | -3/+5 | |
| (bzr r2997) | |||||
| 2007-05-10 | add document to action events | MenTaLguY | 1 | -0/+6 | |
| (bzr r2996) | |||||
| 2007-05-06 | allow nesting under verb events | MenTaLguY | 1 | -1/+2 | |
| (bzr r2980) | |||||
| 2007-05-06 | instrument actions | MenTaLguY | 1 | -0/+26 | |
| (bzr r2978) | |||||
| 2006-07-09 | Added descriptions to Undo/Redo commands in the menus | gustav_b | 1 | -1/+31 | |
| (bzr r1379) | |||||
