| .. |
|
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
|
Backends: Allegro5: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:41:05 +02:00 |
|
imgui_impl_allegro5.h
|
Backends: Allegro5: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:41:05 +02: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: DirectX9: added ImGuiBackendFlags_RendererHasTextures support
|
2025-06-11 15:27:11 +02:00 |
|
imgui_impl_dx9.h
|
Backends: DirectX9: added ImGuiBackendFlags_RendererHasTextures support
|
2025-06-11 15:27:11 +02:00 |
|
imgui_impl_dx10.cpp
|
Backends: DirectX10: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:27:16 +02:00 |
|
imgui_impl_dx10.h
|
Backends: DirectX10: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:27:16 +02:00 |
|
imgui_impl_dx11.cpp
|
Backends: DirectX11: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:26:00 +02:00 |
|
imgui_impl_dx11.h
|
Backends: DirectX11: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:26:00 +02:00 |
|
imgui_impl_dx12.cpp
|
Backends: DirectX12: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:27:19 +02:00 |
|
imgui_impl_dx12.h
|
Backends: DirectX12: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:27:19 +02:00 |
|
imgui_impl_glfw.cpp
|
Backends: GLFW, SDL2, SDL3: include GLFW/SDL version number in io.BackendPlatformName.
|
2025-05-13 15:50:51 +02: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
|
Backends: OpenGL2: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:30:45 +02:00 |
|
imgui_impl_opengl2.h
|
Backends: OpenGL2: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:30:45 +02:00 |
|
imgui_impl_opengl3.cpp
|
Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:29:14 +02:00 |
|
imgui_impl_opengl3.h
|
Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:29:14 +02:00 |
|
imgui_impl_opengl3_loader.h
|
Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:29:14 +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
|
Examples: Apple: Amend build scripts and gitignore, fix misc OSX warnings. (#8637)
|
2025-05-14 18:23:31 +02:00 |
|
imgui_impl_sdl2.cpp
|
Backends: SDL2, SDL3: maximum room for sanitizer to not be zealous.
|
2025-05-15 15:36:42 +02: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: SDL2, SDL3: maximum room for sanitizer to not be zealous.
|
2025-05-15 15:36:42 +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: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:38:14 +02:00 |
|
imgui_impl_sdlgpu3.h
|
Backends: SDLGPU3: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:38:14 +02: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
|
Backends: SDL_Renderer2: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:37:50 +02:00 |
|
imgui_impl_sdlrenderer2.h
|
Backends: SDL_Renderer2: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:37:50 +02:00 |
|
imgui_impl_sdlrenderer3.cpp
|
Backends: SDL_Renderer3: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:38:13 +02:00 |
|
imgui_impl_sdlrenderer3.h
|
Backends: SDL_Renderer3: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:38:13 +02:00 |
|
imgui_impl_vulkan.cpp
|
Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:33:28 +02:00 |
|
imgui_impl_vulkan.h
|
Backends: Vulkan: added ImGuiBackendFlags_RendererHasTextures support.
|
2025-06-11 15:33:28 +02: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: Win32: Fixed an issue where externally losing mouse capture (due to e.g. focus loss) would fail to claim it again the next subsequent click. (#8594)
|
2025-04-30 16:23:58 +02: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 |