Skip to content

Commit

Permalink
Update ImGui.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed Jul 1, 2021
1 parent edf8978 commit db8997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/frontends/sdl/imgui/imgui
Submodule imgui updated 57 files
+1 −1 .github/workflows/static-analysis.yml
+77 −52 backends/imgui_impl_allegro5.cpp
+0 −1 backends/imgui_impl_android.cpp
+108 −76 backends/imgui_impl_dx10.cpp
+113 −80 backends/imgui_impl_dx11.cpp
+109 −71 backends/imgui_impl_dx12.cpp
+122 −84 backends/imgui_impl_dx9.cpp
+109 −78 backends/imgui_impl_glfw.cpp
+40 −12 backends/imgui_impl_opengl2.cpp
+157 −96 backends/imgui_impl_opengl3.cpp
+4 −3 backends/imgui_impl_osx.mm
+81 −55 backends/imgui_impl_sdl.cpp
+6 −2 backends/imgui_impl_sdl.h
+167 −118 backends/imgui_impl_vulkan.cpp
+118 −77 backends/imgui_impl_win32.cpp
+39 −0 docs/CHANGELOG.txt
+2 −2 docs/FAQ.md
+2 −2 docs/README.md
+1 −1 docs/TODO.txt
+3 −1 examples/README.txt
+4 −3 examples/example_allegro5/README.md
+6 −6 examples/example_allegro5/example_allegro5.vcxproj
+8 −0 examples/example_allegro5/main.cpp
+132 −170 examples/example_apple_metal/main.mm
+94 −102 examples/example_apple_opengl2/main.mm
+1 −1 examples/example_emscripten_opengl3/main.cpp
+6 −6 examples/example_glfw_opengl2/example_glfw_opengl2.vcxproj
+6 −6 examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj
+6 −6 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+10 −10 examples/example_glut_opengl2/example_glut_opengl2.vcxproj
+8 −0 examples/example_glut_opengl2/main.cpp
+10 −10 examples/example_sdl_directx11/example_sdl_directx11.vcxproj
+1 −1 examples/example_sdl_directx11/main.cpp
+1 −1 examples/example_sdl_metal/main.mm
+4 −0 examples/example_sdl_opengl2/README.md
+10 −10 examples/example_sdl_opengl2/example_sdl_opengl2.vcxproj
+1 −1 examples/example_sdl_opengl2/main.cpp
+4 −0 examples/example_sdl_opengl3/README.md
+10 −10 examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj
+1 −1 examples/example_sdl_opengl3/main.cpp
+10 −10 examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj
+4 −1 examples/example_sdl_vulkan/example_sdl_vulkan.vcxproj.filters
+1 −1 examples/example_sdl_vulkan/main.cpp
+6 −6 examples/example_win32_directx10/example_win32_directx10.vcxproj
+6 −6 examples/example_win32_directx11/example_win32_directx11.vcxproj
+2 −2 examples/example_win32_directx12/example_win32_directx12.vcxproj
+6 −6 examples/example_win32_directx9/example_win32_directx9.vcxproj
+2 −1 imconfig.h
+95 −56 imgui.cpp
+58 −38 imgui.h
+22 −4 imgui_demo.cpp
+70 −41 imgui_draw.cpp
+62 −27 imgui_internal.h
+73 −53 imgui_tables.cpp
+97 −15 imgui_widgets.cpp
+1 −1 misc/freetype/README.md
+25 −23 misc/freetype/imgui_freetype.cpp

0 comments on commit db8997d

Please sign in to comment.