summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-2/+4
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-14/+15
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-0/+14
* Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-051-0/+12
* static code analysisKris De Gussem2015-10-281-1/+1
* Enable stitching in Spiro and SPCurve to prevent some crashesKrzysztof Kosi??ski2015-07-191-2/+3
* Hopefully fix build failure on i386Krzysztof Kosi??ski2015-07-051-1/+1
* Fix compilation failure in make checkKrzysztof Kosi??ski2015-07-051-14/+4
* Fix eraser toolKrzysztof Kosi??ski2015-05-091-11/+3
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
* More header cleanupLiam P. White2014-09-061-10/+10
* Code cleanup.Liam P. White2014-08-181-9/+7
* remove superfluous line of code (vector has just been constructed, so is empty)Johan B. C. Engelen2014-02-271-1/+0
* cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* cppcheckKris De Gussem2011-10-151-4/+4
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Fix snapping regression introduced by rev. #9118Diederik van Lierop2010-04-221-2/+11
* Compilation fixes for Windows 64-bit by FridrichKrzysztof Kosi??ski2010-02-281-2/+2
* Prevent the Bezier tool from introducing a redundant closing line segmentKrzysztof Kosi??ski2010-02-101-1/+5
* fix node counting for "moveto"-only paths.Johan B. C. Engelen2009-09-281-2/+6
* Merging from trunkTed Gould2008-10-111-6/+30
* fix UI node countingJohan B. C. Engelen2008-09-131-0/+9
* fix curve::penultimate_point old behavior. no longer triggers 2geom exception.Johan B. C. Engelen2008-09-111-3/+8
* add quick commentJohan B. C. Engelen2008-09-101-0/+6
* convert moveto, lineto and curveto native to Point, instead of going to gdoub...Johan B. C. Engelen2008-09-041-10/+6
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-13/+17
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-131-19/+26
* fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen2008-08-031-1/+1
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-78/+26
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-161-831/+67
* noop: add comment about multiple consecutive movetosJohan B. C. Engelen2008-07-141-1/+3
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+1
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-081-5/+4
* cleanup unused methods in spcurveJohan B. C. Engelen2008-07-071-120/+4
* improve documentation of SPCurve::last_segmentJohan B. C. Engelen2008-07-071-3/+2
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+2
* remove left-overs from making SPCurve a proper class with methodsJohan B. C. Engelen2008-07-031-27/+0
* start removing old path code in spcurve. start with const functionsJohan B. C. Engelen2008-07-031-39/+2
* improve spcurve::second_point and document its behaviorJohan B. C. Engelen2008-07-031-4/+18
* noop, add commentJohan B. C. Engelen2008-07-031-0/+4
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-301-0/+16
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
* remove unused function first_bpathJohan B. C. Engelen2008-06-291-17/+2