imgui/backends
2026-07-03 17:48:11 +02:00
..
sdlgpu3 Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (#9076) 2025-11-26 15:01:03 +01:00
vulkan Backends: Vulkan: remove unused artefacts (mistakenly commited in 0453ae9). 2026-04-23 16:08:11 +02:00
imgui_impl_allegro5.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_allegro5.h Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378) 2026-04-23 21:50:52 +02:00
imgui_impl_android.cpp
imgui_impl_android.h
imgui_impl_dx9.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx9.h Backends: fixed reappearing uses to NULL to favor nullptr. 2026-01-15 16:09:01 +01:00
imgui_impl_dx10.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx10.h Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx11.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx11.h Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx12.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_dx12.h Backends: further zealous warning fixes. (#9247) 2026-02-16 16:45:08 +01:00
imgui_impl_glfw.cpp Backends: GLFW,SDL2,SDL3: added wayland/driver marker in io.BackendPlatformName. 2026-06-29 18:26:59 +02:00
imgui_impl_glfw.h Docs: fixed some typos (#9217) 2026-02-10 16:40:52 +01:00
imgui_impl_glut.cpp
imgui_impl_glut.h
imgui_impl_metal.h Backends: Metal: add sampler states and DrawCallback_SetSamplerLinear / DrawCallback_SetSamplerNearest callbacks. (#9381, #9371, #9378) 2026-04-28 15:09:23 +02:00
imgui_impl_metal.mm Backends: Metal: add sampler states and DrawCallback_SetSamplerLinear / DrawCallback_SetSamplerNearest callbacks. (#9381, #9371, #9378) 2026-04-28 15:09:23 +02:00
imgui_impl_metal4.h CI, Backends: Metal4: fixed CI, added comments. (#9458) 2026-07-03 17:48:11 +02:00
imgui_impl_metal4.mm CI, Backends: Metal4: fixed CI, added comments. (#9458) 2026-07-03 17:48:11 +02:00
imgui_impl_null.cpp Backends: fixed misc zealous Clang warnings. 2025-11-18 16:34:35 +01:00
imgui_impl_null.h Backends: Null: added imgui_impl_null platform/renderer backend. 2025-11-17 15:28:03 +01:00
imgui_impl_opengl2.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_opengl2.h Backends: DX9, DX10, DX11, DX12, Allegro5, OpenGL2, OpenGL3, SDLRenderer2, SDLRenderer3, SDLGPU3, Vulkan: added standard draw callbacks when possible. (#9378) 2026-04-23 21:50:45 +02:00
imgui_impl_opengl3.cpp Backends: OpenGL3: Expose selected render state in ImGui_ImplOpenGL3_RenderState, allowing to dynamically select between use of glBindSampler() and glTexParameter(). (#9378) 2026-06-17 15:02:51 +02:00
imgui_impl_opengl3.h Backends: OpenGL3: Expose selected render state in ImGui_ImplOpenGL3_RenderState, allowing to dynamically select between use of glBindSampler() and glTexParameter(). (#9378) 2026-06-17 15:02:51 +02:00
imgui_impl_opengl3_loader.h Backends: OpenGL3: Fixed embedded loader multiple init/shutdown cycles broken on some platforms. (#8792, #9112) 2025-12-11 18:28:23 +01:00
imgui_impl_osx.h
imgui_impl_osx.mm Misc/shallow merges from docking branch to reduce small drift. 2026-01-08 14:31:25 +01:00
imgui_impl_sdl2.cpp Backends: GLFW,SDL2,SDL3: added wayland/driver marker in io.BackendPlatformName. 2026-06-29 18:26:59 +02:00
imgui_impl_sdl2.h Backends: SDL2, SDL3: systems other than X11 are back to starting mouse capture on mouse down. Only X11 requires waiting for a drag by defaultadded ImGui_ImplSDL2_SetMouseCaptureMode(), ImGui_ImplSDL3_SetMouseCaptureMode(). (#9235, #3650, #6410, #3956, #3835) 2026-02-13 16:01:08 +01:00
imgui_impl_sdl3.cpp Backends: GLFW,SDL2,SDL3: added wayland/driver marker in io.BackendPlatformName. 2026-06-29 18:26:59 +02:00
imgui_impl_sdl3.h Backends: SDL2, SDL3: systems other than X11 are back to starting mouse capture on mouse down. Only X11 requires waiting for a drag by defaultadded ImGui_ImplSDL2_SetMouseCaptureMode(), ImGui_ImplSDL3_SetMouseCaptureMode(). (#9235, #3650, #6410, #3956, #3835) 2026-02-13 16:01:08 +01:00
imgui_impl_sdlgpu3.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_sdlgpu3.h Backends: Vulkan, SDLGPU3: remove samplers from RenderState. (#9378) 2026-04-23 21:50:47 +02:00
imgui_impl_sdlgpu3_shaders.h Backends: SDL_GPU3: use MSL on macOS and MetalLib on iOS to fix shader compatibility. (#9076) 2025-11-26 15:01:03 +01:00
imgui_impl_sdlrenderer2.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_sdlrenderer2.h Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378) 2026-04-23 21:50:52 +02:00
imgui_impl_sdlrenderer3.cpp Backends: removed samplers from ImGui_ImplDX10_RenderState, ImGui_ImplDX11_RenderState + fixed all Changelogs. (#9378) 2026-04-23 22:03:11 +02:00
imgui_impl_sdlrenderer3.h ImDrawList: made AddCallback() user data default to NULL + minor amends/comments. 2026-04-23 15:58:44 +02:00
imgui_impl_vulkan.cpp Docs, Backends: OpenGL3, Vulkan: added comments about custom sampler. (#9378) 2026-06-17 12:53:36 +02:00
imgui_impl_vulkan.h Docs, Backends: OpenGL3, Vulkan: added comments about custom sampler. (#9378) 2026-06-17 12:53:36 +02:00
imgui_impl_wgpu.cpp Backends: WebGPU: detect WGSL support at runtime instead of excluding WGVK at compile time. (#9387) 2026-05-11 15:38:27 +02:00
imgui_impl_wgpu.h Removed DrawCallback_SetSamplerCustom feature for now. Too unreliable to get working everywhere. (#9378) 2026-04-23 21:50:52 +02:00
imgui_impl_win32.cpp Backends: Win32: use SetProcessDpiAwarenessContext instead of SetThreadDpiAwarenessContext when available, to fix the OpenGL3 Win32 example DPI scaling issue. (#9403) 2026-05-19 17:53:36 +02:00
imgui_impl_win32.h Docs: tweaks. 2026-01-20 18:25:18 +01:00