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