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