kicad/cvpcb
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
..
dialogs Fix a bunch of compiler warnings 2023-04-11 17:01:30 +00:00
tools Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
CMakeLists.txt Revert "Reintroduce constexpr to COLOR4D" 2023-04-06 20:18:31 +01:00
auto_associate.cpp Cvpcb: fix "not found" .equ files. 2022-03-29 18:51:03 +02:00
auto_associate.h
cvpcb.cpp Update KICAD6->KICAD7 2023-01-23 22:21:12 +00:00
cvpcb.icns
cvpcb_association.h Unify LIB_IDs now that both are stored in sexpr files. 2020-12-18 00:30:26 +00:00
cvpcb_doc.icns
cvpcb_id.h Cleanup. 2022-07-25 16:10:08 +01:00
cvpcb_mainframe.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
cvpcb_mainframe.h Select first unassigned symbol when running CvPCB. 2023-06-17 12:44:59 +01:00
display_footprints_frame.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
display_footprints_frame.h Remove double call to Destroy() for DISPLAY_FOOTPRINTS_FRAME. 2023-06-11 21:57:26 +01:00
footprints_listbox.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
library_listbox.cpp More wxSing 2023-01-16 23:14:38 -05:00
listbox_base.cpp Fix a few doxygen errors (no actual code change) 2023-04-19 16:20:24 +02:00
listboxes.h ListBox perf improvements 2022-10-24 12:27:07 +00:00
menubar.cpp More wxSing 2023-01-16 23:14:38 -05:00
readwrite_dlgs.cpp Select first unassigned symbol when running CvPCB. 2023-06-17 12:44:59 +01:00
symbols_listbox.cpp Fix a few doxygen errors (no actual code change) 2023-04-19 16:20:24 +02:00
toolbars_cvpcb.cpp Fix too-narrow text edit control on Mac. 2023-02-13 10:47:39 +00:00