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