e5dae905d9
Accepting request 1189723 from home:frantisek.simorda:branches:openSUSE:Factory
Marcus Meissner2024-08-01 19:10:40 +00:00
dcb4181f66
Accepting request 1161169 from devel:libraries:c_c++
Ana Guerrero2024-03-25 20:11:00 +00:00
15e82e0f14
- 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(),
Dirk Mueller2024-03-24 19:06:05 +00:00
50fbc38b71
Accepting request 1147786 from devel:libraries:c_c++
Ana Guerrero2024-02-20 20:15:04 +00:00
8b35a45310
Accepting request 1147657 from home:badshah400:branches:devel:libraries:c_c++
Jan Engelhardt2024-02-20 10:38:15 +00:00
a77fcdd7f3
Accepting request 1146644 from devel:libraries:c_c++
Ana Guerrero2024-02-14 22:20:17 +00:00
0d26137c38
Accepting request 1146531 from home:badshah400:branches:devel:libraries:c_c++
Jan Engelhardt2024-02-14 19:42:54 +00:00
4a163a388f
Accepting request 1140582 from devel:libraries:c_c++
Ana Guerrero2024-01-22 19:38:30 +00:00
8fd468fb9d
Accepting request 1140581 from home:dirkmueller:Factory
Jan Engelhardt2024-01-22 11:45:47 +00:00
ad8aa2bdc0
Accepting request 1128802 from devel:libraries:c_c++
Ana Guerrero2023-11-26 18:37:41 +00:00
c9e081ca26
- update to 1.90: * BeginChild(): Upgraded 'bool border = false' parameter to 'ImGuiChildFlags flags = 0'. * Added ImGuiChildFlags_Border value. As with our prior "bool-to-flags" API updates, the ImGuiChildFlags_Border value is guaranteed to be == true forever to ensure a smoother transition, meaning all existing calls will still work. * BeginChildFrame()/EndChildFrame(): removed functions in favor of using BeginChild() with the ImGuiChildFlags_FrameStyle flag. * IO: Removed io.MetricsActiveAllocations introduced in 1.63, was displayed in Metrics and unlikely to be accessed by end-user. Value still visible in the UI and easily to recompute from a delta. * Commented out runtime support for hardcoded ~0 or 0x01..0x0F rounding flags values for AddRect()/AddRectFilled()/PathRect()/AddImageRounded(). * too many changes to list here, see https://github.com/ocornut/imgui/releases/tag/v1.89.1 ship any actual functionality. ImGui suppose to be used as sources
Dirk Mueller2023-11-25 20:27:23 +00:00