]> Shamusworld >> Repos - architektonas/commit
Further progress on Polylines: Polylines can be selected and moved.
authorShamus Hammons <jlhamm@acm.org>
Fri, 14 Jan 2022 01:20:08 +0000 (19:20 -0600)
committerShamus Hammons <jlhamm@acm.org>
Fri, 14 Jan 2022 01:20:08 +0000 (19:20 -0600)
commit10cf4c797bed05831e976068b7504908279dc997
treed876e889eaee237fd8f7c22b9d46dba3606bd546
parent3c890e51a9763ffcee49e15753453a7da248272b
Further progress on Polylines: Polylines can be selected and moved.

This required a bit of shuffling under the hood to support this, but the
short version is that now Polylines will properly respond to mouse
movement near their contours and control points.  They still can't be
modified or created as of yet, but that's coming.  :-)  Also, slight
change to Circle and Arc handling: now clicking on their contours will
translate them instead of changing their radii.  Holding SHIFT will
allow changing their radii.
src/drawingview.cpp
src/fileio.cpp
src/geometry.cpp
src/objectwidget.cpp
src/structs.cpp [new file with mode: 0644]
src/structs.h
src/utils.cpp
src/vector.cpp
src/vector.h