- Jul 01, 2024
-
-
ocornut authored
# Conflicts: # backends/imgui_impl_sdl3.cpp
-
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
Merged GetBackgroundDrawList()/GetForegroundDrawList() and GetBackgroundDrawList(ImGuiViewport* viewport)/GetForegroundDrawList(ImGuiViewport* viewport) api entry points.
-
ocornut authored
# Conflicts: # backends/imgui_impl_opengl2.cpp # backends/imgui_impl_opengl3.cpp
-
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)
-
ocornut authored
Windows, Menus: Fixed an issue where the size of sub-menu in their own viewport would be erroneously clamped to the size of main viewport. (#7730) Amend #7287, #7063
-
- Jun 26, 2024
-
-
ocornut authored
-
ocornut authored
-
ocornut authored
-
ocornut authored
# Conflicts: # backends/imgui_impl_glfw.cpp # backends/imgui_impl_osx.mm # backends/imgui_impl_sdl2.cpp # backends/imgui_impl_sdl3.cpp # backends/imgui_impl_win32.cpp # imgui.h
-
ocornut authored
-
ocornut authored
Viewports: Backported 'void* ImGuiViewport::PlatformHandle' from docking branch for use by backends.
-
ocornut authored
-
- 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
- Jun 21, 2024
-
-
ocornut authored
Internals: storing HoveredWindowBeforeClear for use by multi-context compositor drag and drop propagation. # Conflicts: # imgui.cpp # imgui_internal.h
-
ocornut authored
-
ocornut authored
# Conflicts: # imgui.h # imgui_demo.cpp
-
ocornut authored
-
ocornut authored
# Conflicts: # imgui.cpp
-
ocornut authored
-