|
@@ -45,11 +45,12 @@ Other Changes:
|
|
It is a rather unusual or useless combination of features but no reason it shouldn't work!
|
|
It is a rather unusual or useless combination of features but no reason it shouldn't work!
|
|
- DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case
|
|
- DragFloat, DragScalar: Fixed ImGuiSliderFlags_ClampOnInput not being honored in the special case
|
|
where v_min == v_max. (#3361)
|
|
where v_min == v_max. (#3361)
|
|
|
|
+- Nav: Fix navigation resuming on first visible item when using gamepad. [@rokups]
|
|
- BeginMenuBar: Fixed minor bug where CursorPosMax gets pushed to CursorPos prior to calling BeginMenuBar(),
|
|
- BeginMenuBar: Fixed minor bug where CursorPosMax gets pushed to CursorPos prior to calling BeginMenuBar(),
|
|
so e.g. calling the function at the end of a window would often add +ItemSpacing.y to scrolling range.
|
|
so e.g. calling the function at the end of a window would often add +ItemSpacing.y to scrolling range.
|
|
-- TreeNode, CollapsingHeader: Made clicking on arrow toggle toggle the open state on the Mouse Down event
|
|
|
|
- rather than the Mouse Down+Up sequence, even if the _OpenOnArrow flag isn't set. This is standard behavior
|
|
|
|
- and amends the change done in 1.76 which only affected cases were _OpenOnArrow flag was set.
|
|
|
|
|
|
+- TreeNode, CollapsingHeader: Made clicking on arrow toggle toggle the open state on the Mouse Down event
|
|
|
|
+ rather than the Mouse Down+Up sequence, even if the _OpenOnArrow flag isn't set. This is standard behavior
|
|
|
|
+ and amends the change done in 1.76 which only affected cases were _OpenOnArrow flag was set.
|
|
(This is also necessary to support full multi/range-select/drag and drop operations.)
|
|
(This is also necessary to support full multi/range-select/drag and drop operations.)
|
|
- Tab Bar: Keep tab item close button visible while dragging a tab (independent of hovering state).
|
|
- Tab Bar: Keep tab item close button visible while dragging a tab (independent of hovering state).
|
|
- Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.
|
|
- Metrics: Various tweaks, listing windows front-to-back, greying inactive items when possible.
|