summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2016-12-19Remove some ocurrences of desktop in knot functionsJabiertxof1-2/+0
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
2015-08-06Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz1-11/+5
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+1
2012-03-23cleanup spiro codeJohan B. C. Engelen1-5/+2
2012-03-23clean up spiro codeJohan B. C. Engelen1-78/+0
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+0
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-1/+0
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-8/+0
2009-08-26lpe-spiro: fix problem with rounding and very nearly zero closing line segmentsJohan B. C. Engelen1-1/+3
2009-06-02call default setup_nodepath for lpe-spiro, to get correct color of the helper...Johan B. C. Engelen1-0/+1
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