summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* | i18n. Context cleanup (context|string replaced with C_).Nicolas Dufour2010-08-221-7/+5
|/ | | (bzr r9722)
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-49/+35
| | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
* Cleanup on id access.Jon A. Cruz2010-03-021-2/+2
| | | (bzr r9127)
* i18n fixes for Bug #408093.Nicolas Dufour2009-09-181-1/+3
| | | (bzr r8608)
* patch by Adib for 307195bulia byak2009-09-101-19/+24
| | | (bzr r8576)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-2/+2
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8408)
* Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert2009-07-291-3/+1
| | | (bzr r8358)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-1/+1
| | | (bzr r7443)
* deleting layer also hid layers, missing 'break' statementEd Halley2009-03-081-0/+1
| | | (bzr r7441)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+805
should be. Build libinkscape.a - should reduce link time. (bzr r7337)