mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Version 1.89.2
This commit is contained in:
@ -32,16 +32,13 @@ HOW TO UPDATE?
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.89.2 WIP (In Progress)
|
||||
VERSION 1.89.2 (Released 2023-01-05)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Breaking changes:
|
||||
Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v1.89.2
|
||||
|
||||
Other changes:
|
||||
|
||||
- Fixed cases where CTRL+Tab or Modal can occasionally lead to the creation of ImDrawCmd with
|
||||
zero triangles, which would makes the render loop of some backends assert (e.g. Metal with
|
||||
debugging, Allegro). (#4857, #5937)
|
||||
- Tables, Nav, Scrolling: fixed scrolling functions and focus tracking with frozen rows and
|
||||
frozen columns. Windows now have a better understanding of outer/inner decoration sizes,
|
||||
which should later lead us toward more flexible uses of menu/status bars. (#5143, #3692)
|
||||
@ -49,6 +46,9 @@ Other changes:
|
||||
- Tables, Columns: fixed cases where empty columns may lead to empty ImDrawCmd. (#4857, #5937)
|
||||
- Tables: fixed matching width of synchronized tables (multiple tables with same id) when only
|
||||
some instances have a vertical scrollbar and not all. (#5920)
|
||||
- Fixed cases where CTRL+Tab or Modal can occasionally lead to the creation of ImDrawCmd with
|
||||
zero triangles, which would makes the render loop of some backends assert (e.g. Metal with
|
||||
debugging, Allegro). (#4857, #5937)
|
||||
- Inputs, IO: reworked ImGuiMod_Shortcut to redirect to Ctrl/Super at runtime instead of
|
||||
compile-time, being consistent with our support for io.ConfigMacOSXBehaviors and making it
|
||||
easier for bindings generators to process that value. (#5923, #456)
|
||||
|
Reference in New Issue
Block a user