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.
luigifcruz 41e39ea6e1 Backends: Metal: Add Metal C++ bindings support. (#4824, #4746) 3 years ago
..
vulkan
imgui_impl_allegro5.cpp Backends: Allegro5: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790) 3 years ago
imgui_impl_allegro5.h
imgui_impl_android.cpp
imgui_impl_android.h
imgui_impl_dx9.cpp Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
imgui_impl_dx9.h
imgui_impl_dx10.cpp Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
imgui_impl_dx10.h
imgui_impl_dx11.cpp Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
imgui_impl_dx11.h
imgui_impl_dx12.cpp Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
imgui_impl_dx12.h
imgui_impl_glfw.cpp Backends: Silence overzealous warnings. (#4834) Add comments about SetDragDropPayload() return value. (#4835) 3 years ago
imgui_impl_glfw.h
imgui_impl_glut.cpp
imgui_impl_glut.h
imgui_impl_metal.h Backends: Metal: Add Metal C++ bindings support. (#4824, #4746) 3 years ago
imgui_impl_metal.mm Backends: Metal: Add Metal C++ bindings support. (#4824, #4746) 3 years ago
imgui_impl_opengl2.cpp Backends: OpenGL2, Marmalade: Fixed mishandling of the ImDrawCmd::IdxOffset field. (#4790) 3 years ago
imgui_impl_opengl2.h
imgui_impl_opengl3.cpp Backends: Silence overzealous warnings. (#4834) Add comments about SetDragDropPayload() return value. (#4835) 3 years ago
imgui_impl_opengl3.h
imgui_impl_opengl3_loader.h Version 1.87 WIP + Backends: OpenGL3: Fixed a buffer overflow in imgui_impl_opengl3_loader.h init, added in 1.86 (#4468, #4830) 3 years ago
imgui_impl_osx.h Backends: OSX: Fix keyboard support. Handle scroll cancel. Don't set mouse cursor shape unconditionally. (#4759, #4253, #1873) 3 years ago
imgui_impl_osx.mm Backends: OSX: Fix keyboard support. Handle scroll cancel. Don't set mouse cursor shape unconditionally. (#4759, #4253, #1873) 3 years ago
imgui_impl_sdl.cpp
imgui_impl_sdl.h
imgui_impl_sdlrenderer.cpp Backends: SDL_Renderer: Handle change to SDL_RenderGeometryRaw() function signature in SDL 2.0.19 (#4819) 3 years ago
imgui_impl_sdlrenderer.h Backends: SDL_Renderer: Added support for large meshes (64k+ vertices) with 16-bit indices, enable 'ImGuiBackendFlags_RendererHasVtxOffset' in this backend. (#3926) 3 years ago
imgui_impl_vulkan.cpp Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
imgui_impl_vulkan.h
imgui_impl_wgpu.cpp Backends: Fixed early out on empty clip rect. In particular, DX12 backend would warn about it (others not so much). (#4775, #4464) 3 years ago
imgui_impl_wgpu.h
imgui_impl_win32.cpp Backends: Win32: Store left/right variants of Ctrl/Shift/Alt mods in KeysDown[] array. (#2625) 3 years ago
imgui_impl_win32.h