Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -3/+3 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -2/+2 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -39/+35 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -2/+2 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -2/+2 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -17/+4 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -18/+20 | |
| | |||||
* | Remove unused `position` argument in `overlay::Nested` | 2023-11-21 | 1 | -10/+3 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -5/+13 | |
| | | | | Translations were not easily composable. | ||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -1/+3 | |
| | |||||
* | Fix `translation` in `layout` of `Nested` overlay | 2023-06-21 | 1 | -1/+1 | |
| | |||||
* | Fix cursor availability in `overlay::Nested::draw` | 2023-06-14 | 1 | -1/+1 | |
| | |||||
* | Use nested for lazy widgets | 2023-06-14 | 1 | -0/+353 | |