2017-10-13 |
Nav: Internals: Renamed ImGuiButtonFlags_NoNavOverride to ImGuiButtonFlags_NoNavFocus + fixed a theorically missing test in ButtonBehavior() (#787)
omar
committed
on 13 Oct 2017
|
---|---|
Nav: Internals: Renamed SetActiveIDNoNav -> SetActiveID() and old SetActiveID() -> SetFocusID(), both functions needs to be called when both are desirabled. (#787)
...
omar
committed
on 13 Oct 2017
|
|
2017-10-11 |
Nav: More consistently drawing a (thin) navigation rectangle hover filled frames such as tree nodes, collapsing header, menus. (#787)
omar
committed
on 11 Oct 2017
|
2017-10-06 |
Nav: Renaming NavInitDefaultRequest -> NavInitRequest
omar
committed
on 6 Oct 2017
|
Nav: Caching into g.NavAnyRequest to minimize hot path cost (and so we can add many more request sources)
omar
committed
on 6 Oct 2017
|
|
Nav: Minor tweaks also toward removing processing from ItemAdd()
omar
committed
on 6 Oct 2017
|
|
|
|
Internal: ItemAdd(), IsClippedEx(): removed unnecessary indirection for ID parameter
omar
committed
on 6 Oct 2017
|
|
2017-10-05 |
Added ActivateItem(), GetItemID() functions.
omar
committed
on 5 Oct 2017
|
Nav: Tidying up activation mechanism so that setting NavActivateId can trigger buttons.
omar
committed
on 5 Oct 2017
|
|
Nav: Fixed uninitialized context variables for sanity.
omar
committed
on 5 Oct 2017
|
|
Nav: Fixed uninitialized context variables for sanity.
omar
committed
on 5 Oct 2017
|
|
Nav: Menus and popups now have move request wrap around vertically (using the move request forward thing added recently). (#787)
omar
committed
on 5 Oct 2017
|
|
2017-10-04 |
Comments
omar
committed
on 4 Oct 2017
|
Nav: Added code to render thin highlight type. (#787)
omar
committed
on 4 Oct 2017
|
|
2017-10-03 |
Nav: Added NavMoveResultParentId internal info to record when the parent/context of a given NavId. Useful for various algorithms (currently looking at range selection stuff) (#787)
omar
committed
on 3 Oct 2017
|
Nav: Added NavJustNavigatedId internal info to record when we land on a given item after a navigation request, useful for various algorithms (currently looking at range selection stuff) (#787)
omar
committed
on 3 Oct 2017
|
|
2017-09-29 |
Nav: It's now possible to navigate sibling of a menu-bar while navigating inside one of their child. If a Left<>Right navigation request fails to find a match we forward the request to the root menu. (#787, #126)
...
omar
committed
on 29 Sep 2017
|
Nav: Taking note that we should aim to remove MenuBarAppending later.
omar
committed
on 29 Sep 2017
|
|
Nav: Fixed uninitialized variable (that had no side-effects due to the code/data flow involved)
omar
committed
on 29 Sep 2017
|
|
Nav: Renamed internal field.
omar
committed
on 29 Sep 2017
|
|
Nav: Rectangle rectangle stored per window and per layer as well. Makes things simpler, allows enable us to visualize more data.
omar
committed
on 29 Sep 2017
|
|
Nav: Store per-window last nav id also per-layer so we can easily query them for menu navigation code. (#787)
omar
committed
on 29 Sep 2017
|
|
|
|
2017-09-28 |
Nav: Commiting some better organized Debug helper because this going to stay for a bit.
omar
committed
on 28 Sep 2017
|
Comments
omar
committed
on 28 Sep 2017
|
|
ColorPicker4: Use nav flag to provide a slighly better experience when using navigation (#787, #346)
omar
committed
on 28 Sep 2017
|
|
Nav: Added ImGuiItemFlags_NoNav item flag
omar
committed
on 28 Sep 2017
|
|
Nav: Internal nenaming
omar
committed
on 28 Sep 2017
|
|
Comments
omar
committed
on 28 Sep 2017
|