summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-bendpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+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)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-52/+15
| | | | | - 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)
* whitespace + commentJohan B. C. Engelen2008-04-141-20/+18
| | | (bzr r5437)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* change doEffect functions to use const& parametersJohan B. C. Engelen2008-04-091-1/+1
| | | (bzr r5394)
* change doEffect_path to default to calling pwd2 for all continuous subpathsJohan B. C. Engelen2008-04-091-11/+12
| | | (bzr r5392)
* rename LPEPathAlongPath -> LPEBendPathJohan B. C. Engelen2008-04-081-0/+211
(bzr r5385)