Code

1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in the selec...
authorDiederik van Lierop <mailat-signdiedenrezidotnl>
Thu, 25 Feb 2010 21:54:44 +0000 (22:54 +0100)
committerDiederik van Lierop <mailat-signdiedenrezidotnl>
Thu, 25 Feb 2010 21:54:44 +0000 (22:54 +0100)
commit195e5fada891025f6d2f260e915ac209e0c0a5d0
tree9e88824107418e33478f6143ca44b95f607e84d3
parenta5f9104a36bd7911a95c0769d616072ffae82d79
1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in the selector tool)
2) Allow constrained translation for 1) (with <ctrl>)
3) Fix snapping to the grid when pasting
4) Show snap indicators for all of the above
5) Implement snap delay mechanism for 1) and 2)
src/display/snap-indicator.cpp
src/seltrans.cpp
src/snap-enums.h
src/snap.cpp
src/snap.h
src/snapped-point.h
src/ui/clipboard.cpp