You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rokas Kupstys 1ad8ad623e Backends: GLFW: Fixed keyboard modifiers events being reported incorrectly on Linux/X11. 3 years ago
..
vulkan
imgui_impl_allegro5.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_allegro5.h
imgui_impl_android.cpp Backends: OSX, Android: Replaced AddKeyModsEvent() added by 790132a in favor of unified key enum system. (#4921, #4858) 3 years ago
imgui_impl_android.h
imgui_impl_dx9.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_dx9.h
imgui_impl_dx10.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_dx10.h
imgui_impl_dx11.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_dx11.h
imgui_impl_dx12.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_dx12.h Backends: Vulkan: Added support for ImTextureID as VkDescriptorSet, amends. (#914) 3 years ago
imgui_impl_glfw.cpp Backends: GLFW: Fixed keyboard modifiers events being reported incorrectly on Linux/X11. 3 years ago
imgui_impl_glfw.h Backends: GLFW: Added ImGui_ImplGlfw_InstallCallbacks()/ImGui_ImplGlfw_RestoreCallbacks(). (#4981) 3 years ago
imgui_impl_glut.cpp Backends: Glut: Fix comparison operator precedence. 3 years ago
imgui_impl_glut.h
imgui_impl_metal.h
imgui_impl_metal.mm Backends: Metal: Remove weak ref (#5122, #5123) 3 years ago
imgui_impl_opengl2.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_opengl2.h
imgui_impl_opengl3.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_opengl3.h
imgui_impl_opengl3_loader.h
imgui_impl_osx.h
imgui_impl_osx.mm Backends: OSX: Inputs: Monitor NSKeyUp events to catch missing keyUp for key when user press Cmd + key (#5128) 3 years ago
imgui_impl_sdl.cpp Backends: SDL: Fix multi-viewport dragging issue with SDL on some systems. (v2 for master, using bd->MouseButtonsDown == 0) (#5012, #5082) 3 years ago
imgui_impl_sdl.h Backends: SDL: Added SDL_Renderer* parameter to ImGui_ImplSDL2_InitForSDLRenderer(). Use SDL_GetRendererOutputSize() instead of SDL_GL_GetDrawableSize() when bound to a SDL_Renderer. (#4927) 3 years ago
imgui_impl_sdlrenderer.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_sdlrenderer.h
imgui_impl_vulkan.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_vulkan.h Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_wgpu.cpp
imgui_impl_wgpu.h
imgui_impl_win32.cpp Misc: tweaks + fix warnings on backends withtout -wno-memaccess (#4995, #5104) 3 years ago
imgui_impl_win32.h Backends, Examples: Add comments about using WndProc handler and WantCaptureXXX flags. (#5061) 3 years ago