1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00
imgui/backends
2025-09-29 14:57:03 +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 IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_allegro5.h Merge branch 'master' into docking 2025-08-13 17:31:15 +02:00
imgui_impl_android.cpp Merge branch 'master' into docking 2025-03-30 16:42:28 +02:00
imgui_impl_android.h Merge branch 'master' into docking 2025-03-30 16:42:28 +02:00
imgui_impl_dx9.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_dx9.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_dx10.cpp Backends: DX10, DX11, DX12: Disabled DXGI's Alt+Enter default behavior on secondary viewports. (#4350) 2025-09-25 17:30:32 +02:00
imgui_impl_dx10.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_dx11.cpp Backends: DX10, DX11, DX12: Disabled DXGI's Alt+Enter default behavior on secondary viewports. (#4350) 2025-09-25 17:30:32 +02:00
imgui_impl_dx11.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_dx12.cpp Backends: DX10, DX11, DX12: Disabled DXGI's Alt+Enter default behavior on secondary viewports. (#4350) 2025-09-25 17:30:32 +02:00
imgui_impl_dx12.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_glfw.cpp Merge branch 'master' into docking 2025-09-24 14:54:46 +02:00
imgui_impl_glfw.h Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871) 2025-09-22 15:56:10 +02:00
imgui_impl_glut.cpp Merge branch 'master' into docking 2025-02-07 18:27:32 +01:00
imgui_impl_glut.h Merge branch 'master' into docking 2024-12-11 12:27:25 +01:00
imgui_impl_metal.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_metal.mm IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_opengl2.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_opengl2.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_opengl3.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_opengl3.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_opengl3_loader.h Backends: OpenGL3: fixed GL loader to work on Haiku OS which does not support. (#8952) 2025-09-22 16:04:59 +02:00
imgui_impl_osx.h Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871) 2025-09-22 15:56:10 +02:00
imgui_impl_osx.mm Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871) 2025-09-22 15:56:10 +02:00
imgui_impl_sdl2.cpp Merge branch 'master' into docking 2025-09-26 18:33:38 +02:00
imgui_impl_sdl2.h Viewports: changed default value of io.ConfigViewportsNoDefaultParent to true. (#8948, #3152, #2871) 2025-09-22 15:56:10 +02:00
imgui_impl_sdl3.cpp Merge branch 'master' into docking 2025-09-26 18:33:38 +02:00
imgui_impl_sdl3.h Merge branch 'master' into docking 2025-03-30 16:42:28 +02:00
imgui_impl_sdlgpu3.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_sdlgpu3.h Backends: SDL_GPU: add swapchain parameters to ImGui_ImplSDLGPU3_InitInfo. (#8892) 2025-08-20 18:51:50 +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 IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_sdlrenderer2.h Merge branch 'master' into docking 2025-06-11 19:04:44 +02:00
imgui_impl_sdlrenderer3.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_sdlrenderer3.h Merge branch 'master' into docking 2025-06-11 19:04:44 +02:00
imgui_impl_vulkan.cpp Backends: Vulkan: SwapChainImageUsage assume VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT which is added automatically. (#8946, #8110, #8111, #8686) 2025-09-29 14:57:03 +02:00
imgui_impl_vulkan.h Backends: Vulkan: SwapChainImageUsage assume VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT which is added automatically. (#8946, #8110, #8111, #8686) 2025-09-29 14:57:03 +02:00
imgui_impl_wgpu.cpp IO: added ImGuiPlatformIO::ClearPlatformHandlers(), ClearRendererHandlers(). Backends: call those on Shutdown(). (#8945, #2769) 2025-09-18 17:02:44 +02:00
imgui_impl_wgpu.h Merge branch 'master' into docking 2025-06-13 17:43:30 +02:00
imgui_impl_win32.cpp Merge branch 'master' into docking 2025-09-24 14:54:46 +02:00
imgui_impl_win32.h Merge branch 'master' into docking 2025-03-30 16:42:28 +02:00