summaryrefslogtreecommitdiffstats
path: root/src/display/curve.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-05PencilToolbar: GtkAction migrationAlexander Valavanis1-5/+4
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-1/+1
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-2/+2
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-4/+4
2016-12-06Fixes for measure LPE and speed path based LPE operationsJabiertxof1-0/+1
2016-11-05Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz1-0/+1
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-9/+11
2014-09-07Update to experimental r13543Liam P. White1-9/+11
2014-09-06More header cleanupLiam P. White1-9/+11
2014-08-18Code cleanup.Liam P. White1-11/+9
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-2/+1
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz1-3/+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-1/+1
2008-10-11Merging from trunkTed Gould1-0/+2
2008-08-13make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen1-2/+2
2008-08-13return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen1-2/+4
2008-07-17convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen1-35/+22
2008-07-16remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen1-52/+1
2008-07-14make SPCurve constructors explicit. (so e.g. it is impossible to write SPCurv...Johan B. C. Engelen1-2/+2
2008-07-082geomify SPCurve::new_from_rectJohan B. C. Engelen1-2/+1
2008-07-07cleanup unused methods in spcurveJohan B. C. Engelen1-9/+3
2008-06-30add SPCurve::get_segment_countJohan B. C. Engelen1-0/+1
2008-06-29remove unused function first_bpathJohan B. C. Engelen1-1/+0
2008-06-29add SPCurve::first_segment and last_segmentJohan B. C. Engelen1-0/+2
2008-06-26noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen1-1/+1
2008-06-08add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen1-0/+2
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-42/+63
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-1/+0
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-16/+29
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-52/+57
2007-07-25Add a method to create a rectangular curveDiederik van Lierop1-0/+2
2006-05-09get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY1-6/+0
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-3/+3