summaryrefslogtreecommitdiffstats
path: root/src/display/curve.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+0
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-16/+29
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-52/+57
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Add a method to create a rectangular curveDiederik van Lierop2007-07-251-0/+2
| | | (bzr r3297)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-091-6/+0
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-3/+3
| | | (bzr r787)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+133
(bzr r1)