summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layer-properties.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Migrate Layers dialog to Gtk::GridAlex Valavanis2012-12-101-2/+43
| | | (bzr r11948)
* cppcheck: Simple fixes for src/ui/dialogAlex Valavanis2012-11-151-1/+1
| | | (bzr r11874)
* Fix for 1019974 : Default layer names are inconsistentJohn Smith2012-10-121-2/+5
| | | (bzr r11785)
* Fix for 172222 : Move direct to specified layerJohn Smith2012-09-221-2/+145
| | | (bzr r11695)
* Fix missing Glibmm headers needed for GTK+3 buildAlex Valavanis2012-05-311-0/+1
| | | (bzr r11445)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-1/+1
| | | (bzr r11304)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+2
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Lots of gtkmm deprecation fixesAlex Valavanis2012-02-111-2/+2
| | | (bzr r10957)
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10660)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-4/+5
|\ | | | | (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)
* part of bug #339660; can not use Add/Rename dialog to create layer with no ↵Ed Halley2009-03-091-4/+9
| | | | | proper inkscape:label attribute, otherwise GUI is confused (bzr r7452)
* part of #339660; layers dialog allows non-unique inkscape:label attributesEd Halley2009-03-081-2/+3
| | | (bzr r7443)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+256
should be. Build libinkscape.a - should reduce link time. (bzr r7337)