imgui/backends
2025-03-31 14:45:29 +02: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 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 2025-02-18 18:52:08 +01:00
imgui_impl_allegro5.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_android.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_android.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_dx9.cpp Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx9.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_dx10.cpp Misc shallow tweaks/tidying up. (#8446) 2025-02-27 21:58:02 +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 Misc shallow tweaks/tidying up. (#8446) 2025-02-27 21:58:02 +01:00
imgui_impl_dx11.h Backends: DX11: Expose vertex constant buffer in ImGui_ImplDX11_RenderState. 2025-01-06 18:21:41 +01:00
imgui_impl_dx12.cpp Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn. 2025-03-12 15:47:37 +01:00
imgui_impl_dx12.h Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn. 2025-03-12 15:47:37 +01:00
imgui_impl_glfw.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_glfw.h Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 2025-02-18 18:52:08 +01:00
imgui_impl_glut.cpp Fixed tabs and spaces (#8377) 2025-02-06 19:54:43 +01:00
imgui_impl_glut.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_metal.h Misc shallow tweaks/tidying up. (#8446) 2025-02-27 21:58:02 +01:00
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 Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_opengl3.cpp Docs: Fix some typos (#8473) 2025-03-09 16:42:16 +01:00
imgui_impl_opengl3.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
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) 2024-10-07 22:02:55 +02:00
imgui_impl_osx.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_osx.mm Docs: Fix some typos (#8505) 2025-03-21 16:23:09 +01:00
imgui_impl_sdl2.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_sdl2.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_sdl3.cpp Backends: SDL3: Update for API changes: Revert SDL_GetClipboardText() memory ownership change. (#8530, #7801) 2025-03-30 13:52:39 +02:00
imgui_impl_sdl3.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_sdlgpu3.cpp Backends: SDLGPU3: Made ImGui_ImplSDLGPU3_PrepareDrawData() reuse GPU Transfer Buffers which were unusually slow to recreate every frame. (#8534) 2025-03-31 14:45:29 +02:00
imgui_impl_sdlgpu3.h Backends: SDLGPU: Fixed typo in function name Imgui_ImplSDLGPU3_PrepareDrawData() -> ImGui_ImplSDLGPU3_PrepareDrawData(). (#8509, 8163, #7998, #7988) 2025-03-21 20:16:56 +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_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 Docs: Fix some typos (#8473) 2025-03-09 16:42:16 +01:00
imgui_impl_vulkan.h Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400) 2025-02-14 12:19:39 +01:00
imgui_impl_wgpu.cpp Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn (#8438) 2025-02-27 13:47:33 +01:00
imgui_impl_wgpu.h Backends: standardized top of file comments. 2024-12-05 12:43:04 +01:00
imgui_impl_win32.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00
imgui_impl_win32.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 2025-03-21 15:42:47 +01:00