Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
ocornut 121072cfe6 Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) ago%!(EXTRA string=2 years)
..
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) ago%!(EXTRA string=5 years)
imgui_impl_allegro5.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_allegro5.h Backends: Allegro5: Update to use io.AddEventKey() will full key map (#2625, #4858) ago%!(EXTRA string=3 years)
imgui_impl_android.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_android.h Backends: Android: Added support for io.AddMouseSourceEvent(). (#6315, #6318, #2702, #4921) ago%!(EXTRA string=2 years)
imgui_impl_dx9.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_dx9.h Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
imgui_impl_dx10.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_dx10.h Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
imgui_impl_dx11.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_dx11.h Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
imgui_impl_dx12.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_dx12.h Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
imgui_impl_glfw.cpp Backends: GLFW: Accept glfwGetTime() not returning a monotonically increasing value. (#6491, #6189, #6114) ago%!(EXTRA string=2 years)
imgui_impl_glfw.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) ago%!(EXTRA string=2 years)
imgui_impl_glut.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_glut.h Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). ago%!(EXTRA string=2 years)
imgui_impl_metal.h Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
imgui_impl_metal.mm Backends: avoid null dereference in metal and osx shutdown (#6385, #6334) ago%!(EXTRA string=2 years)
imgui_impl_opengl2.cpp Backends: Fixes zealous warnings (#5760) ago%!(EXTRA string=2 years)
imgui_impl_opengl2.h Backends: Comments. ago%!(EXTRA string=4 years)
imgui_impl_opengl3.cpp Backends: OpenGL3: Fixed erroneous use glGetIntegerv(GL_CONTEXT_PROFILE_MASK) on contexts lower than 3.2. (#6539, #6333) ago%!(EXTRA string=2 years)
imgui_impl_opengl3.h Backends: OpenGL3: Added more explicit comments about using GL ES2/3 on targets where it's not automatic. (#6450) ago%!(EXTRA string=2 years)
imgui_impl_opengl3_loader.h Backends: OpenGL3: amend reset GL_POLYGON_MODE separately for front and back when possible. (#6333) ago%!(EXTRA string=2 years)
imgui_impl_osx.h Backends: OSX: Added support for io.AddMouseSourceEvent(). (#6314) ago%!(EXTRA string=2 years)
imgui_impl_osx.mm Backends: avoid null dereference in metal and osx shutdown (#6385, #6334) ago%!(EXTRA string=2 years)
imgui_impl_sdl2.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_sdl2.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) ago%!(EXTRA string=2 years)
imgui_impl_sdl3.cpp Backends: SDL3: Fixed build on Emscripten/iOS/Android. (#6391) ago%!(EXTRA string=2 years)
imgui_impl_sdl3.h Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702) ago%!(EXTRA string=2 years)
imgui_impl_sdlrenderer2.cpp Backends: SDL_Renderer2: renamed all functions accordingly. (#6286) ago%!(EXTRA string=2 years)
imgui_impl_sdlrenderer2.h Backends: SDL_Renderer2: renamed all functions accordingly. (#6286) ago%!(EXTRA string=2 years)
imgui_impl_sdlrenderer3.cpp Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286) ago%!(EXTRA string=2 years)
imgui_impl_sdlrenderer3.h Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286) ago%!(EXTRA string=2 years)
imgui_impl_vulkan.cpp Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) ago%!(EXTRA string=2 years)
imgui_impl_vulkan.h Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037) ago%!(EXTRA string=2 years)
imgui_impl_wgpu.cpp Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335) ago%!(EXTRA string=2 years)
imgui_impl_wgpu.h Merge misc changes from docking branch to reduce small drift. ago%!(EXTRA string=2 years)
imgui_impl_win32.cpp Backends: Win32: revert accidental deletion of ImGui_ImplWin32_EnableAlphaCompositing() in a566ecc (#3218) ago%!(EXTRA string=2 years)
imgui_impl_win32.h Examples: Add Win32/Winapi + OpenGL example. (#3218, #5170 and #6086, #2772, #2600, #2359, #2022, #1553) ago%!(EXTRA string=2 years)