kicad/pcbnew/microwave
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
..
microwave_footprint.cpp Replace PAD_SHAPE::RECT by PAD_SHAPE::RECTANGLE to avoid a collision NAME with a windows header on MSYS2, creating many compil warnings. No actual code change. 2023-06-02 12:18:24 +02:00
microwave_inductor.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
microwave_polygon.cpp Centralize text size clamping. 2023-06-03 20:29:51 +01:00
microwave_tool.cpp TOOL_EVENT: make command string non-optional 2022-09-19 10:23:09 -04:00
microwave_tool.h Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere 2023-02-18 22:57:18 -05:00