-
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
01550d7
commit 58622e2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule imgui
updated
20 files
+1 −0 | backends/imgui_impl_dx12.cpp | |
+1 −1 | backends/imgui_impl_glfw.cpp | |
+1 −1 | backends/imgui_impl_sdl2.cpp | |
+1 −1 | backends/imgui_impl_sdl3.cpp | |
+1 −0 | backends/imgui_impl_vulkan.cpp | |
+1 −1 | backends/imgui_impl_win32.cpp | |
+55 −11 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+2 −3 | docs/TODO.txt | |
+6 −3 | imconfig.h | |
+193 −125 | imgui.cpp | |
+39 −28 | imgui.h | |
+19 −6 | imgui_demo.cpp | |
+4 −4 | imgui_draw.cpp | |
+55 −42 | imgui_internal.h | |
+2 −2 | imgui_tables.cpp | |
+111 −88 | imgui_widgets.cpp | |
+22 −4 | misc/freetype/README.md | |
+19 −5 | misc/freetype/imgui_freetype.cpp | |
+7 −0 | misc/freetype/imgui_freetype.h |