summaryrefslogtreecommitdiffstats
path: root/src/document-subset.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-0/+1
|\ | | | | (bzr r9945.1.1)
| * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
* | 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-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/427514 (bzr r9380)
* Fix access to removed elements of a map in document-subset.cppKrzysztof Kosi??ski2010-02-041-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/508649 (bzr r9045)
* fix crash: connections were not disconnected on destructionbulia byak2008-09-211-1/+5
| | | (bzr r6862)
* suppress warning when closing second documentbulia byak2008-04-011-1/+2
| | | (bzr r5293)
* switch to sigc++ signal for "release"MenTaLguY2006-07-211-12/+9
| | | (bzr r1450)
* Corrected ordering of children in subsetJon A. Cruz2006-05-161-18/+17
| | | (bzr r855)
* Corrected base structure and avoiding infinite loop.Jon A. Cruz2006-05-141-5/+20
| | | (bzr r833)
* Fixed a couple of bugsJon A. Cruz2006-05-081-1/+12
| | | (bzr r763)
* add DocumentSubset::_clearMenTaLguY2006-03-061-0/+15
| | | (bzr r210)
* remove unneeded document parameter from constructorMenTaLguY2006-03-061-2/+2
| | | (bzr r208)
* Wire up new SPObject signal to DocumentSubset, so object order changes will ↵MenTaLguY2006-03-051-0/+7
| | | | | be reflected in the subset (bzr r207)
* Add DocumentSubset as groundwork for layersMenTaLguY2006-03-051-0/+362
(bzr r205)