Skip to content

Commit

Permalink
externals: update ImGUI to 1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Nov 2, 2020
1 parent bcf4b52 commit 2e951f0
Show file tree
Hide file tree
Showing 5 changed files with 325 additions and 128 deletions.
2 changes: 1 addition & 1 deletion externals/imgui
Submodule imgui updated 68 files
+1 βˆ’0 .github/FUNDING.yml
+104 βˆ’36 .github/workflows/build.yml
+74 βˆ’0 .github/workflows/static-analysis.yml
+295 βˆ’10 docs/CHANGELOG.txt
+67 βˆ’23 docs/FAQ.md
+382 βˆ’0 docs/FONTS.md
+0 βˆ’376 docs/FONTS.txt
+44 βˆ’39 docs/README.md
+36 βˆ’22 docs/TODO.txt
+26 βˆ’21 examples/README.txt
+1 βˆ’1 examples/example_allegro5/example_allegro5.vcxproj
+1 βˆ’1 examples/example_allegro5/main.cpp
+3 βˆ’1 examples/example_apple_metal/README.md
+30 βˆ’5 examples/example_apple_metal/Shared/Renderer.mm
+24 βˆ’0 examples/example_apple_metal/Shared/ViewController.mm
+19 βˆ’9 examples/example_apple_opengl2/main.mm
+13 βˆ’5 examples/example_emscripten/README.md
+1 βˆ’1 examples/example_emscripten/main.cpp
+1 βˆ’1 examples/example_glfw_opengl2/main.cpp
+10 βˆ’3 examples/example_glfw_opengl3/Makefile
+6 βˆ’2 examples/example_glfw_opengl3/main.cpp
+5 βˆ’3 examples/example_glfw_vulkan/CMakeLists.txt
+41 βˆ’29 examples/example_glfw_vulkan/main.cpp
+1 βˆ’1 examples/example_glut_opengl2/main.cpp
+1 βˆ’1 examples/example_marmalade/main.cpp
+5 βˆ’2 examples/example_null/Makefile
+1 βˆ’1 examples/example_null/main.cpp
+1 βˆ’1 examples/example_sdl_directx11/main.cpp
+1 βˆ’1 examples/example_sdl_opengl2/Makefile
+3 βˆ’1 examples/example_sdl_opengl2/main.cpp
+11 βˆ’4 examples/example_sdl_opengl3/Makefile
+6 βˆ’2 examples/example_sdl_opengl3/main.cpp
+43 βˆ’27 examples/example_sdl_vulkan/main.cpp
+2 βˆ’1 examples/example_win32_directx10/main.cpp
+2 βˆ’1 examples/example_win32_directx11/main.cpp
+2 βˆ’1 examples/example_win32_directx12/build_win32.bat
+4 βˆ’0 examples/example_win32_directx12/example_win32_directx12.vcxproj
+18 βˆ’4 examples/example_win32_directx12/main.cpp
+2 βˆ’1 examples/example_win32_directx9/main.cpp
+26 βˆ’16 examples/imgui_examples.sln
+12 βˆ’10 examples/imgui_impl_allegro5.cpp
+36 βˆ’29 examples/imgui_impl_dx10.cpp
+36 βˆ’29 examples/imgui_impl_dx11.cpp
+31 βˆ’20 examples/imgui_impl_dx12.cpp
+4 βˆ’2 examples/imgui_impl_dx12.h
+2 βˆ’2 examples/imgui_impl_dx9.cpp
+2 βˆ’2 examples/imgui_impl_glfw.cpp
+4 βˆ’4 examples/imgui_impl_glut.cpp
+5 βˆ’5 examples/imgui_impl_marmalade.cpp
+1 βˆ’1 examples/imgui_impl_metal.h
+59 βˆ’59 examples/imgui_impl_opengl3.cpp
+38 βˆ’22 examples/imgui_impl_opengl3.h
+2 βˆ’2 examples/imgui_impl_osx.h
+17 βˆ’6 examples/imgui_impl_osx.mm
+3 βˆ’0 examples/imgui_impl_sdl.cpp
+186 βˆ’98 examples/imgui_impl_vulkan.cpp
+3 βˆ’2 examples/imgui_impl_vulkan.h
+12 βˆ’7 examples/imgui_impl_win32.cpp
+5 βˆ’4 imconfig.h
+1,110 βˆ’669 imgui.cpp
+325 βˆ’180 imgui.h
+1,416 βˆ’740 imgui_demo.cpp
+490 βˆ’280 imgui_draw.cpp
+537 βˆ’399 imgui_internal.h
+1,130 βˆ’567 imgui_widgets.cpp
+55 βˆ’25 imstb_textedit.h
+10 βˆ’10 misc/fonts/binary_to_compressed_c.cpp
+15 βˆ’16 misc/freetype/imgui_freetype.cpp

0 comments on commit 2e951f0

Please sign in to comment.