kicad/gerbview/tools
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch
Using a boolean argument just leads to a lot of trailing booleans in the
function calls and is not user friendly. Instead, introduce PostAction()
to send an action that runs after the coroutine (equivalent to passing
false or the default argument), and leave RunAction as the immediate
execution function.
2023-06-27 00:57:59 +01:00
..
gerbview_actions.cpp Split gerbview diff and xor into two separate view modes. 2022-11-18 15:29:16 +00:00
gerbview_actions.h Split gerbview diff and xor into two separate view modes. 2022-11-18 15:29:16 +00:00
gerbview_control.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
gerbview_control.h ADDED: Implement Drag and Drop 2022-09-14 22:28:09 +00:00
gerbview_inspection_tool.cpp Turn on and fix MSVC compliance mode issues 2023-02-12 16:30:37 -05:00
gerbview_inspection_tool.h cleanup tool event and tool action includes 2021-06-06 18:26:26 +01:00
gerbview_selection.cpp Move EDA_ITEM bounding boxes to BOX2I. 2022-08-31 10:16:55 +01:00
gerbview_selection.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
gerbview_selection_tool.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
gerbview_selection_tool.h Share more code between selection tools. 2022-07-11 19:04:08 -06:00