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