summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-perspective_path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-2/+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)
* Set concatenate_before_pwd2 = true in perspective path LPE so that paths ↵Maximilian Albert2008-04-151-0/+2
| | | | | don't get split into their subpaths (which gives weird results especially with text) (bzr r5452)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-5/+22
| | | | | - Initial work to make the Perspective Path effect work with groups. Still not working correctly due to a bug in the bounding box code. (bzr r5448)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* New LPE: Perspective pathsMaximilian Albert2008-04-021-0/+148
(bzr r5310)