summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-gears.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-4/+5
| | | | | | - 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.
* Bug#744612. Add minimun radius value to minimize hangsJabier Arraiza Cenoz2016-09-051-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/744612 (bzr r15105)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
| | | (bzr r14059.2.1)
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-2/+0
| | | (bzr r8846.2.3)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* fix typo notepath => nodepathJohan B. C. Engelen2008-01-021-1/+1
| | | (bzr r4369)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-2/+2
| | | | | 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-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* make setup_notepath function for LPE's and LPE parameters.Johan B. C. Engelen2007-11-031-0/+2
| | | (bzr r4018)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-38/+38
| | | (bzr r3884)
* LPE:Johan B. C. Engelen2007-08-291-2/+2
| | | | | | | - 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/+38
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)