summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-03noop, add commentJohan B. C. Engelen1-0/+4
2008-06-30simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen1-10/+6
2008-06-30add SPCurve::get_segment_countJohan B. C. Engelen1-0/+16
2008-06-29return results from 2geom path instead of old pathJohan B. C. Engelen1-5/+5
2008-06-29remove unused function first_bpathJohan B. C. Engelen1-17/+2
2008-06-29add SPCurve::first_segment and last_segmentJohan B. C. Engelen1-2/+36
2008-06-26noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen1-2/+2
2008-06-08add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen1-4/+34
2008-06-07Warning cleanupJon A. Cruz1-6/+14
2008-06-06add comments to SPCurve about 2geomify status of functionsJohan B. C. Engelen1-1/+8
2008-06-06disable SPCurve path checking per default as it decreases performance by a lot.Johan B. C. Engelen1-1/+1
2008-06-06- enable path checking for SPCurveJohan B. C. Engelen1-5/+14
2008-06-06merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen1-109/+464
2008-05-17Fixed initialization orderJon A. Cruz1-5/+5
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen1-2/+4
2008-05-09- try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen1-166/+204
2008-05-05struct SPCurve => class SPCurveJohan B. C. Engelen1-311/+298
2008-04-18Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends...Jasper van de Gronde1-113/+4
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-1/+1
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder1-27/+27
2007-07-25Add a method to create a rectangular curveDiederik van Lierop1-0/+17
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY1-8/+9
2006-05-28break apart faster: prepend to list instead of append, add objects to selecti...bulia byak1-6/+1
2006-05-09always make local copy of path data so we have control of memory policyMenTaLguY1-29/+17
2006-05-09get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY1-53/+1
2006-05-09eliminate direct accesses to SPCurve::bpathMenTaLguY1-64/+64