summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/layers.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)