1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-16 03:53:28 +01:00
imgui/backends
2022-11-10 16:22:34 +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 branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +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 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 branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +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 + amends change to nullptr (#5760) 2022-10-11 15:59: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 + amends change to nullptr (#5760) 2022-10-11 15:59: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 (incl glfw use of GLFW_VERSION_COMBINED) 2022-10-24 22:58:25 +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 Merge branch 'master' into docking (incl glfw use of GLFW_VERSION_COMBINED) 2022-10-24 22:58:25 +02:00
imgui_impl_glfw.h Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +02:00
imgui_impl_glut.cpp Examples: disable GL related warnings on Mac + amend to ignore list. 2022-09-27 22:25:45 +02: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-06-30 20:17:48 +02:00
imgui_impl_metal.mm Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +02:00
imgui_impl_opengl2.cpp Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +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: Update comments. (#4445, #5642, #4649) 2022-09-05 15:58:31 +02:00
imgui_impl_opengl3.cpp Merge branch 'master' into docking 2022-11-09 15:59:26 +01:00
imgui_impl_opengl3.h Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +02:00
imgui_impl_osx.h Merge branch 'master' into docking 2022-06-30 20:17:48 +02:00
imgui_impl_osx.mm Merge branch 'master' into docking 2022-11-04 16:26:15 +01:00
imgui_impl_sdl.cpp Backends: SDL: Fixed drag'n drop crossing a viewport border losing mouse coordinates. (#5710, #5012) 2022-11-10 16:22:34 +01:00
imgui_impl_sdl.h Merge branch 'master' into docking 2022-02-07 16:18:19 +01:00
imgui_impl_sdlrenderer.cpp Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +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 Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +02:00
imgui_impl_vulkan.h Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +02:00
imgui_impl_wgpu.cpp Merge branch 'master' into docking + amends change to nullptr (#5760) 2022-10-11 15:59:23 +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 2022-11-04 16:26:15 +01:00
imgui_impl_win32.h Merge branch 'master' into docking 2022-03-23 17:21:34 +01:00