From 15e82e0f1421dcbf9644048615a5cf593ee3f998ab85ae5fddaca506495d51fc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 24 Mar 2024 19:06:05 +0000 Subject: [PATCH] - update to 1.90.4: * Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API from not working on windows with the ImGuiWindowFlags_NoNavInputs flag (regression in 1.90.2, which among other things broke imgui_memory_editor). * Menus, Popups: Fixed an issue where hovering a parent-menu upward would erroneously close the window. * Popups: Fixed resizable popup minimum size being too small. Standardized minimum size logic. (#7329). * Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are properly handled by BeginPopupModal(). (#7340) * Tables: Angled headers: fixed support for multi-line labels. * Tables: Angled headers: various fixes to accurately handle CellPadding changes. (#6917) * Tables: Angled headers: properly registers horizontal component of angled headers for auto-resizing of columns. (#6917) * Tables: Angled headers: fixed TableAngledHeadersRow() incorrect background fill drawn too low, particularly visible with tables that have no scrolling. (#6917) * ProgressBar: Fixed a minor tesselation issue when rendering rounded progress bars, where in some situations the rounded section wouldn't follow regular tesselation rules. * Debug Tools: Item Picker: Promoted ImGui::DebugStartItemPicker() to public API. (#2673) * Debug Tools: Item Picker: Menu entry visible in Demo->Tools but greyed out unless io.ConfigDebugIsDebuggerPresent is set. * Misc: Added optional alpha multiplier parameter to GetColorU32(ImU32) variant. * Demo: Custom Rendering: better demonstrate PathArcTo(), OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/imgui?expand=0&rev=22 --- imgui.changes | 36 ++++++++++++++++++++++++++++++++++++ imgui.spec | 2 +- v1.90.3.tar.gz | 3 --- v1.90.4.tar.gz | 3 +++ 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 v1.90.3.tar.gz create mode 100644 v1.90.4.tar.gz diff --git a/imgui.changes b/imgui.changes index 29fc056..1a78f2e 100644 --- a/imgui.changes +++ b/imgui.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Mar 24 19:04:39 UTC 2024 - Dirk Müller + +- update to 1.90.4: + * Nav: Fixed SetKeyboardFocusHere() or programmatic tabbing API + from not working on windows with the + ImGuiWindowFlags_NoNavInputs flag + (regression in 1.90.2, which among other things broke + imgui_memory_editor). + * Menus, Popups: Fixed an issue where hovering a parent-menu + upward would erroneously close the window. + * Popups: Fixed resizable popup minimum size being too small. + Standardized minimum size logic. (#7329). + * Modals: Temporary changes of ImGuiCol_ModalWindowDimBg are + properly handled by BeginPopupModal(). (#7340) + * Tables: Angled headers: fixed support for multi-line labels. + * Tables: Angled headers: various fixes to accurately handle + CellPadding changes. (#6917) + * Tables: Angled headers: properly registers horizontal + component of angled headers for auto-resizing of columns. (#6917) + * Tables: Angled headers: fixed TableAngledHeadersRow() + incorrect background fill drawn too low, particularly visible + with tables that have no scrolling. (#6917) + * ProgressBar: Fixed a minor tesselation issue when rendering + rounded progress bars, where in some situations the rounded + section wouldn't follow regular tesselation rules. + * Debug Tools: Item Picker: Promoted + ImGui::DebugStartItemPicker() to public API. (#2673) + * Debug Tools: Item Picker: Menu entry visible in Demo->Tools + but greyed out unless io.ConfigDebugIsDebuggerPresent is set. + * Misc: Added optional alpha multiplier parameter to + GetColorU32(ImU32) variant. + * Demo: Custom Rendering: better demonstrate PathArcTo(), + PathBezierQuadraticCurveTo(), PathBezierCubicCurveTo(), + PathStroke(), PathFillConvex() functions. + ------------------------------------------------------------------- Mon Feb 19 18:51:18 UTC 2024 - Atri Bhattacharya diff --git a/imgui.spec b/imgui.spec index f483694..b8c4946 100644 --- a/imgui.spec +++ b/imgui.spec @@ -17,7 +17,7 @@ Name: imgui -Version: 1.90.3 +Version: 1.90.4 Release: 0 Summary: Immediate Mode Graphical User interface for C++ with minimal dependencies License: MIT diff --git a/v1.90.3.tar.gz b/v1.90.3.tar.gz deleted file mode 100644 index 4e2c3b7..0000000 --- a/v1.90.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40b302d01092c9393373b372fe07ea33ac69e9491893ebab3bf952b2c1f5fd23 -size 1660047 diff --git a/v1.90.4.tar.gz b/v1.90.4.tar.gz new file mode 100644 index 0000000..5c72ffa --- /dev/null +++ b/v1.90.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9dc738af74efa357f2a9fc39fe4a28d29ef1dfc725dd2977ccf3f3194e996e +size 1661449