|
|
@ -154,6 +154,8 @@ Docking+Viewports Branch:
|
|
|
|
docking hierarchy. Added ImGuiHoveredFlags_DockHierarchy flag to consider docking hierarchy in the test.
|
|
|
|
docking hierarchy. Added ImGuiHoveredFlags_DockHierarchy flag to consider docking hierarchy in the test.
|
|
|
|
- Nav: Fixed an issue with losing focus on docked windows when pressing Alt while keyboard navigation
|
|
|
|
- Nav: Fixed an issue with losing focus on docked windows when pressing Alt while keyboard navigation
|
|
|
|
is disabled. (#4547, #4439) [@PathogenDavid]
|
|
|
|
is disabled. (#4547, #4439) [@PathogenDavid]
|
|
|
|
|
|
|
|
- Docking: Fixed IsItemHovered() and functions depending on it (e.g. BeginPopupContextItem()) when
|
|
|
|
|
|
|
|
called after Begin() on a docked window (broken 2021/03/04). (#3851)
|
|
|
|
- Docking: Improved resizing system so that non-central zone are better at keeping their fixed size.
|
|
|
|
- Docking: Improved resizing system so that non-central zone are better at keeping their fixed size.
|
|
|
|
The algorithm is still not handling the repartition of size idealy for nested sibling, but it got better.
|
|
|
|
The algorithm is still not handling the repartition of size idealy for nested sibling, but it got better.
|
|
|
|
- Docking: Fixed settings load issue when mouse wheeling. (#4310)
|
|
|
|
- Docking: Fixed settings load issue when mouse wheeling. (#4310)
|
|
|
|