.. |
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
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02:00 |
imgui_impl_android.h
|
Backends: Android: Added support for io.AddMouseSourceEvent(). (#6315, #6318, #2702, #4921)
|
2023-04-11 10:01:53 +02:00 |
imgui_impl_dx9.cpp
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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
|
Backends: GLFW: Accept glfwGetTime() not returning a monotonically increasing value. (#6491, #6189, #6114)
|
2023-06-12 11:58:17 +02:00 |
imgui_impl_glfw.h
|
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2023-04-04 20:19:01 +02:00 |
imgui_impl_glut.cpp
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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
|
Backends: avoid null dereference in metal and osx shutdown (#6385, #6334)
|
2023-05-04 17:18:29 +02:00 |
imgui_impl_opengl2.cpp
|
Backends: Fixes zealous warnings (#5760)
|
2023-03-23 18:18:52 +01:00 |
imgui_impl_opengl2.h
|
Backends: Comments.
|
2021-05-27 13:59:35 +02:00 |
imgui_impl_opengl3.cpp
|
Backends: OpenGL3: Fixed erroneous use glGetIntegerv(GL_CONTEXT_PROFILE_MASK) on contexts lower than 3.2. (#6539, #6333)
|
2023-06-20 15:30:52 +02:00 |
imgui_impl_opengl3.h
|
Backends: OpenGL3: Added more explicit comments about using GL ES2/3 on targets where it's not automatic. (#6450)
|
2023-05-23 11:43:16 +02:00 |
imgui_impl_opengl3_loader.h
|
Backends: OpenGL3: amend reset GL_POLYGON_MODE separately for front and back when possible. (#6333)
|
2023-04-19 11:55:40 +02:00 |
imgui_impl_osx.h
|
Backends: OSX: Added support for io.AddMouseSourceEvent(). (#6314)
|
2023-04-11 10:14:53 +02:00 |
imgui_impl_osx.mm
|
Backends: avoid null dereference in metal and osx shutdown (#6385, #6334)
|
2023-05-04 17:18:29 +02:00 |
imgui_impl_sdl2.cpp
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02:00 |
imgui_impl_sdl2.h
|
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2023-04-04 20:19:01 +02:00 |
imgui_impl_sdl3.cpp
|
Backends: SDL3: Fixed build on Emscripten/iOS/Android. (#6391)
|
2023-05-04 17:06:36 +02:00 |
imgui_impl_sdl3.h
|
Backends: Win32/SDL2/SDL3/GLFW: Added support for io.AddMouseSourceEvent(). (#2334, #2702)
|
2023-04-04 20:19:01 +02:00 |
imgui_impl_sdlrenderer2.cpp
|
Backends: SDL_Renderer2: renamed all functions accordingly. (#6286)
|
2023-05-30 20:15:31 +02:00 |
imgui_impl_sdlrenderer2.h
|
Backends: SDL_Renderer2: renamed all functions accordingly. (#6286)
|
2023-05-30 20:15:31 +02:00 |
imgui_impl_sdlrenderer3.cpp
|
Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286)
|
2023-05-30 20:36:07 +02:00 |
imgui_impl_sdlrenderer3.h
|
Backends: SDLRenderer3: Amend/finish SDL_Renderer3 patch + add example. (#6286)
|
2023-05-30 20:36:07 +02:00 |
imgui_impl_vulkan.cpp
|
Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037)
|
2023-07-04 14:16:28 +02:00 |
imgui_impl_vulkan.h
|
Backends: Vulkan: Amend for support for dynamic_rendering (#5446, #5037)
|
2023-07-04 14:16:28 +02:00 |
imgui_impl_wgpu.cpp
|
Backends: clear bits set in io.BackendFlags on backend Shutdown(). Clear BackendPlatformName. (#6334, #6335)
|
2023-04-17 14:57:12 +02: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: revert accidental deletion of ImGui_ImplWin32_EnableAlphaCompositing() in a566ecc (#3218)
|
2023-04-20 10:38:45 +02:00 |
imgui_impl_win32.h
|
Examples: Add Win32/Winapi + OpenGL example. (#3218, #5170 and #6086, #2772, #2600, #2359, #2022, #1553)
|
2023-04-19 16:22:53 +02:00 |