summaryrefslogtreecommitdiffstats
path: root/src/snapper.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and whitespace cleanupJon A. Cruz2008-05-011-24/+24
| | | (bzr r5564)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-57/+7
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a ↵Diederik van Lierop2008-04-111-4/+4
| | | | | std::list in four different places. Now this is handled in only one place (bzr r5407)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-1/+2
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* Node tool: snap to paths and their nodes, incl. to the path currently being ↵Diederik van Lierop2008-03-081-3/+5
| | | | | edited (bzr r4989)
* 1) fix snapping while scalingDiederik van Lierop2008-01-031-6/+10
| | | | | | | 2) fix constrained snapping 3) improve snapping logic (again), or more specifically: better obey "always snap" 4) refactoring to reduce risk of bugs: renaming variables and methods for better readability, adding class members instead of using std::pairs, etc. (bzr r4379)
* Toggle snapping for each grid individuallyDiederik van Lierop2007-12-121-2/+3
| | | (bzr r4219)
* Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ↵Diederik van Lierop2007-11-091-3/+3
| | | | | -> SnappedLine (bzr r4048)
* Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop2007-11-031-19/+19
| | | (bzr r4020)
* Groundwork to snap to intersections, e.g. intersections of gridlines with ↵Diederik van Lierop2007-11-031-7/+23
| | | | | 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)
* Improving the performance of the object snapperDiederik van Lierop2007-09-051-1/+12
| | | (bzr r3689)
* Implement snapping of guides while dragging them, and snap TO item centers ↵Diederik van Lierop2007-08-281-0/+1
| | | | | (we only had snapping FROM item centers so far) (bzr r3603)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-14/+14
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* 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-3/+7
| | | (bzr r2917)
* Re-enable link between grid visibility and grid snap.Carl Hetherington2006-05-091-1/+4
| | | (bzr r795)
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-3/+28
| | | (bzr r734)
* 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)
* optimized includesRalf Stephan2006-01-181-4/+4
| | | (bzr r16)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+113
(bzr r1)