-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8233edf
commit ac3fab0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
21 files
+1 −1 | .github/workflows/static-analysis.yml | |
+2 −1 | backends/imgui_impl_allegro5.cpp | |
+7 −3 | backends/imgui_impl_glfw.cpp | |
+3 −1 | backends/imgui_impl_osx.mm | |
+2 −1 | backends/imgui_impl_sdl2.cpp | |
+3 −2 | backends/imgui_impl_sdl3.cpp | |
+2 −2 | backends/imgui_impl_sdlrenderer3.cpp | |
+29 −0 | backends/imgui_impl_wgpu.cpp | |
+7 −0 | backends/imgui_impl_wgpu.h | |
+20 −12 | backends/imgui_impl_win32.cpp | |
+28 −3 | docs/CHANGELOG.txt | |
+5 −0 | examples/example_glfw_wgpu/CMakeLists.txt | |
+1 −1 | examples/example_sdl3_opengl3/main.cpp | |
+1 −1 | examples/example_sdl3_sdlrenderer3/main.cpp | |
+53 −24 | imgui.cpp | |
+4 −3 | imgui.h | |
+5 −2 | imgui_demo.cpp | |
+4 −3 | imgui_draw.cpp | |
+10 −6 | imgui_internal.h | |
+8 −8 | imgui_tables.cpp | |
+42 −45 | imgui_widgets.cpp |