summaryrefslogtreecommitdiffstats
path: root/src/display/curve.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-8/+9
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* break apart faster: prepend to list instead of append, add objects to ↵bulia byak2006-05-281-6/+1
| | | | | selection wholesale instead of one by one (bzr r1038)
* always make local copy of path data so we have control of memory policyMenTaLguY2006-05-091-29/+17
| | | (bzr r791)
* get rid of sp_curve_new_from_static_bpath() in a bid to simplify curve ↵MenTaLguY2006-05-091-53/+1
| | | | | memory management (bzr r788)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-64/+64
| | | (bzr r787)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1289
(bzr r1)