summaryrefslogtreecommitdiffstats
path: root/src/snapped-curve.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-2/+0
| | | (bzr r7491)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-3/+5
| | | | | displayed "B". (bzr r7335)
* After snapping, show a tooltip together with the snap indicatorDiederik van Lierop2009-02-151-1/+3
| | | (bzr r7296)
* Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop2009-01-251-11/+6
| | | (bzr r7174)
* Remove some obsolete from_2geom() callsDiederik van Lierop2008-12-301-1/+1
| | | (bzr r7043)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-1/+1
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* - Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop2008-12-101-22/+25
| | | | | - Replace tabs by spaces (bzr r6985)
* 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)