4 files changed
+4
-4
lines changed- .github/issue_template.md+4-4
- .github/pull_request_template.md+3-3
- .github/workflows/build.yml+12
- backends/imgui_impl_allegro5.cpp+22-2
- backends/imgui_impl_dx10.cpp+7-1
- backends/imgui_impl_dx11.cpp+7-1
- backends/imgui_impl_dx12.cpp+13-10
- backends/imgui_impl_dx9.cpp+8-1
- backends/imgui_impl_glfw.cpp+67-23
- backends/imgui_impl_glfw.h+5-1
- backends/imgui_impl_metal.mm+32-30
- backends/imgui_impl_opengl2.cpp+11-15
- backends/imgui_impl_opengl3.cpp+51-81
- backends/imgui_impl_opengl3.h+5-38
- backends/imgui_impl_opengl3_loader.h+730
- backends/imgui_impl_osx.mm+15
- backends/imgui_impl_sdl.cpp+88-49
- backends/imgui_impl_vulkan.cpp+24-28
- backends/imgui_impl_wgpu.cpp+12-10
- backends/imgui_impl_win32.cpp+58-27
- docs/CHANGELOG.txt+134-11
- docs/EXAMPLES.md+4-11
- docs/FAQ.md+17-10
- docs/README.md+15-7
- docs/TODO.txt+3-2
- examples/example_allegro5/example_allegro5.vcxproj+3-3
- examples/example_apple_opengl2/example_apple_opengl2.xcodeproj/project.pbxproj-2
- examples/example_emscripten_opengl3/Makefile+13-14
- examples/example_emscripten_wgpu/Makefile+13-10
- examples/example_glfw_metal/main.mm+1-1
- examples/example_glfw_opengl3/Makefile+1-37
- examples/example_glfw_opengl3/build_win32.bat+2-2
- examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj+6-8
- examples/example_glfw_opengl3/example_glfw_opengl3.vcxproj.filters+3-12
- examples/example_glfw_opengl3/main.cpp+1-52
- examples/example_null/Makefile+4-4
- examples/example_sdl_opengl3/Makefile+1-37
- examples/example_sdl_opengl3/README.md+5-5
- examples/example_sdl_opengl3/build_win32.bat+2-2
- examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj+6-8
- examples/example_sdl_opengl3/example_sdl_opengl3.vcxproj.filters+3-12
- examples/example_sdl_opengl3/main.cpp+2-50
- examples/example_win32_directx12/main.cpp+3-30
- examples/imgui_examples.sln+19-9
- examples/libs/gl3w/GL/gl3w.c-1.3k
- examples/libs/gl3w/GL/gl3w.h-1.2k
- examples/libs/gl3w/GL/glcorearb.h-4.5k
- imconfig.h+2-1
- imgui.cpp+626-480
- imgui.h+80-48
- imgui_demo.cpp+47-19
- imgui_draw.cpp+17-21
- imgui_internal.h+156-146
- imgui_tables.cpp+4-3
- imgui_widgets.cpp+260-217
- imstb_rectpack.h+26-26
- imstb_textedit.h+42-40
- imstb_truetype.h+54-54
- misc/cpp/README.txt+3
- misc/freetype/imgui_freetype.cpp+3-1
- bin/unittestschema/idandref.json+69
- example/schemavalidator/schemavalidator.cpp+2
- include/rapidjson/document.h+1-1
- include/rapidjson/internal/biginteger.h+9-6
- include/rapidjson/internal/dtoa.h+7-3
- include/rapidjson/internal/strfunc.h+14
- include/rapidjson/internal/strtod.h+9-6
- include/rapidjson/pointer.h+67
- include/rapidjson/reader.h+20-18
- include/rapidjson/schema.h+246-99
- include/rapidjson/uri.h+466
- test/unittest/CMakeLists.txt+1
- test/unittest/dtoatest.cpp+1
- test/unittest/pointertest.cpp+48-1
- test/unittest/readertest.cpp+142
- test/unittest/schematest.cpp+372-7
- test/unittest/uritest.cpp+718
- .github/workflows/main.yml+21
- CHANGELOG.md+1.1k
- README.md+58-745
- bindgen/.gitignore+6
- bindgen/README.md+36
- bindgen/gen_all.py+27
- bindgen/gen_ir.py+122
- bindgen/gen_nim.py+562
- bindgen/gen_zig.py+576
- sokol_app.h+7.6k-4.4k
- sokol_args.h+55-49
- sokol_audio.h+610-192
- sokol_fetch.h+66-38
- sokol_gfx.h+3.3k-1.8k
- sokol_glue.h+19-15
- sokol_time.h+32-23
- util/README.md-17
- util/extract-fonts.py-66
- util/gen_sokol_color.py+500
- util/sokol_color.h+1.1k
- util/sokol_debugtext.h+2.9k-523
- util/sokol_fontstash.h+1.3k-541
- util/sokol_gfx_imgui.h+704-307
- util/sokol_gl.h+2.4k-1.0k
- util/sokol_imgui.h+1.4k-630
- util/sokol_memtrack.h+171
- util/sokol_nuklear.h+2.2k
- util/sokol_shape.h+1.4k
0 commit comments