summaryrefslogtreecommitdiffstats
path: root/src/object-snapper.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-25Fix constrained snapping to closing segmentsDiederik van Lierop1-10/+37
2010-08-20When doing a constrained snap, then don't try snapping the mouse pointer itse...Diederik van Lierop1-17/+26
2010-08-14Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop1-1/+2
2010-08-10Implement constrained snapping to nodesDiederik van Lierop1-13/+40
2010-07-251) Snap to transformation center even if it's outside of the bounding box of ...Diederik van Lierop1-5/+6
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-3/+9
2010-07-211) Fix snapping of guides to nodes/paths; 2) replace a g_assert with a return...Diederik van Lierop1-60/+41
2010-07-20- Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop1-37/+40
2010-07-19Fix snapping to midpoints of closing segmentsDiederik van Lierop1-3/+9
2010-07-19- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-5/+3
2010-07-18- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-5/+3
2010-07-17Simplify code related to snapping while rotatingDiederik van Lierop1-6/+0
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-23/+42
2010-07-01fix Launchpad bug 593023: crash in constrained snap due to not calling setup(...Diederik van Lierop1-1/+6
2010-05-22Snapping: get rid of the false positives when calculating intersectionsDiederik van Lierop1-1/+6
2010-05-21- "Snap nodes or handles" button now also includes smooth nodesDiederik van Lierop1-2/+2
2010-05-08Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop1-2/+2
2010-04-22Fix snapping regression introduced by rev. #9118Diederik van Lierop1-1/+1
2010-04-18Fix bbox snapping as reported in LP bug #562205Diederik van Lierop1-2/+2
2010-02-20Fix a memory leak in the object-snapperDiederik van Lierop1-1/+1
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-27/+21
2010-01-19When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop1-8/+9
2010-01-15Warning cleanup.Jon A. Cruz1-1/+6
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-90/+66
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-9/+9
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-102/+101
2009-09-26Fixed warningJon A. Cruz1-1/+1
2009-08-23When dragging a knot along a constraint line, then allow snapping the positio...Diederik van Lierop1-3/+3
2009-07-29Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop1-3/+11
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-11/+26
2009-04-24Two minor snapping fixesDiederik van Lierop1-2/+8
2009-04-07Fix bug #356743Diederik van Lierop1-3/+4
2009-04-01Remove some left-over debugging output that got accidentally committedDiederik van Lierop1-1/+0
2009-03-31More sensitive selection of snap target when snapping guides to objects with ...Diederik van Lierop1-7/+3
2009-03-15Implement constrained snapping when dragging the position and size handles of...Diederik van Lierop1-4/+1
2009-03-14Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop1-2/+0
2009-03-142Geom migration: use 2geom::projection instead of libnr's project_on_linesegmentDiederik van Lierop1-2/+3
2009-03-07- When finalizing a curve by double clicking then don't snap to the curve itselfDiederik van Lierop1-0/+3
2009-02-27Allow snapping to objects in hidden layersDiederik van Lierop1-3/+3
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-37/+42
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-16/+16
2009-01-31Store the snapper tolerances in the snap-preferences instead of in each snapp...Diederik van Lierop1-0/+15
2009-01-18- Snap to the midpoint of shapes and bboxesDiederik van Lierop1-63/+74
2009-01-11Optionally snap from/to midpoints of the edges of a bounding boxDiederik van Lierop1-5/+15
2008-12-30Remove some obsolete from_2geom() callsDiederik van Lierop1-1/+1
2008-12-20propagate additional_affine into groups of clip/mask pathsThomas Holder1-1/+1
2008-12-20object-snapper.cppThomas Holder1-10/+4
2008-12-141) snap midpoints of line segments (both as source and as target)Diederik van Lierop1-132/+160
2008-11-231) Improve the way the distance to the pointer is taken into account when fin...Diederik van Lierop1-2/+2
2008-11-21Merge from fe-movedTed Gould1-13/+22