summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt clickJohn Smith2012-11-181-1/+1
| | | (bzr r11879)
* Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in ↵Alex Valavanis2012-10-231-3/+6
| | | | | | | | GTK+ 3 Fixed bugs: - https://launchpad.net/bugs/1069181 (bzr r11823)
* Fix for 377294 : Layer dialog rename when no label existsJohn Smith2012-07-121-1/+0
| | | (bzr r11541)
* Fix for 181473 : Layer label edit keyboard shortcutsJohn Smith2012-07-081-1/+2
| | | (bzr r11532)
* Fix for 181473 : Layers drag and dropJohn Smith2012-07-051-0/+12
| | | (bzr r11526)
* Clean up a few Gtkmm orientablesAlex Valavanis2012-04-111-0/+4
| | | (bzr r11230)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-6/+3
| | | (bzr r11018)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10826)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* 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)
* Correct desktop tracking for layers dialog. Fixes bug #427514.Jon A. Cruz2010-04-271-4/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8407)
* Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert2009-07-291-1/+0
| | | (bzr r8358)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+146
should be. Build libinkscape.a - should reduce link time. (bzr r7337)