summaryrefslogtreecommitdiffstats
path: root/src/sp-animation.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-6/+6
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-29Added "virtual pads" toMarkus Engel1-29/+117
- SPAnimation - SPIAnimation - SPAnimate fixed compiler error in SPFeFuncNode. (bzr r11608.1.50)
2013-03-14Various changes.Markus Engel1-9/+12
(bzr r11608.1.48)
2013-01-17Rm unused sp-animateAlex Valavanis1-182/+0
(bzr r12035)
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-108/+20
(bzr r12034)
2011-11-19variable initialisationKris De Gussem1-38/+19
(bzr r10746)
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-21/+21
Privatisation tweaks (bzr r9546.1.6)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-6/+6
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-6/+6
(bzr r8404)
2007-11-16fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen1-6/+6
(bzr r4092)