summaryrefslogtreecommitdiffstats
path: root/src/guide-snapper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-141-2/+0
| | | (bzr r7491)
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-131-1/+2
| | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* Store the snapper tolerances in the snap-preferences instead of in each ↵Diederik van Lierop2009-01-311-0/+3
| | | | | snapper individualy. This way we don't have to update all snappers when the namedview has been updated (and we can get rid of the _update_snap_distances() call) (bzr r7208)
* 1) snap midpoints of line segments (both as source and as target)Diederik van Lierop2008-12-141-3/+3
| | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008)
* If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵Diederik van Lierop2008-09-071-1/+1
| | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-3/+3
| | | (bzr r6606)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-031-3/+3
| | | | | guidelines, and of objects with other objects. The snappers used to return only SnappedPoints, but now also SnappedLines and SnappedInfiniteLines can be returned. SnappedPaths will be implemented later. (bzr r4016)
* Improve readability and remove some unused codeDiederik van Lierop2007-04-191-1/+1
| | | (bzr r2930)
* Improve snapper performance (mainly in by editting WillSnapSomething())Diederik van Lierop2007-04-171-0/+2
| | | (bzr r2917)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-1/+1
| | | (bzr r2904)
* Clean up knutux's fix for the snapper crash.Carl Hetherington2006-05-041-1/+0
| | | (bzr r727)
* Temporary fix for broken snap functionality: as named view constructor is ↵Andrius Ramanauskas2006-05-041-0/+1
| | | | | never called, virtual tables of Snapper derived classes are never initialized. Fix - calling constructor/destructor on SPNamedView init/release. (bzr r725)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+52
(bzr r1)