Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thirdparty/InnoDependencyInstaller
2 changes: 1 addition & 1 deletion thirdparty/discord-rpc
2 changes: 1 addition & 1 deletion thirdparty/imgui
Submodule imgui updated 70 files
+64 −4 .github/workflows/build.yml
+12 −0 .github/workflows/manual.yml
+25 −20 backends/imgui_impl_allegro5.cpp
+67 −66 backends/imgui_impl_dx10.cpp
+1 −1 backends/imgui_impl_dx10.h
+86 −74 backends/imgui_impl_dx11.cpp
+13 −1 backends/imgui_impl_dx11.h
+53 −48 backends/imgui_impl_dx12.cpp
+12 −6 backends/imgui_impl_dx12.h
+80 −71 backends/imgui_impl_dx9.cpp
+43 −18 backends/imgui_impl_glfw.cpp
+10 −10 backends/imgui_impl_metal.mm
+9 −6 backends/imgui_impl_opengl2.cpp
+17 −12 backends/imgui_impl_opengl3.cpp
+6 −0 backends/imgui_impl_opengl3_loader.h
+12 −4 backends/imgui_impl_osx.mm
+50 −11 backends/imgui_impl_sdl2.cpp
+53 −19 backends/imgui_impl_sdl3.cpp
+1 −1 backends/imgui_impl_sdl3.h
+19 −8 backends/imgui_impl_sdlrenderer2.cpp
+9 −0 backends/imgui_impl_sdlrenderer2.h
+23 −10 backends/imgui_impl_sdlrenderer3.cpp
+11 −0 backends/imgui_impl_sdlrenderer3.h
+32 −27 backends/imgui_impl_vulkan.cpp
+21 −13 backends/imgui_impl_vulkan.h
+76 −16 backends/imgui_impl_wgpu.cpp
+18 −1 backends/imgui_impl_wgpu.h
+87 −72 backends/imgui_impl_win32.cpp
+1 −1 docs/BACKENDS.md
+314 −6 docs/CHANGELOG.txt
+29 −27 docs/FAQ.md
+5 −1 docs/FONTS.md
+5 −5 docs/README.md
+5 −8 docs/TODO.txt
+1 −1 examples/example_glfw_vulkan/CMakeLists.txt
+2 −2 examples/example_glfw_vulkan/build_win32.bat
+4 −3 examples/example_glfw_vulkan/build_win64.bat
+4 −4 examples/example_glfw_vulkan/example_glfw_vulkan.vcxproj
+5 −1 examples/example_glfw_wgpu/CMakeLists.txt
+1 −1 examples/example_null/Makefile
+1 −1 examples/example_sdl2_sdlrenderer2/main.cpp
+5 −1 examples/example_sdl2_vulkan/build_win32.bat
+14 −0 examples/example_sdl2_vulkan/build_win64.bat
+5 −5 examples/example_sdl2_vulkan/example_sdl2_vulkan.vcxproj
+7 −1 examples/example_sdl3_opengl3/build_win32.bat
+14 −0 examples/example_sdl3_opengl3/build_win64.bat
+1 −1 examples/example_sdl3_opengl3/main.cpp
+1 −1 examples/example_sdl3_sdlrenderer3/main.cpp
+14 −0 examples/example_sdl3_vulkan/build_win32.bat
+14 −0 examples/example_sdl3_vulkan/build_win64.bat
+190 −0 examples/example_sdl3_vulkan/example_sdl3_vulkan.vcxproj
+64 −0 examples/example_sdl3_vulkan/example_sdl3_vulkan.vcxproj.filters
+587 −0 examples/example_sdl3_vulkan/main.cpp
+1 −2 examples/example_win32_directx12/build_win32.bat
+5 −5 examples/example_win32_directx12/example_win32_directx12.vcxproj
+0 −4 examples/example_win32_directx12/main.cpp
+8 −0 examples/example_win32_opengl3/build_mingw.bat
+10 −0 examples/imgui_examples.sln
+7 −4 imconfig.h
+1,078 −419 imgui.cpp
+198 −103 imgui.h
+123 −47 imgui_demo.cpp
+55 −19 imgui_draw.cpp
+202 −344 imgui_internal.h
+44 −29 imgui_tables.cpp
+518 −380 imgui_widgets.cpp
+63 −35 imstb_textedit.h
+22 −4 misc/freetype/README.md
+22 −7 misc/freetype/imgui_freetype.cpp
+7 −0 misc/freetype/imgui_freetype.h
2 changes: 1 addition & 1 deletion thirdparty/nghttp2
Submodule nghttp2 updated 193 files