summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-291-2/+36
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-261-2/+2
* add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen2008-06-081-4/+34
* Warning cleanupJon A. Cruz2008-06-071-6/+14
* add comments to SPCurve about 2geomify status of functionsJohan B. C. Engelen2008-06-061-1/+8
* disable SPCurve path checking per default as it decreases performance by a lot.Johan B. C. Engelen2008-06-061-1/+1
* - enable path checking for SPCurveJohan B. C. Engelen2008-06-061-5/+14
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-109/+464
* Fixed initialization orderJon A. Cruz2008-05-171-5/+5
* complete adding const to have only NArtBpath const * get_bpath() const; for a...Johan B. C. Engelen2008-05-091-2/+4
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-166/+204
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-311/+298
* Removed unnecessary checks from curve.cpp (sp_bpath_check_subpath and friends...Jasper van de Gronde2008-04-181-113/+4
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-1/+1
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder2007-09-291-27/+27
* Add a method to create a rectangular curveDiederik van Lierop2007-07-251-0/+17
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-281-8/+9
* break apart faster: prepend to list instead of append, add objects to selecti...bulia byak2006-05-281-6/+1
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve memory...MenTaLguY2006-05-091-53/+1
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-64/+64
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1289