summaryrefslogtreecommitdiffstats
path: root/src/snapped-line.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-12Use the line intersection routines in 2geom/line.h instead of the deprecated ...Diederik van Lierop1-25/+38
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-1/+0
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-7/+15
2008-12-10- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop1-158/+153
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-22/+22
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-4/+4
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-10/+10
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-4/+4
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-11/+13
2008-01-031) fix snapping while scalingDiederik van Lierop1-30/+69
2007-11-181) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop1-8/+37
2007-11-14Snap to intersections of line segmentsDiederik van Lierop1-13/+50
2007-11-09Remove geom.cpp and geom.h. Now use 2geom/geom.cpp and 2geom.h.Johan B. C. Engelen1-7/+8
2007-11-09Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop1-28/+21
2007-11-03fix compilation. added #include "libnr/nr-values.h" to snapped-line.cppJohan B. C. Engelen1-0/+1
2007-11-03Groundwork to snap to intersections, e.g. intersections of gridlines with gui...Diederik van Lierop1-0/+180