summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-241-2/+2
| | | | | mouse pointer (bzr r6899)
* 1) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop2008-11-231-10/+10
| | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895)
* - refactor snapping code, removing code duplicationDiederik van Lierop2008-09-211-145/+147
| | | | | - fix snapping to page corners (bzr r6863)
* Use new methods from 2geom's APIDiederik van Lierop2008-08-151-2/+1
| | | (bzr r6635)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-5/+5
| | | (bzr r6606)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-0/+146
snap to intersections of line-segments) (bzr r6597)