| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -3/+3 | ||
| 2024-11-06 | Rename `Overlay::on_event` to `update` | 1 | -2/+2 | ||
| 2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 1 | -39/+35 | ||
| 2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | 1 | -2/+2 | ||
| 2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -2/+2 | ||
| 2024-02-01 | Remove `position` from `overlay::Element` | 1 | -17/+4 | ||
| 2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -18/+20 | ||
| 2023-11-21 | Remove unused `position` argument in `overlay::Nested` | 1 | -10/+3 | ||
| 2023-11-21 | Fix `Overlay` composition | 1 | -5/+13 | ||
| Translations were not easily composable. | |||||
| 2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | 1 | -1/+1 | ||
| 2023-09-09 | Fix majority of unresolved documentation links | 1 | -1/+3 | ||
| 2023-06-21 | Fix `translation` in `layout` of `Nested` overlay | 1 | -1/+1 | ||
| 2023-06-14 | Fix cursor availability in `overlay::Nested::draw` | 1 | -1/+1 | ||
| 2023-06-14 | Use nested for lazy widgets | 1 | -1/+12 | ||
| 2023-06-14 | Cursor availability during on_event | 1 | -23/+50 | ||
| 2023-06-14 | Remove interior mutability | 1 | -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-14 | Use layout with children for nesting | 1 | -59/+71 | ||
| 2023-06-14 | Cursor availability by layer | 1 | -6/+28 | ||
| 2023-06-14 | Remove unwraps in `overlay::Nested` and fix `mouse_interaction` | 1 | -51/+69 | ||
| 2023-06-14 | Prioritize mouse interaction of deepest `Overlay` | 1 | -9/+21 | ||
| 2023-06-14 | Render nested in layer | 1 | -1/+3 | ||
| 2023-06-14 | Introduce internal `overlay::Nested` for `UserInterface` | 1 | -0/+288 | ||
