imgui/backends
Cyphall 66b762577c Backends: OpenGL3: Fixed restoration of a potentially deleted OpenGL program. (#6220, #6224) 2023-03-06 11:55:55 +01:00
..
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 2020-10-14 14:41:40 +02:00
imgui_impl_allegro5.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_allegro5.h Backends: Allegro5: Update to use io.AddEventKey() will full key map (#2625, #4858) 2022-01-10 15:13:36 +01:00
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) 2022-09-26 10:43:26 +02:00
imgui_impl_android.h Backends: Android: Update to use io.AddEventKey() will full key map (#2625, #4858) 2022-01-10 15:15:24 +01:00
imgui_impl_dx9.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx9.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx10.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx10.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx11.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx11.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx12.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_dx12.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_glfw.cpp CI: Update versions. 2023-02-07 20:17:18 +01:00
imgui_impl_glfw.h Backends: GLFW: added ImGui_ImplGlfw_SetCallbacksChainForAllWindows(). (#6142) 2023-02-03 17:53:53 +01:00
imgui_impl_glut.cpp Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). 2023-02-01 19:43:03 +01:00
imgui_impl_glut.h Backends: OSX: Fixed scroll wheel scaling for devices emitting events with hasPreciseScrollingDeltas==false (e.g. non-Apple mices). 2023-02-01 19:43:03 +01:00
imgui_impl_metal.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_metal.mm Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_opengl2.cpp Backends: Using nullptr instead of NULL. (#5760, #4537) + fix additional warnings. 2022-10-11 12:35:41 +02:00
imgui_impl_opengl2.h Backends: Comments. 2021-05-27 13:59:35 +02:00
imgui_impl_opengl3.cpp Backends: OpenGL3: Fixed restoration of a potentially deleted OpenGL program. (#6220, #6224) 2023-03-06 11:55:55 +01:00
imgui_impl_opengl3.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_opengl3_loader.h Backends: OpenGL3: Fixed restoration of a potentially deleted OpenGL program. (#6220, #6224) 2023-03-06 11:55:55 +01:00
imgui_impl_osx.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_osx.mm Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_sdl2.cpp Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644) 2023-02-23 15:07:15 +01:00
imgui_impl_sdl2.h Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146) 2023-02-07 19:29:44 +01:00
imgui_impl_sdl3.cpp Backends: SDL2,SDL3: Accept SDL_GetPerformanceCounter() not returning a monotonically increasing value. (#6189, #6114, #3644) 2023-02-23 15:07:15 +01:00
imgui_impl_sdl3.h Backends: SDL2:+SDL3 Implement SetPlatformImeDataFn (amends). (#6071, #1953) + fix SDL3 setting PlatformHandleRaw. (#6146) 2023-02-07 19:29:44 +01:00
imgui_impl_sdlrenderer.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_sdlrenderer.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_vulkan.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_vulkan.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_wgpu.cpp Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
imgui_impl_wgpu.h Merge misc changes from docking branch to reduce small drift. 2023-02-07 13:22:23 +01:00
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) 2023-02-15 18:11:41 +01:00
imgui_impl_win32.h Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of compile-time. (#5923, #456) 2022-11-29 19:07:50 +01:00