summaryrefslogtreecommitdiffstats
path: root/runtime/src/user_interface (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-06-14Use nested for lazy widgetsLibravatar Cory Forsstrom1-342/+0
2023-06-14Cursor availability during on_eventLibravatar Cory Forsstrom1-23/+50
2023-06-14Remove interior mutabilityLibravatar Cory Forsstrom1-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.
2023-06-14Use layout with children for nestingLibravatar Cory Forsstrom1-59/+71
2023-06-14Cursor availability by layerLibravatar Cory Forsstrom1-6/+28
2023-06-14Remove unwraps in `overlay::Nested` and fix `mouse_interaction`Libravatar Cory Forsstrom1-51/+69
2023-06-14Prioritize mouse interaction of deepest `Overlay`Libravatar Cory Forsstrom1-9/+21
2023-06-14Render nested in layerLibravatar Cory Forsstrom1-1/+3
2023-06-14Introduce internal `overlay::Nested` for `UserInterface`Libravatar Cory Forsstrom1-0/+288