ocornut 79bba34c5f Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)" 4 months ago
..
sdlgpu3 e799849272 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 6 months ago
vulkan e799849272 Backends: SDLGPU3: Added sdl_gpu backend (amends). (#8163, #7998, #7988) 6 months ago
imgui_impl_allegro5.cpp eec097fe35 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 5 months ago
imgui_impl_allegro5.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_android.cpp 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_android.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_dx10.cpp 1aab00da85 Misc shallow tweaks/tidying up. (#8446) 4 months ago
imgui_impl_dx10.h f04d3cbdaa Backends: DirectX10: Expose selected render state in ImGui_ImplDX10_RenderState, which you can access in 'void* platform_io.Renderer_RenderState' during draw callbacks. (#6969, #5834, #7468, #3590) 6 months ago
imgui_impl_dx11.cpp 1aab00da85 Misc shallow tweaks/tidying up. (#8446) 4 months ago
imgui_impl_dx11.h af271e7330 Backends: DX11: Expose vertex constant buffer in ImGui_ImplDX11_RenderState. 6 months ago
imgui_impl_dx12.cpp de4f77b0ac Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn. 4 months ago
imgui_impl_dx12.h de4f77b0ac Backends: DX12: comment about using SrvDescriptorAllocFn/SrvDescriptorFreeFn. 4 months ago
imgui_impl_dx9.cpp 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_dx9.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_glfw.cpp 79bba34c5f Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)" 4 months ago
imgui_impl_glfw.h eec097fe35 Added ImGuiMouseCursor_Progress mouse cursor 8a35386+ support in SDL2,SDL3,Win32,Allegro5 backends. 5 months ago
imgui_impl_glut.cpp 4f1d3809c3 Fixed tabs and spaces (#8377) 5 months ago
imgui_impl_glut.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_metal.h 1aab00da85 Misc shallow tweaks/tidying up. (#8446) 4 months ago
imgui_impl_metal.mm 5dd84082ab InputTextWithHint(): Fixed buffer overflow when user callback modifies the buffer contents in a way that alters hint visibility. (#8368) 5 months ago
imgui_impl_opengl2.cpp 0e21bde77b Misc shallow merge to reduce diff in other branches. 6 months ago
imgui_impl_opengl2.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_opengl3.cpp 3c3d943fb1 Docs: Fix some typos (#8473) 4 months ago
imgui_impl_opengl3.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_opengl3_loader.h 42206b3d51 Backends: DX9, DX10, DX11, DX12, OpenGL, Vulkan, WGPU: Changed default texture sampler to Clamp instead of Repeat/Wrap. (#7468, #7511, #5999, #5502) 9 months ago
imgui_impl_osx.h 1aab00da85 Misc shallow tweaks/tidying up. (#8446) 4 months ago
imgui_impl_osx.mm 3c3d943fb1 Docs: Fix some typos (#8473) 4 months ago
imgui_impl_sdl2.cpp 51e4cba909 Backends: Fixed zealous warnings. 4 months ago
imgui_impl_sdl2.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_sdl3.cpp 51e4cba909 Backends: Fixed zealous warnings. 4 months ago
imgui_impl_sdl3.h 8b0af7fddc Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer. 6 months ago
imgui_impl_sdlgpu3.cpp d17e9fc107 Backends: SDL_GPU: shallow tweaks + disable anisotropy in sampler. Examples: SDL+Vulkan: Fixed incorrect defines. 6 months ago
imgui_impl_sdlgpu3.h b4a5d1dc53 Backends: SDLGPU3: Rename GpuDevice->Device. Expose ImGui_ImplSDLGPU3_CreateDeviceObjects(), ImGui_ImplSDLGPU3_DestroyDeviceObjects(). Misc renaming. (#8163, #7998, #7988) 6 months ago
imgui_impl_sdlgpu3_shaders.h 8bbccf7a97 Backends: SDLGPU3: Added sdl_gpu backend. (#8163, #7998, #7988) 6 months ago
imgui_impl_sdlrenderer2.cpp 4f1d3809c3 Fixed tabs and spaces (#8377) 5 months ago
imgui_impl_sdlrenderer2.h 8b0af7fddc Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer. 6 months ago
imgui_impl_sdlrenderer3.cpp 4f1d3809c3 Fixed tabs and spaces (#8377) 5 months ago
imgui_impl_sdlrenderer3.h 8b0af7fddc Backends: SDL: update comments regarding API stability, regarding SDL_GPU and SDL_Renderer. 6 months ago
imgui_impl_vulkan.cpp 3c3d943fb1 Docs: Fix some typos (#8473) 4 months ago
imgui_impl_vulkan.h ec4cd2cb8c Backends: Vulkan: Fixed crash with using no prototypes + *BREAKING* Added ApiVersion to ImGui_ImplVulkan_LoadFunctions(). (#8326, #8365, #8400) 5 months ago
imgui_impl_wgpu.cpp cdafefd4be Backends: WebGPU: Add nextInChain field for VertexAttributes under Dawn (#8438) 4 months ago
imgui_impl_wgpu.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago
imgui_impl_win32.cpp 79bba34c5f Revert "Added ImGuiKey_AbntC1, ImGuiKey_AbntC2 + Backends: GLFW, Win32: added support. (#8468)" 4 months ago
imgui_impl_win32.h 43fbd7ce84 Backends: standardized top of file comments. 7 months ago