summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-skeleton.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | | 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)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
| | | (bzr r14059.2.1)
* cleanup knotholder code for LPEsJohan B. C. Engelen2012-04-071-5/+8
| | | (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/+9
| | | (bzr r6891)
* lpe-skeleton: add boilerplate code to create knotholder handles for LPEsMaximilian Albert2008-07-021-0/+12
| | | (bzr r6122)
* Remove superfluous #include from lpe-skeleton.hMaximilian Albert2008-06-181-1/+0
| | | (bzr r5974)
* noop: some more cosmetics in lpe-skeleton.(h|cpp)Maximilian Albert2008-05-201-0/+11
| | | (bzr r5718)
* noop: cosmetics in lpe-skeleton.hMaximilian Albert2008-05-191-2/+2
| | | (bzr r5702)
* The declaration of doEffect_path() in lpe-skeleton.h should match the one in ↵Maximilian Albert2008-05-181-1/+1
| | | | | live_effects/effect.h to ensure proper overloading (otherwise only the implementation in effect.h is called which does nothingsvn diff) (bzr r5690)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+0
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* correct another copy-paste error ;-)Maximilian Albert2007-11-201-1/+1
| | | (bzr r4118)
* correct copy-paste errorJohan B. C. Engelen2007-11-201-1/+1
| | | (bzr r4116)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-3/+3
| | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-5/+5
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-47/+47
| | | (bzr r3884)
* LPE:Johan B. C. Engelen2007-08-291-1/+1
| | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)
* forgot to add lpe-skeleton files to SVN...Johan B. C. Engelen2007-08-191-0/+47
(bzr r3522)