summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-slant.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-09Remove LPESlant.Johan B. C. Engelen1-55/+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)
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-1/+1
- 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)
2007-10-11trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder1-55/+55
(bzr r3884)
2007-08-17Add lpe-skeleton for easy implementation!Johan B. C. Engelen1-7/+0
(bzr r3500)
2007-08-14Commit LivePathEffect branch to trunk!Johan B. C. Engelen1-0/+62
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)