summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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