kicad/gerbview/tools
Jeff Young 981072598b Overhaul cursor code for new tool/action framework.
Includes the addition of an onSetCursor() handler which must be called
from both the GAL canvas AND the GAL backend (at least on OSX) to prevent
cursor flickering between (for instance) pencil and arrow.

Also includes new architecture for point editors which allows them to
coordiate cursors with the editing tools (so we can switch to an arrow
when over a point).
2019-06-27 22:37:11 +01:00
..
gerbview_actions.cpp Implement I18N for ACTIONs. 2019-06-17 10:45:23 +01:00
gerbview_actions.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
gerbview_control.cpp Implement I18N for ACTIONs. 2019-06-17 10:45:23 +01:00
gerbview_control.h Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
gerbview_selection.cpp Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00
gerbview_selection.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00
gerbview_selection_tool.cpp Overhaul cursor code for new tool/action framework. 2019-06-27 22:37:11 +01:00
gerbview_selection_tool.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00