This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_UI_SDK
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2026-05-19 11:55:02 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
Files
b78cc37891608c582cd71b2bdc299f6ff8392432
imgui
/
backends
T
History
ocornut
b78cc37891
build / Windows (push)
Waiting to run
Details
build / Linux (push)
Waiting to run
Details
build / MacOS (push)
Waiting to run
Details
build / iOS (push)
Waiting to run
Details
build / Emscripten (push)
Waiting to run
Details
build / Android (push)
Waiting to run
Details
Backends: SDL2: Fixed build for versions older than 2.0.14. (
#7660
)
2025-02-12 19:27:43 +01:00
..
sdlgpu3
Backends: SDLGPU3: Added sdl_gpu backend (amends). (
#8163
,
#7998
,
#7988
)
2025-01-09 16:55:03 +01:00
vulkan
Backends: SDLGPU3: Added sdl_gpu backend (amends). (
#8163
,
#7998
,
#7988
)
2025-01-09 16:55:03 +01:00
imgui_impl_allegro5.cpp
…
imgui_impl_allegro5.h
…
imgui_impl_android.cpp
…
imgui_impl_android.h
…
imgui_impl_dx9.cpp
…
imgui_impl_dx9.h
…
imgui_impl_dx10.cpp
Misc shallow merge to reduce diff in other branches.
2025-01-15 14:00:03 +01:00
imgui_impl_dx10.h
Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (
#6969
,
#5834
,
#7468
,
#3590
)
2025-01-06 18:28:01 +01:00
imgui_impl_dx11.cpp
Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (
#6969
,
#5834
,
#7468
,
#3590
)
2025-01-06 18:28:01 +01:00
imgui_impl_dx11.h
…
imgui_impl_dx12.cpp
Backends: DirectX12: Texture upload use the command queue provided in ImGui_ImplDX12_InitInfo instead of creating its own.
2025-01-15 12:15:24 +01:00
imgui_impl_dx12.h
Avoid clang/gcc warnings: -Wnontrivial-memaccess in backends. (
#8295
,
#8129
,
#8135
)
2025-01-08 11:44:00 +01:00
imgui_impl_glfw.cpp
Fixed tabs and spaces (
#8377
)
2025-02-06 19:54:43 +01:00
imgui_impl_glfw.h
Backends: GLFW: Added comment about io.AddMouseSourceEvent() not being properly called. (
#8374
)
2025-02-04 20:19:57 +01:00
imgui_impl_glut.cpp
Fixed tabs and spaces (
#8377
)
2025-02-06 19:54:43 +01:00
imgui_impl_glut.h
…
imgui_impl_metal.h
…
imgui_impl_metal.mm
InputTextWithHint(): Fixed buffer overflow when user callback modifies the buffer contents in a way that alters hint visibility. (
#8368
)
2025-02-03 15:11:22 +01:00
imgui_impl_opengl2.cpp
Misc shallow merge to reduce diff in other branches.
2025-01-15 14:00:03 +01:00
imgui_impl_opengl2.h
…
imgui_impl_opengl3_loader.h
…
imgui_impl_opengl3.cpp
Fixed minor warning. Added comment.
2025-02-10 12:39:54 +01:00
imgui_impl_opengl3.h
…
imgui_impl_osx.h
…
imgui_impl_osx.mm
Backends: OSX: Remove notification observer when shutting down. (
#8331
)
2025-01-20 09:24:43 +01:00
imgui_impl_sdl2.cpp
Backends: SDL2: Fixed build for versions older than 2.0.14. (
#7660
)
2025-02-12 19:27:43 +01:00
imgui_impl_sdl2.h
…
imgui_impl_sdl3.cpp
Backends: SDL2, SDL3: Using SDL_OpenURL() in platform_io.Platform_OpenInShellFn handler. (
#7660
)
2025-02-10 12:09:44 +01:00
imgui_impl_sdl3.h
Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer.
2025-01-20 14:30:40 +01:00
imgui_impl_sdlgpu3_shaders.h
Backends: SDLGPU3: Added sdl_gpu backend. (
#8163
,
#7998
,
#7988
)
2025-01-09 16:55:03 +01:00
imgui_impl_sdlgpu3.cpp
Backends: SDL_GPU: shallow tweaks + disable anisotropy in sampler. Examples: SDL+Vulkan: Fixed incorrect defines.
2025-01-22 10:37:39 +01:00
imgui_impl_sdlgpu3.h
Backends: SDLGPU3: Rename GpuDevice->Device. Expose ImGui_ImplSDLGPU3_CreateDeviceObjects(), ImGui_ImplSDLGPU3_DestroyDeviceObjects(). Misc renaming. (
#8163
,
#7998
,
#7988
)
2025-01-16 12:43:06 +01:00
imgui_impl_sdlrenderer2.cpp
Fixed tabs and spaces (
#8377
)
2025-02-06 19:54:43 +01:00
imgui_impl_sdlrenderer2.h
Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer.
2025-01-20 14:30:40 +01:00
imgui_impl_sdlrenderer3.cpp
Fixed tabs and spaces (
#8377
)
2025-02-06 19:54:43 +01:00
imgui_impl_sdlrenderer3.h
Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer.
2025-01-20 14:30:40 +01:00
imgui_impl_vulkan.cpp
Backends: Vulkan: sharing duplicate code. (
#5446
,
#8326
)
2025-01-17 17:11:22 +01:00
imgui_impl_vulkan.h
Backends: Vulkan: use ImVector<> for simplicity.
2025-01-15 16:21:16 +01:00
imgui_impl_wgpu.cpp
Fixed tabs and spaces (
#8377
)
2025-02-06 19:54:43 +01:00
imgui_impl_wgpu.h
…
imgui_impl_win32.cpp
Fixed tabs and spaces (
#8377
)
2025-02-06 19:54:43 +01:00
imgui_impl_win32.h
…