summaryrefslogtreecommitdiffstats
path: root/runtime/src/user_interface (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cursor availability during on_eventLibravatar Cory Forsstrom2023-06-141-23/+50
|
* Remove interior mutabilityLibravatar Cory Forsstrom2023-06-141-62/+23
| | | | | Nested doesn't need to implement Overlay trait, it can be be used mutably in user interface so we don't need interior mutability.
* Use layout with children for nestingLibravatar Cory Forsstrom2023-06-141-59/+71
|
* Cursor availability by layerLibravatar Cory Forsstrom2023-06-141-6/+28
|
* Remove unwraps in `overlay::Nested` and fix `mouse_interaction`Libravatar Cory Forsstrom2023-06-141-51/+69
|
* Prioritize mouse interaction of deepest `Overlay`Libravatar Cory Forsstrom2023-06-141-9/+21
|
* Render nested in layerLibravatar Cory Forsstrom2023-06-141-1/+3
|
* Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom2023-06-141-0/+288