summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-28Add buttons for snapping to grids and/or guidesDiederik van Lierop1-1/+1
2009-01-25Remove some SP_ACTIVE_DESKTOP() callsDiederik van Lierop1-6/+4
2009-01-25Display the snap source indicator only when snapping is enabledDiederik van Lierop1-1/+1
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-3/+18
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-0/+19
2008-12-30Remove some obsolete from_2geom() callsDiederik van Lierop1-1/+1
2008-12-10- Fix bug #304405 (snapping to an intersection of lines at infinity is wrong)Diederik van Lierop1-176/+176
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-37/+90
2008-11-24Add an option to the preferences to _only_ snap the node closest to the mouse...Diederik van Lierop1-3/+2
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-16/+19
2008-11-21Merge from fe-movedTed Gould1-10/+10
2008-10-31Merge from trunkTed Gould1-7/+16
2008-10-27From trunkTed Gould1-88/+25
2008-10-11Merging from trunkTed Gould1-8/+26
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-62/+48
2008-09-07If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that...Diederik van Lierop1-2/+7
2008-09-07Remove pointer to SPDesktop from ObjectSnapperDiederik van Lierop1-3/+1
2008-08-30Eliminate SP_ACTIVE_DESKTOP in the object-snapperDiederik van Lierop1-1/+3
2008-08-28Modify the parameters required for setting up the SnapManagerDiederik van Lierop1-9/+13
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-68/+68
2008-08-08Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop1-9/+10
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-061) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop1-0/+54
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-4/+4
2008-05-20Fix snapping for constrained translation in the selector toolDiederik van Lierop1-1/+7
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-2/+2
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-4/+47
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-5/+10
2008-05-01Replace freeSnapSkew() by constrainedSnapSkew(). There is no such thing as fr...Diederik van Lierop1-10/+17
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-141/+100
2008-04-11Refactor snapping mechanisms: in seltrans.cpp, a GSList was converted to a st...Diederik van Lierop1-15/+21
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-83/+72
2008-03-25Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop1-2/+3
2008-03-08Node tool: snap to paths and their nodes, incl. to the path currently being e...Diederik van Lierop1-4/+38
2008-01-12Fix #181795Diederik van Lierop1-28/+17
2008-01-11(bzr r4464)Diederik van Lierop1-7/+6
2008-01-08Fix LP #181020: When snapping a guide, now only the part of the guide near th...Diederik van Lierop1-1/+1
2008-01-031) fix snapping while scalingDiederik van Lierop1-70/+107
2007-12-28Fix snapping when constrained scaling: now snaps all corners of the selectionDiederik van Lierop1-12/+34
2007-12-27Snapping a guide to nodes (while dragging it across the canvas) now also work...Diederik van Lierop1-18/+5
2007-12-271) Fix bug #178312Diederik van Lierop1-6/+33
2007-12-221) solve bug #177995Diederik van Lierop1-21/+35
2007-12-12Add global snapping toggleDiederik van Lierop1-4/+10
2007-11-181) Improving snapping logic 2) When skewing, don't snap to selection itselfDiederik van Lierop1-25/+22
2007-11-18Improving snapping logic; more to followDiederik van Lierop1-5/+21
2007-11-14A pasted selection is supposed to snap to the grid, but this cannot work the ...Diederik van Lierop1-54/+0
2007-11-14Snap to intersections of line segmentsDiederik van Lierop1-6/+26
2007-11-09Renaming classes: SnappedLine -> SnappedLineSegment, and SnappedInfiniteLine ...Diederik van Lierop1-7/+7
2007-11-05Improve the user interaction for snapping of bounding boxes, and add an new t...Diederik van Lierop1-5/+10
2007-11-03Oops, don't use tabs! (replace tabs by 4 spaces)Diederik van Lierop1-112/+112