summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-skeleton.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-18/+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 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)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-109/+109
| | | (bzr r3884)
* tidy upJohan B. C. Engelen2007-08-291-2/+2
| | | (bzr r3611)
* forgot to add lpe-skeleton files to SVN...Johan B. C. Engelen2007-08-191-0/+109
(bzr r3522)