summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-25Fix "snap guides" toggleDiederik van Lierop1-3/+4
2011-08-231) Use the "snap guides" button both for guides being snap sources, as well a...Diederik van Lierop1-36/+6
2011-08-22Fix another snapping bug (could occur when scaling an object using the select...Diederik van Lierop1-1/+3
2011-08-22Fix snap bug #816044Diederik van Lierop1-1/+8
2011-08-22Refactoring of the snapping preferences; mainly about storing all toggles in ...Diederik van Lierop1-5/+5
2011-07-18Replace NR_HUGE by Geom:infinity() in some snapping codeDiederik van Lierop1-16/+16
2011-07-15Fix scaling error when snapping, caused by rev. #10326Diederik van Lierop1-3/+5
2011-06-26- Add a third group of snap sources/targets, called ¨others¨ (before we had...Diederik van Lierop1-2/+2
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+2
2011-03-11Snap while rotating: fix removal of points too close to the rotation centerDiederik van Lierop1-12/+12
2010-12-27Snapping: improve calculation of metrics for scaling, modify some comments, a...Diederik van Lierop1-7/+10
2010-12-27Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop1-8/+48
2010-11-17Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop1-4/+9
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-11-16Fix display of snap source indicator for constrained snapping in the selector...Diederik van Lierop1-107/+125
2010-11-07Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop1-5/+51
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-9/+59
2010-10-24Fix paraxial pen tool: apply constraint even if we didn't snapDiederik van Lierop1-4/+4
2010-10-07Fix self-snapping when dragging the transformation center of a selection cont...Diederik van Lierop1-4/+4
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-08-05Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski1-15/+15
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