7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-27 00:06:20 +00:00
kicad/3d-viewer
Tomasz Wlostowski 9963b9dd9f TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode
TOOL_MENU::m_menu was unconditionally created by the TOOL_INTERACTIVE constructor, resulting in crashes if
we wanted to run the TOOLs in headless  mode, e.g. in unit tests. This commits makes
the creation of the menu object dependent on Pgm::IsGui().
2024-08-13 22:50:26 +02:00
..
3d_cache Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_canvas 3E viewer: fix incorrect custom pad shape in some cases. 2024-08-06 13:48:56 +02:00
3d_model_viewer Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
3d_navlib Introduce action friendly names 2023-10-27 23:58:29 +01:00
3d_rendering Use standard types instead of GL types in 3D raytracing renderer. 2024-08-09 21:26:37 +03:00
3d_viewer TOOL_INTERACTIVE: only create the context menu when we are running in GUI mode 2024-08-13 22:50:26 +02:00
common_ogl Support transparent background in 3D viewer PNG/clipboard export. 2024-02-29 17:11:53 +03:00
dialogs Fill in a lot more calls to DIALOG_SHIM::OnModify(). 2024-08-11 12:45:36 -06: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 3d_viewer_id.h: minor fix. 2023-11-28 16:59:01 +01:00
CMakeLists.txt Add ability to embed files in various elements 2024-07-15 16:06:55 -07:00
credits.txt Fix various typos 2022-07-21 16:31:41 +00:00