summaryrefslogtreecommitdiffstats
path: root/src/sp-skeleton.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-19Remove outdated example file sp-skeleton.cppKrzysztof Kosi??ski1-198/+0
(bzr r12538)
2013-03-14Various changes.Markus Engel1-4/+4
(bzr r11608.1.48)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-39/+11
(bzr r12059)
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-2/+2
(bzr r10067)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-12/+12
Privatisation tweaks (bzr r9546.1.6)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-2/+2
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-2/+2
(bzr r8404)
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+4
(bzr r5884)
2008-05-13remove warningsBob Jamison1-1/+1
(bzr r5668)
2007-05-14Fix crash in sp-skeleton.Johan B. C. Engelen1-1/+1
(bzr r3016)
2007-04-09fix crash temporarily until next refactoring phaseMenTaLguY1-1/+1
(bzr r2837)
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
(bzr r2723)