summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-slant.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove LPESlant.Johan B. C. Engelen2008-05-091-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)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-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)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-55/+55
| | | (bzr r3884)
* Add lpe-skeleton for easy implementation!Johan B. C. Engelen2007-08-171-7/+0
| | | (bzr r3500)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+62
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)