summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathCutting.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-2/+2
| | | | | 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)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-081-2/+5
| | | | | edited (bzr r4989)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-2/+6
| | | (bzr r4629)
* fix bug where nearest_point_on_path returned bogus t values on sharp bendsbulia byak2007-04-081-5/+12
| | | (bzr r2834)
* method for dashing Path using an SPStylebulia byak2006-05-261-0/+31
| | | (bzr r1013)
* put Richard's copyright notice where I had forgotten it.Aaron Spike2006-05-141-0/+6
| | | (bzr r836)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1487
(bzr r1)