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.
 
 
 
Adam Kewley 2496b973f9 Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644) 2 years ago
..
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 4 years ago
imgui_impl_allegro5.cpp Merge misc changes from docking branch to reduce small drift. 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 Renamed and merged keyboard modifiers key enums and flags into a same set:. ImGuiKey_ModXXX -> ImGuiMod_XXX and ImGuiModFlags_XXX -> ImGuiMod_XXX. (#4921, #456) 2 years ago
imgui_impl_android.h Backends: Android: Update to use io.AddEventKey() will full key map (#2625, #4858) 3 years ago
imgui_impl_dx9.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx9.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx10.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx10.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx11.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx11.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx12.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_dx12.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_glfw.cpp CI: Update versions. 2 years ago
imgui_impl_glfw.h Backends: GLFW: added ImGui_ImplGlfw_SetCallbacksChainForAllWindows(). (#6142) 2 years ago
imgui_impl_glut.cpp Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). 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 Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_opengl2.cpp Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. 2 years ago
imgui_impl_opengl2.h Backends: Comments. 3 years ago
imgui_impl_opengl3.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_opengl3.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_opengl3_loader.h Backends: OpenGL3: Fixed loader compatibility with GL_VERSION for GL 2.x (#6154, #4445, #3530) 2 years ago
imgui_impl_osx.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_osx.mm Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_sdl2.cpp Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644) 2 years ago
imgui_impl_sdl2.h Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146) 2 years ago
imgui_impl_sdl3.cpp Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644) 2 years ago
imgui_impl_sdl3.h Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146) 2 years ago
imgui_impl_sdlrenderer.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_sdlrenderer.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_vulkan.cpp Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_vulkan.h Merge misc changes from docking branch to reduce small drift. 2 years ago
imgui_impl_wgpu.cpp Merge misc changes from docking branch to reduce small drift. 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: Use WM_NCMOUSEMOVE / WM_NCMOUSELEAVE to track mouse positions over non-client area (OS decorations) when app is not focused. (#6045, #6162) 2 years ago
imgui_impl_win32.h Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456) 2 years ago