Skip to content

Commit

Permalink
update imgui to v1.90.1-docking
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 30, 2024
1 parent a730da3 commit a4714e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/imgui
Submodule imgui updated 43 files
+1 −0 .github/ISSUE_TEMPLATE/config.yml
+90 −0 .github/ISSUE_TEMPLATE/issue_template.yml
+0 −46 .github/issue_template.md
+1 −1 LICENSE.txt
+12 −10 backends/imgui_impl_android.cpp
+1 −1 backends/imgui_impl_android.h
+1 −1 backends/imgui_impl_dx12.cpp
+48 −7 backends/imgui_impl_glfw.cpp
+5 −0 backends/imgui_impl_glfw.h
+2 −1 backends/imgui_impl_opengl3.cpp
+6 −2 backends/imgui_impl_opengl3_loader.h
+2 −1 backends/imgui_impl_osx.h
+39 −13 backends/imgui_impl_osx.mm
+2 −2 backends/imgui_impl_sdl3.cpp
+88 −78 backends/imgui_impl_vulkan.cpp
+1 −0 backends/imgui_impl_vulkan.h
+9 −1 backends/imgui_impl_wgpu.cpp
+114 −0 docs/CHANGELOG.txt
+1 −1 docs/FAQ.md
+3 −7 docs/FONTS.md
+2 −2 docs/README.md
+1 −0 examples/example_emscripten_wgpu/main.cpp
+1 −1 examples/example_glfw_opengl3/Makefile.emscripten
+3 −0 examples/example_glfw_opengl3/main.cpp
+6 −0 examples/example_sdl2_directx11/main.cpp
+6 −0 examples/example_sdl2_opengl2/main.cpp
+6 −0 examples/example_sdl2_opengl3/main.cpp
+5 −0 examples/example_sdl2_sdlrenderer2/main.cpp
+5 −0 examples/example_sdl2_vulkan/main.cpp
+1 −1 examples/example_sdl3_opengl3/main.cpp
+3 −3 examples/example_sdl3_sdlrenderer3/main.cpp
+7 −7 examples/example_win32_opengl3/main.cpp
+3 −1 imconfig.h
+440 −225 imgui.cpp
+226 −203 imgui.h
+114 −52 imgui_demo.cpp
+3 −3 imgui_draw.cpp
+104 −61 imgui_internal.h
+14 −2 imgui_tables.cpp
+94 −91 imgui_widgets.cpp
+72 −71 imstb_textedit.h
+1 −1 misc/freetype/imgui_freetype.cpp
+1 −2 misc/freetype/imgui_freetype.h

0 comments on commit a4714e9

Please sign in to comment.