3 files changed
+7
-6
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| |||
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
| 156 | + | |
| 157 | + | |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
|
- .github/workflows/build.yml+64-4
- .github/workflows/manual.yml+12
- .github/workflows/static-analysis.yml+1-1
- backends/imgui_impl_allegro5.cpp+10-6
- backends/imgui_impl_allegro5.h+1
- backends/imgui_impl_android.h+1
- backends/imgui_impl_dx10.h+1
- backends/imgui_impl_dx11.h+1
- backends/imgui_impl_dx12.h+2
- backends/imgui_impl_dx9.h+1
- backends/imgui_impl_glfw.cpp+97-33
- backends/imgui_impl_glfw.h+7-2
- backends/imgui_impl_glut.h+1
- backends/imgui_impl_metal.h+2
- backends/imgui_impl_opengl2.h+1
- backends/imgui_impl_opengl3.cpp+1
- backends/imgui_impl_opengl3.h+1-1
- backends/imgui_impl_osx.h+2
- backends/imgui_impl_osx.mm+12-4
- backends/imgui_impl_sdl2.cpp+62-11
- backends/imgui_impl_sdl2.h+1
- backends/imgui_impl_sdl3.cpp+111-66
- backends/imgui_impl_sdl3.h+3-3
- backends/imgui_impl_sdlrenderer2.h+1
- backends/imgui_impl_sdlrenderer3.cpp+4-2
- backends/imgui_impl_sdlrenderer3.h+3
- backends/imgui_impl_vulkan.h+1-1
- backends/imgui_impl_wgpu.cpp+33-2
- backends/imgui_impl_wgpu.h+8
- backends/imgui_impl_win32.cpp+22-13
- backends/imgui_impl_win32.h+1
- docs/BACKENDS.md+20-20
- docs/CHANGELOG.txt+367
- docs/EXAMPLES.md+6-39
- docs/FAQ.md+9-8
- docs/FONTS.md+5-1
- docs/README.md+7-7
- docs/TODO.txt+1-2
- examples/example_android_opengl3/android/app/src/main/AndroidManifest.xml+1-1
- examples/example_glfw_opengl2/main.cpp+5
- examples/example_glfw_opengl3/main.cpp+6-1
- examples/example_glfw_vulkan/main.cpp+5
- examples/example_glfw_wgpu/CMakeLists.txt+18-1
- examples/example_glfw_wgpu/main.cpp+6-1
- examples/example_null/Makefile+1-1
- examples/example_sdl2_directx11/main.cpp+5
- examples/example_sdl2_opengl2/main.cpp+5
- examples/example_sdl2_opengl3/main.cpp+5
- examples/example_sdl2_sdlrenderer2/main.cpp+6-1
- examples/example_sdl2_vulkan/main.cpp+5
- examples/example_sdl3_opengl3/README.md+3-3
- examples/example_sdl3_opengl3/main.cpp+7-2
- examples/example_sdl3_sdlrenderer3/main.cpp+9-1
- examples/example_win32_opengl3/build_mingw.bat+8
- examples/example_win32_opengl3/main.cpp+5
- examples/imgui_examples.sln+20
- examples/libs/emscripten/emscripten_mainloop_stub.h+4-3
- imconfig.h+9-4
- imgui.cpp+1.1k-384
- imgui.h+395-104
- imgui_demo.cpp+1.9k-290
- imgui_draw.cpp+19-7
- imgui_internal.h+273-351
- imgui_tables.cpp+68-50
- imgui_widgets.cpp+1.6k-421
- imstb_textedit.h+63-35
- misc/freetype/imgui_freetype.cpp+3-2
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
823 | 823 |
| |
824 | 824 |
| |
825 | 825 |
| |
826 |
| - | |
827 |
| - | |
| 826 | + | |
| 827 | + | |
828 | 828 |
| |
829 | 829 |
| |
830 | 830 |
| |
| 831 | + | |
831 | 832 |
| |
832 | 833 |
| |
833 | 834 |
| |
834 | 835 |
| |
835 |
| - | |
836 | 836 |
| |
837 | 837 |
| |
838 | 838 |
| |
839 | 839 |
| |
840 | 840 |
| |
841 | 841 |
| |
842 |
| - | |
843 | 842 |
| |
844 | 843 |
| |
845 | 844 |
| |
|
0 commit comments