Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / snapped-curve.cpp
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"...
2009-02-15 dvlierop2After snapping, show a tooltip together with the snap...
2009-01-25 dvlierop2Remove some SP_ACTIVE_DESKTOP() calls
2008-12-30 dvlierop2Remove some obsolete from_2geom() calls
2008-12-14 dvlierop21) snap midpoints of line segments (both as source...
2008-12-10 dvlierop2- Fix bug #304405 (snapping to an intersection of lines...
2008-11-24 dvlierop2Add an option to the preferences to _only_ snap the...
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-15 dvlierop2Use new methods from 2geom's API
2008-08-11 dvlierop2Move all of the snapper code to 2geom
2008-08-08 dvlierop2Snap to intersections of any kind of path (were we...