Code

Node tool: special case node duplication for endnodes - select new endnode
[inkscape.git] / src / snapped-curve.cpp
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-10-29 Diederik van Lierop- Constrained snap: proper implementation of the prefer...
2010-07-13 Ted GouldUpgrading to trunk
2010-05-22 Diederik van LieropSnapping: get rid of the false positives when calculati...
2010-05-15 Ted GouldPulling in a more recent trunk
2010-05-08 Diederik van LieropFix bounding box snapping (LP562205, comment 6, issue II)
2010-03-26 Ted GouldMerge from trunk
2010-01-19 Diederik van LieropWhen snapping to a bounding box, flash that bounding...
2010-01-14 Krzysztof Kosiński* Merge from trunk
2010-01-01 Ted GouldKeeping up with trunk
2009-12-27 Arcadie M. CracanConnector tool: make connectors avoid the convex hull...
2009-12-24 Diederik van Lieroprefactoring the snapping code (laying the groundwork...
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...