kicad/cvpcb/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
..
cvpcb_actions.cpp Implement I18N for ACTIONs. 2019-06-17 10:45:23 +01:00
cvpcb_actions.h Move some dupicated tools to common tools. 2019-06-03 21:08:30 +01:00
cvpcb_control.cpp Move some dupicated tools to common tools. 2019-06-03 21:08:30 +01:00
cvpcb_control.h Move Show3DViewer to common action. 2019-06-02 16:21:44 +01:00
cvpcb_selection_tool.cpp Implement a more robust tool stacking architecture. 2019-06-27 17:01:31 +01:00
cvpcb_selection_tool.h Move footprint & symbol tree context menus to tool infrastructure. 2019-06-05 20:16:48 +01:00