Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -1/+1 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -1/+1 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -4/+2 | |
| | |||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Introduce `opaque` widget helper | 2024-04-25 | 1 | -1/+1 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -8/+5 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -6/+6 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -1/+2 | |
| | | | | Translations were not easily composable. | ||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -1/+1 | |
| | |||||
* | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 1 | -1/+15 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -3/+3 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+122 | |