summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-152nd attempt at fixing the crash introduced in rev. #9692. This should nail it!Diederik van Lierop1-2/+2
2010-08-14Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop1-4/+22
2010-08-11Fix a crash introduced by my previous commitDiederik van Lierop1-1/+0
2010-08-10Implement constrained snapping to nodesDiederik van Lierop1-4/+4
2010-08-07Add a constrained snap method that takes multiple constraints. This reduces t...Diederik van Lierop1-0/+62
2010-07-26While rotating, don't try snapping points coincident with the rotation centerDiederik van Lierop1-5/+15
2010-07-251) Snap to transformation center even if it's outside of the bounding box of ...Diederik van Lierop1-1/+4
2010-07-24Avoid self-snapping when dragging a rotation center, and draw the rotation ce...Diederik van Lierop1-0/+3
2010-07-20- Remove some old code which snapped the rotation center to the bbox, and whi...Diederik van Lierop1-3/+2
2010-07-19- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-2/+1
2010-07-18- do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop1-2/+1
2010-07-17Simplify code related to snapping while rotatingDiederik van Lierop1-9/+5
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-34/+85
2010-05-08Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop1-6/+3
2010-04-18Fix bbox snapping as reported in LP bug #562205Diederik van Lierop1-2/+15
2010-03-14New node tool: implement handle snappingKrzysztof Kosi??ski1-14/+7
2010-03-08Don't snap to points which are off-screenDiederik van Lierop1-8/+12
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-5/+13
2010-02-221) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop1-3/+18
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-1/+1
2010-02-12Fix compilation error introduced by my previous commitDiederik van Lierop1-1/+1
2010-02-12Constrained snapping: always enforce constraint, even when we didn't snapDiederik van Lierop1-3/+5
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+16
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-54/+40
2010-01-21Make snapping while scaling behave similar to other transformations, which ma...Diederik van Lierop1-31/+14
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-53/+28
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-93/+94
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-3/+3
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-39/+41
2009-08-23- fix bug #414142 (Moving path nodes twice is hard when snap is enabled)Diederik van Lierop1-1/+1
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