summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-path.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-07LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen1-502/+0
references to nr-path.h) (bzr r6774)
2008-08-03Refactoring the object-snapper to use 2geom pathsDiederik van Lierop1-20/+0
(bzr r6552)
2008-05-09complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen1-9/+10
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)
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-8/+5
(bzr r5149)
2007-12-271) Fix bug #178312Diederik van Lierop1-0/+19
2) Fix constrained snapping to objects (bzr r4314)
2007-05-10fixed crash when parameter viewbox=null in ↵Johan B. C. Engelen1-2/+2
nr_path_matrix_point_bbox_wind_distance (bzr r2998)
2007-03-19optimize picking by ignoring out-of-view segmentsbulia byak1-15/+45
(bzr r2715)
2007-03-16fix 1682261bulia byak1-0/+13
(bzr r2673)
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY1-1/+2
allocator a little more instead of the others (aside from libgc) (bzr r1044)