summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-3/+3
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* - 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)
* make determining smooth nodes more robustbulia byak2008-05-061-9/+14
| | | (bzr r5613)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-7/+7
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Warning and whitespace cleanupJon A. Cruz2008-05-011-6/+6
| | | (bzr r5564)
* suppress helperpath and handles showing for LPESpiroJohan B. C. Engelen2008-04-141-1/+4
| | | (bzr r5439)
* suppress helperpath display for spirobulia byak2008-04-141-0/+5
| | | (bzr r5432)
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+196
(bzr r5409)