OrcaSlicer/src/imgui
Dipl.-Ing. Raoul Rubien, BSc 3ecca6116d
fixes compiler warnings (#9619)
* compiler warnings: adds SYSTEM to [target_]include_directories to skip warnings originating from dependencies

* compiler warnings: uninitialized/unused variables, missing parenthesis, pragma

* compiler warnings: redundant template type, missing curly braces, pass 0 instead of NULL as int argument

* compiler warnings: removes fclose(fp) where fp==nullptr since fclose() has attribute __nonnull((1))

* compiler warnings: uninitialized variables, missing parentheses, missing curly braces

* compiler warnings: ? as lower precedence than <<

* compiler warnings: unused variable

* compiler warnings: unused result

* compiler warnings: undefined/unused variable

* compiler warnings: uninitialized variable
2025-06-14 21:05:25 +08:00
..
CMakeLists.txt Port Emboss & SVG gizmo from PrusaSlicer (#2819) 2023-12-09 22:46:18 +08:00
imconfig.h gCode Legend & Viewer Improvements (#8198) 2025-03-30 20:07:49 +08:00
imgui.cpp Fix-position tooltip should also be clamped inside render area 2023-11-04 11:41:10 +08:00
imgui.h ENH: font preview 2022-12-15 04:38:15 -05:00
imgui_demo.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
imgui_draw.cpp ENH:adjust assembly view toolbar UI (STUDIO-1213) 2023-04-17 15:39:02 +08:00
imgui_internal.h ENH:adjust assembly view toolbar UI (STUDIO-1213) 2023-04-17 15:39:02 +08:00
imgui_stdlib.cpp Port Emboss & SVG gizmo from PrusaSlicer (#2819) 2023-12-09 22:46:18 +08:00
imgui_stdlib.h Port Emboss & SVG gizmo from PrusaSlicer (#2819) 2023-12-09 22:46:18 +08:00
imgui_tables.cpp Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
imgui_widgets.cpp fixes compiler warnings (#9619) 2025-06-14 21:05:25 +08:00
imstb_rectpack.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
imstb_textedit.h Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
imstb_truetype.h FIX: init_font crash 2022-12-15 04:38:15 -05:00
LICENSE.txt Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00
README.md Add the full source of BambuStudio 2022-07-15 23:42:08 +08:00

** Dear ImGui is a bloat-free graphical user interface library for C++.**

For more information go to https://github.com/ocornut/imgui

THIS DIRECTORY CONTAINS THE imgui-1.83 ad5d1a8 SOURCE DISTRIBUTION.

Customized with the following commits: f93d0001baa5443da2c6510d11b03c675e652418 b71d787f69