Skip to content

Commit

Permalink
Update imgui to version 1.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doyaGu committed Sep 15, 2024
1 parent dbaf99b commit 3f4bdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/imgui
Submodule imgui updated 40 files
+11 −0 .github/workflows/build.yml
+12 −0 .github/workflows/manual.yml
+8 −5 backends/imgui_impl_allegro5.cpp
+27 −15 backends/imgui_impl_glfw.cpp
+3 −0 backends/imgui_impl_glfw.h
+8 −3 backends/imgui_impl_osx.mm
+36 −8 backends/imgui_impl_sdl2.cpp
+47 −13 backends/imgui_impl_sdl3.cpp
+1 −1 backends/imgui_impl_sdl3.h
+2 −0 backends/imgui_impl_sdlrenderer3.cpp
+2 −0 backends/imgui_impl_sdlrenderer3.h
+87 −1 docs/CHANGELOG.txt
+1 −1 docs/FAQ.md
+5 −1 docs/FONTS.md
+1 −1 docs/README.md
+1 −1 docs/TODO.txt
+5 −0 examples/example_glfw_opengl2/main.cpp
+5 −0 examples/example_glfw_opengl3/main.cpp
+5 −0 examples/example_glfw_vulkan/main.cpp
+5 −0 examples/example_glfw_wgpu/main.cpp
+5 −0 examples/example_sdl2_directx11/main.cpp
+5 −0 examples/example_sdl2_opengl2/main.cpp
+5 −0 examples/example_sdl2_opengl3/main.cpp
+6 −1 examples/example_sdl2_sdlrenderer2/main.cpp
+5 −0 examples/example_sdl2_vulkan/main.cpp
+3 −3 examples/example_sdl3_opengl3/README.md
+6 −1 examples/example_sdl3_opengl3/main.cpp
+9 −1 examples/example_sdl3_sdlrenderer3/main.cpp
+8 −0 examples/example_win32_opengl3/build_mingw.bat
+5 −0 examples/example_win32_opengl3/main.cpp
+4 −3 examples/libs/emscripten/emscripten_mainloop_stub.h
+1 −1 imconfig.h
+229 −109 imgui.cpp
+80 −47 imgui.h
+44 −29 imgui_demo.cpp
+13 −5 imgui_draw.cpp
+26 −16 imgui_internal.h
+34 −21 imgui_tables.cpp
+52 −46 imgui_widgets.cpp
+3 −2 misc/freetype/imgui_freetype.cpp

0 comments on commit 3f4bdf4

Please sign in to comment.