summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-2/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-3/+5
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-1/+3
2009-01-25Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop1-11/+6
2008-12-30Remove some obsolete from_2geom() callsDiederik van Lierop1-1/+1
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-1/+1
2008-12-10- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop1-22/+25
2008-11-24Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop1-2/+2
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-10/+10
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-145/+147
2008-08-15Use new methods from 2geom's APIDiederik van Lierop1-2/+1
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-5/+5
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-0/+146