summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-23When dragging a knot along a constraint line, then allow snapping the positio...Diederik van Lierop1-0/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-02Snap guides to grids (fixes bug #170741)Diederik van Lierop1-17/+24
2009-07-29Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop1-5/+11
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-24/+2
2009-06-20Remove an unused parameter from the snapping APIDiederik van Lierop1-9/+3
2009-06-18Documenting of the snapping APIDiederik van Lierop1-108/+279
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-2/+38
2009-04-12Fix two "snap window not opened" warningsDiederik van Lierop1-3/+3
2009-04-07Fix crash: desktop does not always have an event_context attached to it!Diederik van Lierop1-3/+3
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-14/+17
2009-03-16Warning cleanupJon A. Cruz1-1/+1
2009-03-16Whitespace cleanupJon A. Cruz1-48/+48
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-4/+8
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-4/+0
2009-03-13* Implement constrained snapping of knotsDiederik van Lierop1-2/+0
2009-02-25Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop1-5/+29
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-60/+70
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