1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-12-04 20:18:28 +01:00
imgui/backends
2022-09-27 14:40:18 +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 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_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 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 Merge branch 'master' into docking 2022-09-26 11:08:49 +02:00
imgui_impl_glfw.h Merge branch 'master' into docking 2022-02-07 16:18:19 +01:00
imgui_impl_glut.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_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 2022-08-23 18:41:24 +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: Update comments. (#4445, #5642, #4649) 2022-09-05 15:58:31 +02:00
imgui_impl_opengl3.cpp Backends: OpenGL: Add ability to #define IMGUI_IMPL_OPENGL_DEBUG. (#4468, #4825, #4832, #5127, #5655, #5709) 2022-09-27 14:40:18 +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 Merge branch 'master' into docking 2022-06-30 20:17:48 +02:00
imgui_impl_osx.mm Merge branch 'master' into docking 2022-09-26 11:08:49 +02:00
imgui_impl_sdl.cpp Merge branch 'master' into docking 2022-09-26 14:57:34 +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 Merge branch 'master' into docking 2022-09-17 00:25:42 +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 Merge branch 'master' into docking 2022-09-26 14:57:34 +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-09-26 11:08:49 +02:00
imgui_impl_win32.h Merge branch 'master' into docking 2022-03-23 17:21:34 +01:00