2 files changed
+2
-2
lines changed- Biohazrd.AllInOne/Biohazrd.AllInOne.csproj+1-1
- Biohazrd.CSharp/Biohazrd.CSharp.csproj+1-1
- Biohazrd.OutputGeneration/Biohazrd.OutputGeneration.csproj+1-1
- Biohazrd.Transformation/Biohazrd.Transformation.csproj+1-1
- Biohazrd.Transformation/Common/TypeReductionTransformation.cs+8
- Biohazrd.Utilities/Biohazrd.Utilities.csproj+1-1
- Biohazrd.sln+1-1
- Biohazrd/Biohazrd.csproj+5-5
- THIRD-PARTY-NOTICES.md+20-14
- docs/PlatformSupport.md+1-1
- .github/issue_template.md+1-1
- .github/pull_request_template.md+1-1
- .github/workflows/build.yml+16-16
- backends/imgui_impl_allegro5.cpp+5-4
- backends/imgui_impl_dx10.cpp+7-6
- backends/imgui_impl_dx10.h+2-2
- backends/imgui_impl_dx11.cpp+7-6
- backends/imgui_impl_dx11.h+2-2
- backends/imgui_impl_dx12.cpp+6-5
- backends/imgui_impl_dx12.h+2-2
- backends/imgui_impl_dx9.cpp+4-4
- backends/imgui_impl_dx9.h+2-2
- backends/imgui_impl_glfw.cpp+32-3
- backends/imgui_impl_glut.cpp+1-1
- backends/imgui_impl_metal.h+3-4
- backends/imgui_impl_metal.mm+404-276
- backends/imgui_impl_opengl2.cpp+3-2
- backends/imgui_impl_opengl2.h+1-1
- backends/imgui_impl_opengl3.cpp+76-16
- backends/imgui_impl_opengl3.h+3-3
- backends/imgui_impl_opengl3_loader.h+138-109
- backends/imgui_impl_osx.h+1-3
- backends/imgui_impl_osx.mm+411-76
- backends/imgui_impl_sdl.cpp+38-13
- backends/imgui_impl_sdlrenderer.cpp+4-2
- backends/imgui_impl_sdlrenderer.h+1-1
- backends/imgui_impl_vulkan.cpp+4-3
- backends/imgui_impl_vulkan.h+4-4
- backends/imgui_impl_wgpu.cpp+2-1
- backends/imgui_impl_wgpu.h+1-1
- backends/imgui_impl_win32.cpp+5-4
- backends/imgui_impl_win32.h+2
- docs/CHANGELOG.txt+199-47
- docs/CONTRIBUTING.md+77
- docs/EXAMPLES.md+48-44
- docs/FAQ.md+2-2
- docs/FONTS.md+5-1
- docs/README.md+35-41
- docs/TODO.txt+35-67
- examples/example_allegro5/main.cpp+2-2
- examples/example_apple_metal/example_apple_metal.xcodeproj/project.pbxproj+19-6
- examples/example_apple_metal/main.mm+32-27
- examples/example_apple_opengl2/main.mm+17-20
- examples/example_emscripten_opengl3/main.cpp+2-2
- examples/example_emscripten_wgpu/main.cpp+2-2
- examples/example_glfw_metal/Makefile+1-1
- examples/example_glfw_metal/main.mm+20-3
- examples/example_glfw_opengl2/Makefile+1-1
- examples/example_glfw_opengl2/main.cpp+2-2
- examples/example_glfw_opengl3/Makefile+1-1
- examples/example_glfw_opengl3/main.cpp+2-2
- examples/example_glfw_vulkan/main.cpp+2-2
- examples/example_glut_opengl2/Makefile+1-1
- examples/example_glut_opengl2/main.cpp+3-2
- examples/example_null/Makefile+2-2
- examples/example_sdl_directx11/main.cpp+2-2
- examples/example_sdl_metal/Makefile+1-1
- examples/example_sdl_metal/main.mm+19-2
- examples/example_sdl_opengl2/Makefile+1-1
- examples/example_sdl_opengl2/main.cpp+2-2
- examples/example_sdl_opengl3/Makefile+1-1
- examples/example_sdl_opengl3/main.cpp+2-2
- examples/example_sdl_sdlrenderer/Makefile+1-1
- examples/example_sdl_sdlrenderer/main.cpp+2-2
- examples/example_sdl_vulkan/main.cpp+2-2
- 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+5-4
- imconfig.h+12-11
- imgui.cpp+722-388
- imgui.h+105-82
- imgui_demo.cpp+124-76
- imgui_draw.cpp+33-55
- imgui_internal.h+150-104
- imgui_tables.cpp+38-24
- imgui_widgets.cpp+389-255
- imstb_rectpack.h+15-27
- imstb_textedit.h+6-8
- imstb_truetype.h+502-320
- misc/fonts/binary_to_compressed_c.cpp+26-23
- misc/freetype/README.md+1-1
- misc/freetype/imgui_freetype.cpp+1-1
0 commit comments