summaryrefslogtreecommitdiffstats
path: root/runtime/src/overlay/nested.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-20Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez1-1/+1
2023-09-09Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang1-1/+3
2023-06-21Fix `translation` in `layout` of `Nested` overlayLibravatar Héctor Ramón Jiménez1-1/+1
2023-06-14Fix cursor availability in `overlay::Nested::draw`Libravatar Héctor Ramón Jiménez1-1/+1
2023-06-14Use nested for lazy widgetsLibravatar Cory Forsstrom1-1/+12
2023-06-14Cursor availability during on_eventLibravatar Cory Forsstrom1-23/+50
2023-06-14Remove interior mutabilityLibravatar Cory Forsstrom1-62/+23
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