summaryrefslogtreecommitdiffstats
path: root/src/display/curve.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* PencilToolbar: GtkAction migrationAlexander Valavanis2019-02-051-5/+4
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-4/+4
* Fixes for measure LPE and speed path based LPE operationsJabiertxof2016-12-061-0/+1
* Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-051-0/+1
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
* More header cleanupLiam P. White2014-09-061-9/+11
* Code cleanup.Liam P. White2014-08-181-11/+9
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-2/+1
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+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-1/+1
* Merging from trunkTed Gould2008-10-111-0/+2
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-2/+2
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-131-2/+4
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-35/+22
* remove all old nartbpath code from SPCurve!!! (in other words, lib2geomifica...Johan B. C. Engelen2008-07-161-52/+1
* make SPCurve constructors explicit. (so e.g. it is impossible to write SPCurv...Johan B. C. Engelen2008-07-141-2/+2
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-081-2/+1
* cleanup unused methods in spcurveJohan B. C. Engelen2008-07-071-9/+3
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-301-0/+1
* remove unused function first_bpathJohan B. C. Engelen2008-06-291-1/+0
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-291-0/+2
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-261-1/+1
* add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen2008-06-081-0/+2
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-42/+63
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-1/+0
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-16/+29
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-52/+57
* Add a method to create a rectangular curveDiederik van Lierop2007-07-251-0/+2
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY2006-05-091-6/+0
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-3/+3
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+133