summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove "Perspective path" LPEThomas Holder2018-12-161-79/+0
| | | | | - unmaintained "test effect", nobody knows how it works - broken with (maybe also without?) yaxisdown=true
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-6/+6
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-1/+1
| | | (bzr r15337)
* Fixes crash with perspective_lpeJabier Arraiza Cenoz2014-11-171-4/+1
| | | (bzr r13725)
* Fix bug #1068987 LPE prespective_path crash inkscapeJabier Arraiza Cenoz2014-08-201-0/+3
| | | (bzr r13529)
* const ....Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12039)
* 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)