- Jul 01, 2024
-
-
ocornut authored
IO: do not claim io.WantCaptureMouse=true on the mouse release frame of a button which was pressed over void. (#1392)
-
ocornut authored
-
ocornut authored
Disabled: Reworked 1.90.8 behavior of Begin() not inheriting current BeginDisabled() state. Only tooltip are clearing that state. (#211, #7640)
-
ocornut authored
-
Max Ortner authored
Backends: SDL3: update for SDL_SetTextInputRect() -> SDL_SetTextInputArea() api change. (#7760, #7754)
-
ocornut authored
- Jun 30, 2024
-
-
Connor Clark authored
-
- Jun 28, 2024
-
-
ocornut authored
-
Kevin Coghlan authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
Backends: OpenGL2, OpenGL3: ImGui_ImplOpenGL3_NewFrame() recreates font texture if it has been destroyed by ImGui_ImplOpenGL3_DestroyFontsTexture(). (#7748) Analogous to change to Vulkan backend in 1.90.
-
ocornut authored
(for usage by multi-select)
-
- Jun 27, 2024
-
-
ocornut authored
Windows: BeginChild(): fixed a glitch when during a resize of a child window which is tightly close to the boundaries of its parent. (#7706)
-
ocornut authored
-
ocornut authored
Inputs: fixed using Shortcut() or SetNextItemShortcut() within a disabled block bypassing the disabled state. (#7726)
-
- Jun 26, 2024
- Jun 24, 2024
-
-
Martin Ejdestig authored
-
ocornut authored
Demo: Style Editor: clarify how _CalcCircleAutoSegmentCount() doesn't always get exact final segment count. (#7731)
-
Gary Geng authored
-
- Jun 22, 2024
-
-
cfillion authored
-
- Jun 21, 2024
- Jun 20, 2024
-
-
ocornut authored
-
ocornut authored
Drag and Drop: Added ImGuiDragDropFlags_PayloadNoCrossContext and ImGuiDragDropFlags_PayloadNoCrossProcess flags.
-
ocornut authored
Drag and Drop: (Breaking) renamed ImGuiDragDropFlags_SourceAutoExpirePayload to ImGuiDragDropFlags_PayloadAutoExpire. (#1725, #143)
-
ocornut authored
Drag and Drop: BeginDragDropSource() with ImGuiDragDropFlags_SourceExtern assume a mouse button being pressed. (#143)
-
ocornut authored
-
ocornut authored
Internals: added ImGuiContext::ContextName optionally used by debug log and to facilitate debugging.
-
- Jun 19, 2024
-
-
ocornut authored
Drag and Drop: Fixes an issue when elapsing payload would be based on last payload frame instead of last drag source frame.
-