1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-16 20:07:18 +01:00
imgui/backends
2022-06-29 15:47:37 +02: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 Docs update, binaries link + Backend: Allegro: fix warning (#5281) 2022-05-04 15:16:05 +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: OSX, Android: Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. (#4921, #4858) 2022-01-27 17:46:48 +01: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 Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_dx9.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_dx10.cpp Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls. 2022-06-15 15:39:23 +02:00
imgui_impl_dx10.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_dx11.cpp Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls. 2022-06-15 15:39:23 +02:00
imgui_impl_dx11.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_dx12.cpp Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls. 2022-06-15 15:39:23 +02:00
imgui_impl_dx12.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_glfw.cpp Backends: GLFW: Fixed leftover static variable preventing from changing or reinitializing backend while application is running. (#4616, #5434) 2022-06-29 15:47:37 +02:00
imgui_impl_glfw.h Merge branch 'master' into docking 2022-02-07 16:18:19 +01:00
imgui_impl_glut.cpp Backends: Glut: Fix comparison operator precedence. 2022-03-01 15:20:40 +01:00
imgui_impl_glut.h Backends: GLUT: Update to use io.AddEventKey() will full key map (#2625, #4858) 2022-01-10 15:14:01 +01:00
imgui_impl_metal.h Merge branch 'master' into docking 2022-05-17 11:59:32 +02:00
imgui_impl_metal.mm Backends: SDL+GLFW, Examples: SDL+Metal, GLFW+Metal: Fix viewport support with Metal backend. 2022-06-16 13:12:54 +02:00
imgui_impl_opengl2.cpp Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_opengl2.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_opengl3_loader.h Backends: OpenGL: Partially revert 1.86 change of using glBufferSubData(): now only done on Intel GPUs. (#4468, #3381, #2981, #4825, #4832, #5127) 2022-05-23 12:47:40 +02:00
imgui_impl_opengl3.cpp Merge branch 'master' into docking (wanted for #4468, #3381, #2981, #4825, #4832, #5127) 2022-05-30 15:26:12 +02:00
imgui_impl_opengl3.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_osx.h Backends: OSX, Metal: Added multi-viewports support. (#4821, #2778) 2022-05-03 18:14:07 +02:00
imgui_impl_osx.mm Backends: SDL+GLFW, Examples: SDL+Metal, GLFW+Metal: Fix viewport support with Metal backend. 2022-06-16 13:12:54 +02:00
imgui_impl_sdl.cpp Backends: SDL+GLFW, Examples: SDL+Metal, GLFW+Metal: Fix viewport support with Metal backend. 2022-06-16 13:12:54 +02:00
imgui_impl_sdl.h Merge branch 'master' into docking 2022-02-07 16:18:19 +01:00
imgui_impl_sdlrenderer.cpp Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_sdlrenderer.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_vulkan.cpp Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_vulkan.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_wgpu.cpp Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_wgpu.h Backends: OSX, Metal: Amend d111133, tidying up, remove unused, misc tweaks. . (#4821, #2778) 2022-05-03 18:14:10 +02:00
imgui_impl_win32.cpp Merge branch 'master' into docking + update for IMGUI_DEBUG_LOG calls. 2022-06-15 15:39:23 +02:00
imgui_impl_win32.h Merge branch 'master' into docking 2022-03-23 17:21:34 +01:00