summaryrefslogtreecommitdiffstats
path: root/src/libnr/nr-path.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-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)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-8/+5
| | | (bzr r5149)
* 1) Fix bug #178312Diederik van Lierop2007-12-271-0/+19
| | | | | 2) Fix constrained snapping to objects (bzr r4314)
* fixed crash when parameter viewbox=null in ↵Johan B. C. Engelen2007-05-101-2/+2
| | | | | nr_path_matrix_point_bbox_wind_distance (bzr r2998)
* optimize picking by ignoring out-of-view segmentsbulia byak2007-03-191-15/+45
| | | (bzr r2715)
* fix 1682261bulia byak2007-03-161-0/+13
| | | (bzr r2673)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-1/+2
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+461
(bzr r1)