kicad/gerbview/tools
Jeff Young 2f23aa9556 Implement a more robust tool stacking architecture.
We were running into various corner conditions where a tool's event
loop would exit while the tool was still active, or the tool would
get popped while we were still in the event loop.  (A lot of these
had to do with the POINT_EDITOR's, but not all of them.)

The new architecture:
1) tools always do a Push()/Pop()
2) everyone is responsible for their own pops; no more stack-clearing
on a cancel
3) CancelInteractive events go to all tools to facilitate (2)
2019-06-27 17:01:31 +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 Implement a more robust tool stacking architecture. 2019-06-27 17:01:31 +01:00
gerbview_selection_tool.h Convert separate-compilation of selection.cpp to polymorphism. 2019-06-10 23:46:00 +01:00