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.
ocornut b380d3abe3 Backends: OpenGL3: Clarify use of GL_POLYGON_MODE. 3 years ago
..
vulkan Moving backends code from examples/ to backends/ (step 2: moving vulkan cruft) 4 years ago
imgui_impl_allegro5.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_allegro5.h Backends: Comments. 3 years ago
imgui_impl_android.cpp ImFontAtlas: move implicit AddFontDefault call to Build() function + remove unnecessary asserts in backend. 3 years ago
imgui_impl_android.h Backends: Comments. 3 years ago
imgui_impl_dx9.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_dx9.h Backends: Comments. 3 years ago
imgui_impl_dx10.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_dx10.h Backends: Comments. 3 years ago
imgui_impl_dx11.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_dx11.h Backends: Comments. 3 years ago
imgui_impl_dx12.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_dx12.h Backends: Comments. 3 years ago
imgui_impl_glfw.cpp Backends: Win32, SDL, GLFW: only honor io.WantSetMousePos when focused + fix GLFW uninstalling handler + tweaks to reduce branch drift with docking. (#787, #2445, #2696, #3751, #4377) 3 years ago
imgui_impl_glfw.h Backends: GLFW: Mouse position is correctly reported when the host platform window is hovered but not focused. (#3751, #4377, #2445) 3 years ago
imgui_impl_glut.cpp Backends: Comments. 3 years ago
imgui_impl_glut.h Backends: Comments. 3 years ago
imgui_impl_marmalade.cpp Backends: Comments. 3 years ago
imgui_impl_marmalade.h Backends: Comments. 3 years ago
imgui_impl_metal.h Backends: Comments. 3 years ago
imgui_impl_metal.mm Backends: Comments. 3 years ago
imgui_impl_opengl2.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_opengl2.h Backends: Comments. 3 years ago
imgui_impl_opengl3.cpp Backends: OpenGL3: Clarify use of GL_POLYGON_MODE. 3 years ago
imgui_impl_opengl3.h Backends: Comments. 3 years ago
imgui_impl_osx.h Backends: Comments. 3 years ago
imgui_impl_osx.mm Backends: OSX: Added a fix for shortcuts using CTRL key instead of CMD key. (#4253) 3 years ago
imgui_impl_sdl.cpp Backends: Win32, SDL, GLFW: only honor io.WantSetMousePos when focused + fix GLFW uninstalling handler + tweaks to reduce branch drift with docking. (#787, #2445, #2696, #3751, #4377) 3 years ago
imgui_impl_sdl.h Backends: SDL2: Remove unnecessary ImGui_ImplSDL2_NewFrame() parameter. (#3244) 3 years ago
imgui_impl_vulkan.cpp Backends: Cleanup, removed unnecessary create/destroy wrappers. Fix allegro5 backend + use same code as other backend. 3 years ago
imgui_impl_vulkan.h Backends: Comments. 3 years ago
imgui_impl_wgpu.cpp Backends: Comments. 3 years ago
imgui_impl_wgpu.h Backends: Comments. 3 years ago
imgui_impl_win32.cpp Backends: Win32: Fixed keyboard modifiers being reported when host window doesn't have focus. (#2622) 3 years ago
imgui_impl_win32.h Backends: Comments. 3 years ago