summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merging from trunkTed Gould2008-10-111-30/+35
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-1/+1
* simplify lpe spiro code by using new "is_straight_curve" methodJohan B. C. Engelen2008-08-021-6/+3
* use nodetype helper function to determine nodetype within lpe-spiroJohan B. C. Engelen2008-08-021-8/+4
* lpe spiro: if path is closed it does not matter to what initial pointtype is ...Johan B. C. Engelen2008-08-021-1/+1
* remove more NR:: from live_effects codeJohan B. C. Engelen2008-08-011-3/+3
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
* remove debug messages from last commitsJohan B. C. Engelen2008-07-151-4/+0
* fix lpe-spiro for smooth closing pointsJohan B. C. Engelen2008-07-151-18/+35
* 2geomify lpeSpiroJohan B. C. Engelen2008-07-141-91/+97
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-261-1/+1
* LPE Spiro: don't catch all exceptions, only the ContinuityErrorJohan B. C. Engelen2008-06-221-1/+1
* catch cases where LPE Spiro generates non-continuous pathsJohan B. C. Engelen2008-06-141-0/+21
* whitespaceMaximilian Albert2008-06-121-2/+2
* Add option to either suppress path flash for items with LPE (e.g., spiro spli...Maximilian Albert2008-06-081-1/+1
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-3/+3
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-1/+1
* make determining smooth nodes more robustbulia byak2008-05-061-9/+14
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-7/+7
* Warning and whitespace cleanupJon A. Cruz2008-05-011-6/+6
* suppress helperpath and handles showing for LPESpiroJohan B. C. Engelen2008-04-141-1/+4
* suppress helperpath display for spirobulia byak2008-04-141-0/+5
* Spiro splines LPE using code by Raph Levienbulia byak2008-04-121-0/+196