summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpegroupbbox.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-171-63/+17
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-3/+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)
* - Clean up LPE bounding box computing codeBastien Bouclet2008-04-151-23/+49
| | | | | - 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)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* and two more files that were missed in lpe-group commitJohan B. C. Engelen2008-03-281-0/+75
(bzr r5221)