summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-slant.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LPESlant.Johan B. C. Engelen2008-05-091-40/+0
| | | | | | - it causes data hiding problems (appears to be the *only* place outside SPCurve that directly writes to SPCurve's bpath !) - *when someone really wants this effect, let me know and I'll recode it* (bzr r5638)
* LPE: no longer overload doEffect methods, but name them according to ↵Johan B. C. Engelen2007-11-121-1/+0
| | | | | accepted arguments. This saves developer brain time because of 'hiding' issues. (bzr r4067)
* try to fix "hidden method" warningJohan B. C. Engelen2007-11-081-2/+3
| | | (bzr r4046)
* 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)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-40/+40
| | | (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/+40
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)