summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-8/+8
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-22Remove redundant bool variable and else before a returnWilfredo Rodriguez1-9/+11
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-2/+4
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-10/+10
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-14/+15
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-0/+14
2016-11-05Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz1-0/+12
2015-10-28static code analysisKris De Gussem1-1/+1
2015-07-19Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski1-2/+3
2015-07-05Hopefully fix build failure on i386Krzysztof Kosi??ski1-1/+1
2015-07-05Fix compilation failure in make checkKrzysztof Kosi??ski1-14/+4
2015-05-09Fix eraser toolKrzysztof Kosi??ski1-11/+3
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-10/+10
2014-09-07Update to experimental r13543Liam P. White1-10/+10
2014-09-06More header cleanupLiam P. White1-10/+10
2014-08-18Code cleanup.Liam P. White1-9/+7
2014-02-27remove superfluous line of code (vector has just been constructed, so is empty)Johan B. C. Engelen1-1/+0
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-15cppcheckKris De Gussem1-4/+4
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-04-22Fix snapping regression introduced by rev. #9118Diederik van Lierop1-2/+11
2010-02-28Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski1-2/+2
2010-02-10Prevent the Bezier tool from introducing a redundant closing line segmentKrzysztof Kosi??ski1-1/+5
2009-09-28fix node counting for "moveto"-only paths.Johan B. C. Engelen1-2/+6
2008-10-11Merging from trunkTed Gould1-6/+30
2008-09-13fix UI node countingJohan B. C. Engelen1-0/+9
2008-09-11fix curve::penultimate_point old behavior. no longer triggers 2geom exception.Johan B. C. Engelen1-3/+8
2008-09-10add quick commentJohan B. C. Engelen1-0/+6
2008-09-04convert moveto, lineto and curveto native to Point, instead of going to gdoub...Johan B. C. Engelen1-10/+6
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-13/+17
2008-08-13return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen1-19/+26
2008-08-03fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen1-1/+1
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-78/+26
2008-07-16remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen1-831/+67
2008-07-14noop: add comment about multiple consecutive movetosJohan B. C. Engelen1-1/+3
2008-07-132geomify pov-out extensionJohan B. C. Engelen1-0/+1
2008-07-082geomify SPCurve::new_from_rectJohan B. C. Engelen1-5/+4
2008-07-07cleanup unused methods in spcurveJohan B. C. Engelen1-120/+4
2008-07-07improve documentation of SPCurve::last_segmentJohan B. C. Engelen1-3/+2
2008-07-04change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen1-1/+2
2008-07-03remove left-overs from making SPCurve a proper class with methodsJohan B. C. Engelen1-27/+0
2008-07-03start removing old path code in spcurve. start with const functionsJohan B. C. Engelen1-39/+2
2008-07-03improve spcurve::second_point and document its behaviorJohan B. C. Engelen1-4/+18