-
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
22e4c96
commit 9178f11
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
20 files
+1 −0 | .github/workflows/build.yml | |
+12 −0 | .github/workflows/manual.yml | |
+8 −5 | backends/imgui_impl_allegro5.cpp | |
+8 −14 | backends/imgui_impl_glfw.cpp | |
+8 −3 | backends/imgui_impl_osx.mm | |
+36 −8 | backends/imgui_impl_sdl2.cpp | |
+43 −11 | backends/imgui_impl_sdl3.cpp | |
+51 −0 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+1 −1 | docs/README.md | |
+1 −1 | docs/TODO.txt | |
+8 −0 | examples/example_win32_opengl3/build_mingw.bat | |
+1 −1 | imconfig.h | |
+168 −79 | imgui.cpp | |
+73 −40 | imgui.h | |
+23 −23 | imgui_demo.cpp | |
+9 −2 | imgui_draw.cpp | |
+5 −4 | imgui_internal.h | |
+17 −6 | imgui_tables.cpp | |
+33 −33 | imgui_widgets.cpp |