summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-4/+0
|\ | | | | (bzr r15038)
| * Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-4/+0
| | | | | | (bzr r15023.2.7)
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-9/+1
| | | | | | (bzr r15034)
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+12
| | | | | | (bzr r15027)
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+1
|/ | | (bzr r15025)
* fixes layer movement when there is a document scaling factorMarc Jeanmougin2015-12-191-2/+2
| | | (bzr r14538)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-8/+0
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Fix undo history entry for moving a layer (consistency)su_v2015-06-031-1/+1
| | | (bzr r14194)
* Fix for bug 1194091Marc Jeanmougin2015-05-101-2/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1194091 (bzr r14142)
* Layers. Fix for Bug #1326131 (Can't delete layer from context menu).Nicolas Dufour2014-06-291-4/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1326131 (bzr r13442)
* Added "Gtk::" scope to "manage" function calls.Markus Engel2014-03-301-16/+16
| | | (bzr r13236)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-8/+8
| | | (bzr r12868)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state ↵Nicolas Dufour2013-09-071-1/+2
| | | | | | | | instead of layer name). Fixed bugs: - https://launchpad.net/bugs/1219175 (bzr r12503)
* Merge recent changes from inkscape trunkEric Greveson2013-07-031-2/+2
|\ | | | | (bzr r12387.1.6)
| * Fix crash when undoing/redoing a duplicate layer.Martin Owens2013-06-281-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1183206 (bzr r12395)
* | Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-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)
* Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.Nicolas Dufour2013-05-121-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/181493 (bzr r12328)
* Fix missing headers for Gtk+ 3 buildAlex Valavanis2013-02-231-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145)
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
| | | (bzr r12014)
* Fix undo history entry for layer renaming to be consistent with 'Rename ↵su_v2012-11-261-1/+1
| | | | | Layer' dialog (bzr r11903)
* Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt clickJohn Smith2012-11-181-10/+47
| | | (bzr r11879)
* Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ↵Alex Valavanis2012-10-231-30/+22
| | | | | | | | GTK+ 3 Fixed bugs: - https://launchpad.net/bugs/1069181 (bzr r11823)
* Fix for 177931 : Shift click layer icons to trigger soloJohn Smith2012-10-121-14/+24
| | | (bzr r11784)
* Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-111-0/+7
| | | (bzr r11779)
* Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-091-0/+17
| | | (bzr r11764)
* Fix for 378413 : Show/Hide all layersJohn Smith2012-07-121-2/+18
| | | (bzr r11545)
* Fix for 377294 : Layer dialog rename when no label existsJohn Smith2012-07-121-10/+1
| | | (bzr r11541)
* Fix for 181473 : Layer label edit keyboard shortcutsJohn Smith2012-07-081-10/+32
| | | (bzr r11532)
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-7/+137
| | | (bzr r11526)
* Tidy up deprecated Gtkmm menu stuffAlex Valavanis2012-05-311-21/+2
| | | (bzr r11440)
* Gtkmm 3.0 fixes for layers dialogAlex Valavanis2012-05-301-1/+32
| | | (bzr r11436)
* More size-request GTK+ 3 fixesAlex Valavanis2012-05-211-1/+7
| | | (bzr r11391)
* Patch by Veronika Irvine for lp:806302Josh Andler2012-03-151-0/+2
| | | (bzr r11091)
* Fix for 168351 : layer rename doesn't update layers dialogJohn Smith2012-03-021-3/+8
| | | (bzr r11039)
* Fix for 944524 Layers - Group buttons and make style consistentJohn Smith2012-03-021-0/+4
| | | (bzr r11038)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+1
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-2/+1
| | | (bzr r10957)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour2012-01-021-0/+7
| | | (bzr r10819)
* Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.Krzysztof Kosi??ski2011-07-151-2/+2
| | | (bzr r10456)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-2/+2
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-041-2/+1
|\ | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-3/+4
|/ | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-5/+6
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)