Skip to content

Commit

Permalink
Update to 1.88 (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwiz authored Jul 25, 2022
1 parent 06eb052 commit 3a5abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui
Submodule imgui updated 75 files
+1 −1 .github/issue_template.md
+1 −1 .github/pull_request_template.md
+16 −16 .github/workflows/build.yml
+5 −4 backends/imgui_impl_allegro5.cpp
+5 −4 backends/imgui_impl_dx10.cpp
+5 −4 backends/imgui_impl_dx11.cpp
+4 −3 backends/imgui_impl_dx12.cpp
+2 −2 backends/imgui_impl_dx9.cpp
+21 −2 backends/imgui_impl_glfw.cpp
+1 −1 backends/imgui_impl_glut.cpp
+1 −1 backends/imgui_impl_metal.h
+244 −274 backends/imgui_impl_metal.mm
+2 −1 backends/imgui_impl_opengl2.cpp
+74 −14 backends/imgui_impl_opengl3.cpp
+1 −1 backends/imgui_impl_opengl3.h
+138 −109 backends/imgui_impl_opengl3_loader.h
+0 −1 backends/imgui_impl_osx.h
+106 −70 backends/imgui_impl_osx.mm
+27 −8 backends/imgui_impl_sdl.cpp
+3 −1 backends/imgui_impl_sdlrenderer.cpp
+2 −1 backends/imgui_impl_vulkan.cpp
+2 −2 backends/imgui_impl_vulkan.h
+1 −0 backends/imgui_impl_wgpu.cpp
+5 −4 backends/imgui_impl_win32.cpp
+2 −0 backends/imgui_impl_win32.h
+182 −48 docs/CHANGELOG.txt
+77 −0 docs/CONTRIBUTING.md
+48 −44 docs/EXAMPLES.md
+2 −2 docs/FAQ.md
+5 −1 docs/FONTS.md
+35 −41 docs/README.md
+35 −68 docs/TODO.txt
+2 −2 examples/example_allegro5/main.cpp
+15 −27 examples/example_apple_metal/main.mm
+0 −20 examples/example_apple_opengl2/main.mm
+2 −2 examples/example_emscripten_opengl3/main.cpp
+2 −2 examples/example_emscripten_wgpu/main.cpp
+1 −1 examples/example_glfw_metal/Makefile
+2 −2 examples/example_glfw_metal/main.mm
+1 −1 examples/example_glfw_opengl2/Makefile
+2 −2 examples/example_glfw_opengl2/main.cpp
+1 −1 examples/example_glfw_opengl3/Makefile
+2 −2 examples/example_glfw_opengl3/main.cpp
+2 −2 examples/example_glfw_vulkan/main.cpp
+1 −1 examples/example_glut_opengl2/Makefile
+3 −2 examples/example_glut_opengl2/main.cpp
+2 −2 examples/example_null/Makefile
+2 −2 examples/example_sdl_directx11/main.cpp
+1 −1 examples/example_sdl_metal/Makefile
+2 −2 examples/example_sdl_metal/main.mm
+1 −1 examples/example_sdl_opengl2/Makefile
+2 −2 examples/example_sdl_opengl2/main.cpp
+1 −1 examples/example_sdl_opengl3/Makefile
+2 −2 examples/example_sdl_opengl3/main.cpp
+1 −1 examples/example_sdl_sdlrenderer/Makefile
+2 −2 examples/example_sdl_sdlrenderer/main.cpp
+2 −2 examples/example_sdl_vulkan/main.cpp
+5 −4 examples/example_win32_directx10/main.cpp
+5 −4 examples/example_win32_directx11/main.cpp
+5 −4 examples/example_win32_directx12/main.cpp
+5 −4 examples/example_win32_directx9/main.cpp
+12 −11 imconfig.h
+647 −326 imgui.cpp
+103 −80 imgui.h
+124 −76 imgui_demo.cpp
+33 −55 imgui_draw.cpp
+148 −99 imgui_internal.h
+38 −24 imgui_tables.cpp
+388 −254 imgui_widgets.cpp
+15 −27 imstb_rectpack.h
+6 −8 imstb_textedit.h
+502 −320 imstb_truetype.h
+26 −23 misc/fonts/binary_to_compressed_c.cpp
+1 −1 misc/freetype/README.md
+1 −1 misc/freetype/imgui_freetype.cpp

0 comments on commit 3a5abb2

Please sign in to comment.