summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-8/+8
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Remove some ocurrences of desktop in knot functionsJabiertxof2016-12-191-2/+0
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+3
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+0
* Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz2015-08-061-11/+5
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+1
* cleanup spiro codeJohan B. C. Engelen2012-03-231-5/+2
* clean up spiro codeJohan B. C. Engelen2012-03-231-78/+0
* Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski2011-06-231-1/+0
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Remove remnants of old node toolKrzysztof Kosi??ski2009-12-241-1/+0
* Fix LPEs and break mask transform undoKrzysztof Kosi??ski2009-12-081-8/+0
* lpe-spiro: fix problem with rounding and very nearly zero closing line segmentsJohan B. C. Engelen2009-08-261-1/+3
* call default setup_nodepath for lpe-spiro, to get correct color of the helper...Johan B. C. Engelen2009-06-021-0/+1
* 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