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-30 18:42:57 +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: DirectX12: enable swapchain tearing if available. (#8965) 2025-09-29 18:36:35 +02:00
imgui_impl_dx12.h Merge branch 'master_fonts' into docking 2025-06-11 18:07:19 +02:00
imgui_impl_glfw.cpp Viewports: added ImGuiBackendFlags_HasParentViewportId backend flag. (#8948) 2025-09-30 17:38:06 +02:00
imgui_impl_glfw.h Viewports: added ImGuiBackendFlags_HasParentViewportId backend flag. (#8948) 2025-09-30 17:38:06 +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: added ImGuiBackendFlags_HasParentViewportId backend flag. (#8948) 2025-09-30 17:38:06 +02:00
imgui_impl_osx.mm Viewports: added ImGuiBackendFlags_HasParentViewportId backend flag. (#8948) 2025-09-30 17:38:06 +02:00
imgui_impl_sdl2.cpp Viewports: added ImGuiBackendFlags_HasParentViewportId backend flag. (#8948) 2025-09-30 17:38:06 +02:00
imgui_impl_sdl2.h Viewports: added ImGuiBackendFlags_HasParentViewportId backend flag. (#8948) 2025-09-30 17:38:06 +02:00
imgui_impl_sdl3.cpp Viewports: store ImGuiViewport* ParentViewport pointer as well. Backends: SDL3, Win32: use this pointer to reduce lookups. (#8948) 2025-09-30 18:42:57 +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: ImGui_ImplVulkan_CreatePipeline() for secondary viewport always use the RenderPass created by the ImGui_ImplVulkanH_CreateOrResizeWindow(). (#8946, #8110) 2025-09-29 15:28:38 +02:00
imgui_impl_vulkan.h Backends: Vulkan: ImGui_ImplVulkan_CreatePipeline() for secondary viewport always use the RenderPass created by the ImGui_ImplVulkanH_CreateOrResizeWindow(). (#8946, #8110) 2025-09-29 15:28:38 +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 Viewports: store ImGuiViewport* ParentViewport pointer as well. Backends: SDL3, Win32: use this pointer to reduce lookups. (#8948) 2025-09-30 18:42:57 +02:00
imgui_impl_win32.h Merge branch 'master' into docking 2025-03-30 16:42:28 +02:00