You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imgui/backends
ocornut bf0f586b69 Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341) 5 days ago
..
sdlgpu3 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 4 months ago
vulkan Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 4 months ago
imgui_impl_allegro5.cpp Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 2 months ago
imgui_impl_allegro5.h Backends: standardized top of file comments. 5 months ago
imgui_impl_android.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_android.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_dx9.cpp Backends: standardized top of file comments. 5 months ago
imgui_impl_dx9.h Backends: standardized top of file comments. 5 months ago
imgui_impl_dx10.cpp Misc shallow tweaks/tidying up. (#8446) 2 months ago
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) 4 months ago
imgui_impl_dx11.cpp Misc shallow tweaks/tidying up. (#8446) 2 months ago
imgui_impl_dx11.h Backends: DX11: Expose vertex constant buffer in ImGui_ImplDX11_RenderState. 4 months ago
imgui_impl_dx12.cpp Backends: DX12: build fix for Clang. (#8582) 7 days ago
imgui_impl_dx12.h Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn. 2 months ago
imgui_impl_glfw.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_glfw.h Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 2 months ago
imgui_impl_glut.cpp Fixed tabs and spaces (#8377) 3 months ago
imgui_impl_glut.h Backends: standardized top of file comments. 5 months ago
imgui_impl_metal.h Misc shallow tweaks/tidying up. (#8446) 2 months ago
imgui_impl_metal.mm InputTextWithHint(): Fixed buffer overflow when user callback modifies the buffer contents in a way that alters hint visibility. (#8368) 3 months ago
imgui_impl_opengl2.cpp Misc shallow merge to reduce diff in other branches. 3 months ago
imgui_impl_opengl2.h Backends: standardized top of file comments. 5 months ago
imgui_impl_opengl3.cpp Docs: Fix some typos (#8473) 2 months ago
imgui_impl_opengl3.h Backends: standardized top of file comments. 5 months ago
imgui_impl_opengl3_loader.h Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler to Clamp instead of Repeat/Wrap. (#7468, #7511, #5999, #5502) 7 months ago
imgui_impl_osx.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_osx.mm Backends: OSX: remove duplicate variable. (#8565) 2 weeks ago
imgui_impl_sdl2.cpp Backends: SDL2, SDL3: don't attempt to call SDL_CaptureMouse() on drivers where we don't call SDL_GetGlobalMouseState(). (#8561) 3 weeks ago
imgui_impl_sdl2.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_sdl3.cpp Platform IME: added ImGuiPlatformImeData::WantTextInput, ViewportId. Backends: SDL3: honor WantTextInput. (#8584, #7492, #6341) 5 days ago
imgui_impl_sdl3.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_sdlgpu3.cpp Backends: SDLGPU3: Made ImGui_ImplSDLGPU3_PrepareDrawData() reuse GPU Transfer Buffers which were unusually slow to recreate every frame. (#8534) 4 weeks ago
imgui_impl_sdlgpu3.h Backends: SDLGPU: Fixed typo in function name Imgui_ImplSDLGPU3_PrepareDrawData() -> ImGui_ImplSDLGPU3_PrepareDrawData(). (#8509, 8163, #7998, #7988) 1 month ago
imgui_impl_sdlgpu3_shaders.h Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 4 months ago
imgui_impl_sdlrenderer2.cpp Fixed tabs and spaces (#8377) 3 months ago
imgui_impl_sdlrenderer2.h Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer. 3 months ago
imgui_impl_sdlrenderer3.cpp Fixed tabs and spaces (#8377) 3 months ago
imgui_impl_sdlrenderer3.h Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer. 3 months ago
imgui_impl_vulkan.cpp Backends: Vulkan: Build and warning fixes. (#8282) 3 weeks ago
imgui_impl_vulkan.h Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400) 2 months ago
imgui_impl_wgpu.cpp Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn (#8438) 2 months ago
imgui_impl_wgpu.h Backends: standardized top of file comments. 5 months ago
imgui_impl_win32.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago
imgui_impl_win32.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 1 month ago