summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-spiro.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
This replaces empty constructors and destructors with the default keyword.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
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
(bzr r15337)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2015-08-06Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz1-11/+5
(bzr r14280)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+1
(bzr r14059.2.1)
2012-03-23cleanup spiro codeJohan B. C. Engelen1-5/+2
(bzr r11123)
2012-03-23clean up spiro codeJohan B. C. Engelen1-78/+0
(bzr r11121)
2011-06-23Update 2Geom to pull in integer rectangle classKrzysztof Kosi??ski1-1/+0
(bzr r10347.1.1)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2009-12-24Remove remnants of old node toolKrzysztof Kosi??ski1-1/+0
(bzr r8846.2.6)
2009-12-08Fix LPEs and break mask transform undoKrzysztof Kosi??ski1-8/+0
(bzr r8846.2.3)
2009-08-26lpe-spiro: fix problem with rounding and very nearly zero closing line segmentsJohan B. C. Engelen1-1/+3
(bzr r8541)
2009-06-02call default setup_nodepath for lpe-spiro, to get correct color of the ↵Johan B. C. Engelen1-0/+1
helperpath (bzr r7974)
2008-10-11Merging from trunkTed Gould1-30/+35
(bzr r6884)
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-1/+1
(bzr r6617)
2008-08-02simplify lpe spiro code by using new "is_straight_curve" methodJohan B. C. Engelen1-6/+3
(bzr r6538)
2008-08-02use nodetype helper function to determine nodetype within lpe-spiroJohan B. C. Engelen1-8/+4
(bzr r6530)
2008-08-02lpe spiro: if path is closed it does not matter to what initial pointtype is ↵Johan B. C. Engelen1-1/+1
initialized. (bzr r6528)
2008-08-01remove more NR:: from live_effects codeJohan B. C. Engelen1-3/+3
(bzr r6515)
2008-07-25update to 2geom rev. 1507Johan B. C. Engelen1-0/+2
(bzr r6416)
2008-07-15remove debug messages from last commitsJohan B. C. Engelen1-4/+0
(bzr r6328)
2008-07-15fix lpe-spiro for smooth closing pointsJohan B. C. Engelen1-18/+35
(bzr r6327)
2008-07-142geomify lpeSpiroJohan B. C. Engelen1-91/+97
(bzr r6298)
2008-06-26noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen1-1/+1
(bzr r6078)
2008-06-22LPE Spiro: don't catch all exceptions, only the ContinuityErrorJohan B. C. Engelen1-1/+1
(bzr r6019)
2008-06-14catch cases where LPE Spiro generates non-continuous pathsJohan B. C. Engelen1-0/+21
(bzr r5939)
2008-06-12whitespaceMaximilian Albert1-2/+2
(bzr r5905)
2008-06-08Add option to either suppress path flash for items with LPE (e.g., spiro ↵Maximilian Albert1-1/+1
splines use this) or display it permanently while the item is selected. (bzr r5860)
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen1-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)
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-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)
2008-05-06make determining smooth nodes more robustbulia byak1-9/+14
(bzr r5613)
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-7/+7
change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
2008-05-01Warning and whitespace cleanupJon A. Cruz1-6/+6
(bzr r5564)
2008-04-14suppress helperpath and handles showing for LPESpiroJohan B. C. Engelen1-1/+4
(bzr r5439)
2008-04-14suppress helperpath display for spirobulia byak1-0/+5
(bzr r5432)
2008-04-12Spiro splines LPE using code by Raph Levienbulia byak1-0/+196
(bzr r5409)