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 4deba36e83 Misc amends (8381) 1 month ago
..
sdlgpu3 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 10 months ago
vulkan Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 10 months ago
imgui_impl_allegro5.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_allegro5.h Backends: Allegro5: Added ImGui_ImplAllegro5_SetDisplay(). 3 months ago
imgui_impl_android.cpp Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 7 months ago
imgui_impl_android.h Backends: SDL2, SDL3, OSX: Fill gamepad inputs and set ImGuiBackendFlags_HasGamepad regardless of ImGuiConfigFlags_NavEnableGamepad being set. (#8508) 7 months ago
imgui_impl_dx9.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_dx9.h Backends: DirectX9: added ImGuiBackendFlags_RendererHasTextures support 5 months ago
imgui_impl_dx10.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_dx10.h Backends: DirectX10: added ImGuiBackendFlags_RendererHasTextures support. 5 months ago
imgui_impl_dx11.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_dx11.h Backends: DirectX11: added ImGuiBackendFlags_RendererHasTextures support. 5 months ago
imgui_impl_dx12.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_dx12.h Backends: DirectX12: added ImGuiBackendFlags_RendererHasTextures support. 5 months ago
imgui_impl_glfw.cpp Misc amends (8381) 1 month ago
imgui_impl_glfw.h Misc amends (8381) 1 month ago
imgui_impl_glut.cpp Fixed tabs and spaces (#8377) 9 months ago
imgui_impl_glut.h Backends: standardized top of file comments. 11 months ago
imgui_impl_metal.h Backends: Metal: added ImGuiBackendFlags_RendererHasTextures support. 5 months ago
imgui_impl_metal.mm IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_opengl2.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_opengl2.h Backends: OpenGL2: added ImGuiBackendFlags_RendererHasTextures support. 5 months ago
imgui_impl_opengl3.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_opengl3.h Backends: OpenGL3: added ImGuiBackendFlags_RendererHasTextures support. 5 months ago
imgui_impl_opengl3_loader.h Backends: OpenGL3: fixed GL loader to work on Haiku OS which does not support. (#8952) 1 month ago
imgui_impl_osx.h Backends: OSX: added ImGuiMouseCursor_Wait and ImGuiMouseCursor_Progress mouse cursor support. (#8739) 4 months ago
imgui_impl_osx.mm IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_sdl2.cpp Misc amends (8381) 1 month ago
imgui_impl_sdl2.h Misc amends (8381) 1 month ago
imgui_impl_sdl3.cpp Misc amends (8381) 1 month ago
imgui_impl_sdl3.h Misc amends (8381) 1 month ago
imgui_impl_sdlgpu3.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_sdlgpu3.h Backends: SDL_GPU: add swapchain parameters to ImGui_ImplSDLGPU3_InitInfo. (#8892) 2 months ago
imgui_impl_sdlgpu3_shaders.h Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 10 months ago
imgui_impl_sdlrenderer2.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_sdlrenderer2.h Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. 5 months ago
imgui_impl_sdlrenderer3.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_sdlrenderer3.h Various/misc fixes following back-and-forth dynamic_fonts->master->docking merges. Added missing API BREAKING CHANGES section. 5 months ago
imgui_impl_vulkan.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 1 month ago
imgui_impl_vulkan.h Docs: fixed mismatched parentheses & other small changes. (#8922) 2 months ago
imgui_impl_wgpu.cpp Misc amends (8381) 1 month ago
imgui_impl_wgpu.h Misc amends (8381) 1 month ago
imgui_impl_win32.cpp Backends: Win32: minor optimization not submitting gamepad input if packet number has not changed. (#8556) 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) 7 months ago