Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / snapped-line.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-05-15 Ted GouldPulling in a more recent trunk
2010-05-08 Diederik van LieropFix bounding box snapping (LP562205, comment 6, issue II)
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-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...