Code

Make curvature work again by fixing a minor omission
[inkscape.git] / src / snapped-line.cpp
2009-04-12 dvlierop2Use the line intersection routines in 2geom/line.h...
2009-03-14 dvlierop2Remove obsolete includes of libnr files in the snapping...
2009-02-20 dvlierop2The snap indicator's tooltip now displays "A to B"...
2008-12-10 dvlierop2- Fix bug #304405 (snapping to an intersection of lines...
2008-11-23 dvlierop21) Improve the way the distance to the pointer is taken...
2008-09-21 dvlierop2- refactor snapping code, removing code duplication
2008-08-11 dvlierop2Move all of the snapper code to 2geom
2008-08-01 johanengelen2geomify a lot of NR::Points to Geom::Point
2008-05-04 dvlierop2Next steps in implementing the snapping indicator
2008-01-03 dvlierop21) fix snapping while scaling
2007-11-18 dvlierop21) Improving snapping logic 2) When skewing, don't...
2007-11-14 dvlierop2Snap to intersections of line segments
2007-11-09 johanengelenRemove geom.cpp and geom.h. Now use 2geom/geom.cpp...
2007-11-09 dvlierop2Renaming classes: SnappedLine -> SnappedLineSegment...
2007-11-03 johanengelenfix compilation. added #include "libnr/nr-values.h...
2007-11-03 dvlierop2Groundwork to snap to intersections, e.g. intersections...