summaryrefslogtreecommitdiffstats
path: root/src/display/snap-indicator.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-02-251) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in t...Diederik van Lierop1-1/+9
2010-02-221) Making snapping behaviour for paraxial lines (in the pen tool) similar to ...Diederik van Lierop1-0/+3
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-2/+9
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-4/+9
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-1/+2
2010-01-19When snapping to a bounding box, flash that bounding box together with the sn...Diederik van Lierop1-3/+24
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-3/+3
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-3/+3
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-3/+2
2009-08-02Snap to a guide's origin too (resulting in a 2D constraint), instead of only ...Diederik van Lierop1-157/+160
2009-06-02When dragging the origin of a guide along that guide, we should use constrain...Diederik van Lierop1-1/+4
2009-04-23translator comments and minor string fixesIvan Mas??r1-0/+1
2009-04-12Improved wording for the snap indicator: gradients snap to their parent's bou...Diederik van Lierop1-2/+2
2009-04-12Fix snapping during constrained translation, when only snapping the node clos...Diederik van Lierop1-1/+1
2009-04-02- Don't display the snap-source-indicator when we're about to rotate using th...Diederik van Lierop1-1/+1
2009-03-11move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak1-1/+1
2009-02-27More accurate wording in snap tooltipsDiederik van Lierop1-0/+18
2009-02-25make snap tooltip position sensitive to canvas zoomingThomas Holder1-2/+3
2009-02-22Snapping of guides now turned on by default, and fixed initialization of the ...Diederik van Lierop1-1/+1
2009-02-22Use on-cavas text instead of a tooltip for the snapindicator (fixes some tool...Diederik van Lierop1-52/+18
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-7/+87
2009-02-15After snapping, show a tooltip together with the snap indicatorDiederik van Lierop1-31/+116
2009-01-25Display the snap source indicator only when snapping is enabledDiederik van Lierop1-9/+9
2009-01-17snap indicator: try a diamond shaped indicator for snapping to nodes. see how...Johan B. C. Engelen1-1/+11
2009-01-16work a bit on snapindicator: added switch statement for different typesJohan B. C. Engelen1-15/+29
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-9/+48
2008-11-21Merge from fe-movedTed Gould1-4/+5
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-0/+7
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-12/+17
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-0/+2
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-3/+5
2008-03-22Line-end fixupsJon A. Cruz1-78/+78
2008-03-13disable snapindicator for now to fix pen toolJohan B. C. Engelen1-13/+15
2008-03-03new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen1-1/+1
2008-03-02remove flashing test indicator on pointparam.Johan B. C. Engelen1-0/+76