summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpeobject.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* decrease header dependenciesJohan B. C. Engelen2009-11-231-5/+8
| | | (bzr r8841)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8406)
* Merging from trunkTed Gould2008-10-111-7/+30
| | | (bzr r6884)
* fix warningsJohan B. C. Engelen2008-02-291-1/+1
| | | (bzr r4905)
* Remove unnecessary dependencies for some of the lpe parameters.Johan B. C. Engelen2008-02-281-1/+2
| | | (bzr r4896)
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-10/+4
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-52/+52
| | | (bzr r3884)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+52
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)