| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-10 | Use same label for Layers and Objects dialogs | Nathan Lee | 1 | -2/+2 | |
| Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129 | |||||
| 2019-10-19 | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 1 | -0/+1 | |
| 2019-07-21 | Make menu icon preference apply to Layers and Objects dialogs | Patrick Storz | 1 | -1/+3 | |
| Also fix "show-icons" attribute inheritance in menus.xml and make it apply to canvas icons. | |||||
| 2019-07-20 | Simplify code for context menu items of Layers and Objects dialogs | Patrick Storz | 1 | -50/+29 | |
| 2019-07-20 | Fix icon positions in context menus of Layers and Objects dialogs | Patrick Storz | 1 | -1/+6 | |
| Fixes https://gitlab.com/inkscape/inbox/issues/462 | |||||
| 2019-05-26 | Rm unused code now Gtk+ >= 3.22 dependency is set | Alexander Valavanis | 1 | -8/+0 | |
| 2019-04-25 | fix #158 crash on exit w/ layer dialog | Thomas Holder | 1 | -0/+1 | |
| 2019-01-02 | modernize loops | Marc Jeanmougin | 1 | -12/+12 | |
| 2018-11-09 | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 1 | -2/+2 | |
| 2018-11-09 | This improve symbolic icon rendering moving it to CSS only. There is places ↵ | Jabiertxof | 1 | -2/+2 | |
| in the UI whar we claim for a Pixbuf. Currently its not possible render them as symbolic without the previos hack | |||||
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -3/+0 | |
| 2018-10-01 | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 1 | -0/+2 | |
| Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| 2018-09-11 | Remove the custom handling of column editability, that is not how to do it. | Martin Owens | 1 | -46/+1 | |
| 2018-07-21 | adding gtk-theme | Jabier Arraiza | 1 | -6/+6 | |
| 2018-06-18 | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This replaces empty constructors and destructors with the default keyword. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 1 | -38/+38 | |
| This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | |||||
| 2018-06-18 | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 1 | -1/+1 | |
| This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | |||||
| 2018-05-04 | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 1 | -1/+1 | |
| This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | |||||
| 2018-04-29 | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 1 | -1/+1 | |
| 2018-01-30 | Move classes derived from SPObject to own directory. | Tavmjong Bah | 1 | -7/+12 | |
| A lot of header clean-up. | |||||
| 2018-01-16 | panel: Remove the unused "title" label | Stefano Facchini | 1 | -1/+1 | |
| 2017-12-26 | GtkMM popup menu deprecation fixes | Alexander Valavanis | 1 | -0/+5 | |
| 2017-12-25 | Use a macro for GtkMM version checks | Alexander Valavanis | 1 | -1/+1 | |
| 2017-12-19 | Enable SimpleFilterModifier to handle blend and blur filter primitives at ↵ | Tavmjong Bah | 1 | -1/+4 | |
| the same time. Add opacity to SimpleFilterModifier. Use SimpleFilterModifier in Layers, Objects, and Fill and Stroke dialogs. | |||||
| 2017-10-05 | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 1 | -1/+1 | |
| 2017-09-24 | Remove unused parameter in SPItem::doWriteTransform | Stefano Facchini | 1 | -2/+2 | |
| 2017-07-29 | layers dialog: Gtk < 3.16 fallback | Alexander Valavanis | 1 | -0/+4 | |
| 2017-06-29 | Rm remaining imagemenuitem usage | Alexander Valavanis | 1 | -16/+19 | |
| 2017-06-29 | Remove old icon handling code | Alexander Valavanis | 1 | -5/+4 | |
| 2016-08-03 | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 1 | -9/+1 | |
| (bzr r15034) | |||||
| 2016-07-28 | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 1 | -4/+0 | |
| (bzr r15023.2.7) | |||||
| 2016-07-28 | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 1 | -1/+12 | |
| (bzr r15027) | |||||
| 2016-07-28 | Removed unused includes, decrease compilation time | Adrian Boguszewski | 1 | -12/+1 | |
| (bzr r15025) | |||||
| 2015-12-19 | fixes layer movement when there is a document scaling factor | Marc Jeanmougin | 1 | -2/+2 | |
| (bzr r14538) | |||||
| 2015-12-07 | cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵ | Marc Jeanmougin | 1 | -8/+0 | |
| std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6) | |||||
| 2015-06-03 | Fix undo history entry for moving a layer (consistency) | su_v | 1 | -1/+1 | |
| (bzr r14194) | |||||
| 2015-05-10 | Fix for bug 1194091 | Marc Jeanmougin | 1 | -2/+10 | |
| Fixed bugs: - https://launchpad.net/bugs/1194091 (bzr r14142) | |||||
| 2014-06-29 | Layers. Fix for Bug #1326131 (Can't delete layer from context menu). | Nicolas Dufour | 1 | -4/+8 | |
| Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442) | |||||
| 2014-03-30 | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 1 | -16/+16 | |
| (bzr r13236) | |||||
| 2014-01-02 | Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated | Alex Valavanis | 1 | -8/+8 | |
| (bzr r12868) | |||||
| 2013-11-09 | Moved and renamed some tool-related files. | Markus Engel | 1 | -1/+1 | |
| (bzr r12785) | |||||
| 2013-11-07 | First step of moving tools into appropriate namespaces. | Markus Engel | 1 | -1/+1 | |
| (bzr r12782) | |||||
| 2013-09-07 | Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ↵ | Nicolas Dufour | 1 | -1/+2 | |
| instead of layer name). Fixed bugs: - https://launchpad.net/bugs/1219175 (bzr r12503) | |||||
| 2013-07-01 | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 1 | -3/+4 | |
| 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-06-28 | Fix crash when undoing/redoing a duplicate layer. | Martin Owens | 1 | -2/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395) | |||||
| 2013-05-12 | Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111. | Nicolas Dufour | 1 | -0/+2 | |
| Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328) | |||||
| 2013-02-23 | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 1 | -0/+1 | |
| Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | |||||
| 2013-01-11 | Warning and dead code cleanup. | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r12014) | |||||
| 2012-11-26 | Fix undo history entry for layer renaming to be consistent with 'Rename ↵ | su_v | 1 | -1/+1 | |
| Layer' dialog (bzr r11903) | |||||
