Skip to content

Commit

Permalink
external: update imgui to version v1.91.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Nov 4, 2024
1 parent e78b375 commit 699db31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/imgui
Submodule imgui updated 55 files
+53 −4 .github/workflows/build.yml
+16 −15 backends/imgui_impl_allegro5.cpp
+67 −66 backends/imgui_impl_dx10.cpp
+85 −73 backends/imgui_impl_dx11.cpp
+12 −0 backends/imgui_impl_dx11.h
+44 −46 backends/imgui_impl_dx12.cpp
+11 −5 backends/imgui_impl_dx12.h
+80 −71 backends/imgui_impl_dx9.cpp
+31 −5 backends/imgui_impl_glfw.cpp
+10 −10 backends/imgui_impl_metal.mm
+9 −6 backends/imgui_impl_opengl2.cpp
+13 −10 backends/imgui_impl_opengl3.cpp
+6 −0 backends/imgui_impl_opengl3_loader.h
+3 −1 backends/imgui_impl_osx.mm
+11 −2 backends/imgui_impl_sdl2.cpp
+4 −3 backends/imgui_impl_sdl3.cpp
+19 −8 backends/imgui_impl_sdlrenderer2.cpp
+9 −0 backends/imgui_impl_sdlrenderer2.h
+21 −10 backends/imgui_impl_sdlrenderer3.cpp
+9 −0 backends/imgui_impl_sdlrenderer3.h
+32 −27 backends/imgui_impl_vulkan.cpp
+21 −13 backends/imgui_impl_vulkan.h
+58 −16 backends/imgui_impl_wgpu.cpp
+17 −0 backends/imgui_impl_wgpu.h
+21 −13 backends/imgui_impl_win32.cpp
+1 −1 docs/BACKENDS.md
+210 −0 docs/CHANGELOG.txt
+28 −26 docs/FAQ.md
+4 −4 docs/README.md
+4 −7 docs/TODO.txt
+1 −1 examples/example_glfw_vulkan/CMakeLists.txt
+2 −2 examples/example_glfw_vulkan/build_win32.bat
+2 −2 examples/example_glfw_vulkan/build_win64.bat
+4 −4 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+5 −1 examples/example_glfw_wgpu/CMakeLists.txt
+1 −1 examples/example_null/Makefile
+1 −1 examples/example_sdl2_vulkan/build_win32.bat
+5 −5 examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj
+1 −1 examples/example_sdl3_opengl3/main.cpp
+1 −1 examples/example_sdl3_sdlrenderer3/main.cpp
+1 −2 examples/example_win32_directx12/build_win32.bat
+5 −5 examples/example_win32_directx12/example_win32_directx12.vcxproj
+0 −4 examples/example_win32_directx12/main.cpp
+6 −3 imconfig.h
+819 −288 imgui.cpp
+111 −50 imgui.h
+72 −15 imgui_demo.cpp
+35 −8 imgui_draw.cpp
+163 −321 imgui_internal.h
+12 −10 imgui_tables.cpp
+456 −324 imgui_widgets.cpp
+63 −35 imstb_textedit.h
+22 −4 misc/freetype/README.md
+19 −5 misc/freetype/imgui_freetype.cpp
+7 −0 misc/freetype/imgui_freetype.h

0 comments on commit 699db31

Please sign in to comment.