-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ng' of https://github.com/minecraft-linux/mcpelauncher-…
…manifest into mac-0x
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule imgui
updated
17 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 | |
+27 −0 | docs/CHANGELOG.txt | |
+1 −1 | docs/FAQ.md | |
+6 −3 | imconfig.h | |
+102 −61 | imgui.cpp | |
+17 −14 | imgui.h | |
+11 −4 | imgui_demo.cpp | |
+23 −24 | imgui_internal.h | |
+62 −46 | imgui_widgets.cpp | |
+22 −4 | misc/freetype/README.md | |
+19 −5 | misc/freetype/imgui_freetype.cpp | |
+7 −0 | misc/freetype/imgui_freetype.h |