summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-0/+1
| | | (bzr r11170)
* 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)
* Merge from fe-movedTed Gould2008-11-211-11/+21
| | | (bzr r6891)
* Handle for PerspectivePath LPE to adjust offset (not ideal yet but better ↵Maximilian Albert2008-07-021-0/+11
| | | | | than entering values by hand) (bzr r6120)
* LPE STACKING!Johan B. C. Engelen2008-05-301-2/+0
| | | | | (many thanks to the french students who made this.) (bzr r5766)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-1/+6
| | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+53
(bzr r5310)