summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-test-doEffect-stack.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-6/+7
| | | | | | - 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-4/+4
| | | | | 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.
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
| | | (bzr r14059.2.1)
* add a path parameter to doeffect_stack_test to test a bugJF Barraud2008-09-231-0/+2
| | | (bzr r6875)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-1/+0
| | | (bzr r5823)
* Const fix for testJon A. Cruz2008-05-201-1/+1
| | | (bzr r5716)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-2/+2
| | | (bzr r5394)
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-0/+2
| | | (bzr r4918)
* 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-42/+42
| | | (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)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+42
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)