| Commit message (Expand) | Author | Age | Files | Lines |
* | Take `Event` by reference in `Widget::update` | Héctor Ramón Jiménez | 2025-02-04 | 2 | -11/+4 |
* | Fix new `clippy` lints | Héctor Ramón Jiménez | 2024-12-02 | 2 | -10/+10 |
* | Rename `Overlay::on_event` to `update` | Héctor Ramón Jiménez | 2024-11-06 | 2 | -6/+6 |
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | Héctor Ramón Jiménez | 2024-11-05 | 2 | -24/+16 |
* | Introduce `black_box` and `chain` in `widget::operation` | Héctor Ramón Jiménez | 2024-08-08 | 2 | -3/+3 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 2 | -57/+5 |
* | Remove `position` from `overlay::Element` | Héctor Ramón Jiménez | 2024-02-01 | 2 | -49/+8 |
* | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2024-01-21 | 2 | -32/+41 |
* | Fix `Overlay` composition | Héctor Ramón Jiménez | 2023-11-21 | 2 | -8/+21 |
* | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 2 | -4/+4 |
* | Make `widget::Tree` mutable in `Widget::layout` | Héctor Ramón Jiménez | 2023-08-30 | 2 | -4/+4 |
* | Introduce `visible_bounds` operation for `Container` | Héctor Ramón Jiménez | 2023-07-27 | 2 | -3/+6 |
* | Add nested overlay method to group & map | Cory Forsstrom | 2023-06-14 | 2 | -0/+25 |
* | Introduce internal `overlay::Nested` for `UserInterface` | Cory Forsstrom | 2023-06-14 | 2 | -6/+32 |
* | Implement basic cursor availability | Héctor Ramón Jiménez | 2023-06-08 | 2 | -42/+21 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 2 | -0/+442 |