summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-2/+2
* layers dialog: Gtk < 3.16 fallbackAlexander Valavanis2017-07-291-0/+4
* Rm remaining imagemenuitem usageAlexander Valavanis2017-06-291-16/+19
* Remove old icon handling codeAlexander Valavanis2017-06-291-5/+4
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-4/+0
|\
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+12
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+1
|/
* fixes layer movement when there is a document scaling factorMarc Jeanmougin2015-12-191-2/+2
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin2015-12-071-8/+0
* Fix undo history entry for moving a layer (consistency)su_v2015-06-031-1/+1
* Fix for bug 1194091Marc Jeanmougin2015-05-101-2/+10
* Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour2014-06-291-4/+8
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-16/+16
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-8/+8
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
* Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ...Nicolas Dufour2013-09-071-1/+2
* Merge recent changes from inkscape trunkEric Greveson2013-07-031-2/+2
|\
| * Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-3/+4
|/
* Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+2
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
* Fix undo history entry for layer renaming to be consistent with 'Rename Layer...su_v2012-11-261-1/+1
* Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt clickJohn Smith2012-11-181-10/+47
* Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ...Alex Valavanis2012-10-231-30/+22
* Fix for 177931 : Shift click layer icons to trigger soloJohn Smith2012-10-121-14/+24
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-0/+7
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-0/+17
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-2/+18
* Fix for 377294 : Layer dialog rename when no label existsJohn Smith2012-07-121-10/+1
* Fix for 181473 : Layer label edit keyboard shortcutsJohn Smith2012-07-081-10/+32
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-7/+137
* Tidy up deprecated Gtkmm menu stuffAlex Valavanis2012-05-311-21/+2
* Gtkmm 3.0 fixes for layers dialogAlex Valavanis2012-05-301-1/+32
* More size-request GTK+ 3 fixesAlex Valavanis2012-05-211-1/+7
* Patch by Veronika Irvine for lp:806302Josh Andler2012-03-151-0/+2
* Fix for 168351 : layer rename doesn't update layers dialogJohn Smith2012-03-021-3/+8
* Fix for 944524 Layers - Group buttons and make style consistentJohn Smith2012-03-021-0/+4
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-2/+1
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
* Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour2012-01-021-0/+7
* Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski2011-07-151-2/+2
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-2/+2
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-2/+1
|\
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1