summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LPE Spiro: don't catch all exceptions, only the ContinuityErrorJohan B. C. Engelen2008-06-221-1/+1
| | | (bzr r6019)
* catch cases where LPE Spiro generates non-continuous pathsJohan B. C. Engelen2008-06-141-0/+21
| | | (bzr r5939)
* whitespaceMaximilian Albert2008-06-121-2/+2
| | | (bzr r5905)
* Add option to either suppress path flash for items with LPE (e.g., spiro ↵Maximilian Albert2008-06-081-1/+1
| | | | | splines use this) or display it permanently while the item is selected. (bzr r5860)
* 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)