summaryrefslogtreecommitdiffstats
path: root/runtime/src/overlay/nested.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-04Take `Event` by reference in `Widget::update`Libravatar Héctor Ramón Jiménez1-3/+3
2024-11-06Rename `Overlay::on_event` to `update`Libravatar Héctor Ramón Jiménez1-2/+2
2024-11-05Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez1-39/+35
2024-08-08Introduce `black_box` and `chain` in `widget::operation`Libravatar Héctor Ramón Jiménez1-2/+2
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-2/+2
2024-02-01Remove `position` from `overlay::Element`Libravatar Héctor Ramón Jiménez1-17/+4
2024-01-21Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez1-18/+20
2023-11-21Remove unused `position` argument in `overlay::Nested`Libravatar Héctor Ramón Jiménez1-10/+3
2023-11-21Fix `Overlay` compositionLibravatar Héctor Ramón Jiménez1-5/+13
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