kicad/3d-viewer
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
..
3d_cache Modernize setting link map linker flags 2023-02-22 01:44:06 +00:00
3d_canvas Eradicate a bunch of calls to dyn_cast. 2023-06-25 11:10:05 +01:00
3d_model_viewer Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
3d_navlib Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
3d_rendering ADDED: Initial support for importing Solidworks PCB files 2023-06-19 11:57:33 -04:00
3d_viewer Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
common_ogl Use enums for 3d Viewer settings instead of ints 2021-12-30 23:03:13 +00:00
dialogs Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
3d_enums.h Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
3d_fastmath.cpp 3D Viewer: complete refactor of the 3D viewer. 2016-07-19 13:35:25 -04:00
3d_fastmath.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
3d_math.cpp Removed all exception specifiers since deprecated. 2017-06-12 13:54:55 -04:00
3d_math.h Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
3d_viewer_id.h Refactor 3D viewer view into enum class 2023-06-20 21:52:50 +01:00
CMakeLists.txt Move Spacemouse to advanced config 2023-04-07 10:08:43 -07:00
credits.txt Fix various typos 2022-07-21 16:31:41 +00:00