mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 20:18:47 +02:00
Nav: Record/restore preferred position on each given axis.
Tagging #6344 #6003 #2694 #1688 as it relates to scoring, however this doesn't technically fix any of them fully yet. But e.g. once we restore axial path for #2694 this commit will allow going back and forth to initial location.
This commit is contained in:
@ -51,6 +51,10 @@ Other changes:
|
||||
- Drag, Sliders: if the format string doesn't contain any %, CTRL+Click to input text will
|
||||
use the default format specifier for the type. Allow display/input of raw value when using
|
||||
"enums" patterns (display label instead of value) + allow using when value is hidden. (#6405)
|
||||
- Nav: Record/restore preferred position on each given axis after a movement on that axis,
|
||||
then score movement on the other axis using this as a bias. This allows going up and down
|
||||
between e.g. a large header spanning horizontal space and three-ways-columns, landing
|
||||
on the same column as before.
|
||||
- Nav: Fixed navigation within tables/columns where item boundaries goes beyond columns limits,
|
||||
unclipped bounding boxes would interfere with other columns. (#2221) [@zzzyap, @ocornut]
|
||||
- Nav: Fixed CTRL+Tab into a root window with only childs with _NavFlattened flags
|
||||
|
Reference in New Issue
Block a user