Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take `Event` by reference in `Widget::update` | 2025-02-04 | 1 | -2/+2 | |
| | |||||
* | Run `cargo fmt` | 2024-12-02 | 1 | -5/+2 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -6/+6 | |
| | |||||
* | Rename `Overlay::on_event` to `update` | 2024-11-06 | 1 | -2/+2 | |
| | |||||
* | Fix deferred layout on resize after drawing | 2024-11-05 | 1 | -10/+13 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -2/+2 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -21/+10 | |
| | |||||
* | Fix `responsive` diffing when `Tree` is emptied by ancestors | 2024-10-24 | 1 | -1/+4 | |
| | |||||
* | Fix `responsive`, `component`, and `lazy` always returning an `overlay` | 2024-10-04 | 1 | -1/+5 | |
| | |||||
* | Implement `Overlay::operate` for `responsive::Overlay` | 2024-10-04 | 1 | -0/+11 | |
| | |||||
* | Flag `lazy` feature types directly | 2024-09-05 | 1 | -0/+1 | |
| | | | | Co-authored-by: JL710 <76447362+JL710@users.noreply.github.com> | ||||
* | Introduce `black_box` and `chain` in `widget::operation` | 2024-08-08 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -1/+1 | |
| | |||||
* | Fix layout invalidation for `Responsive` widget | 2024-03-21 | 1 | -11/+34 | |
| | |||||
* | Make `horizontal_space` and `vertical_space` fill by default | 2024-02-15 | 1 | -1/+1 | |
| | |||||
* | Remove `position` from `overlay::Element` | 2024-02-01 | 1 | -17/+6 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -29/+42 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | Fix `Overlay` composition | 2023-11-21 | 1 | -2/+4 | |
| | | | | Translations were not easily composable. | ||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -2/+2 | |
| | |||||
* | Make `widget::Tree` mutable in `Widget::layout` | 2023-08-30 | 1 | -3/+3 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -8/+9 | |
| | |||||
* | Add viewport to Widget::on_event | 2023-07-15 | 1 | -0/+2 | |
| | |||||
* | Use nested for lazy widgets | 2023-06-14 | 1 | -12/+15 | |
| | |||||
* | Introduce internal `overlay::Nested` for `UserInterface` | 2023-06-14 | 1 | -2/+7 | |
| | |||||
* | Implement basic cursor availability | 2023-06-08 | 1 | -36/+14 | |
| | |||||
* | Invalidate `Responsive` layout when size changes without a `view` call | 2023-06-01 | 1 | -0/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-05-02 | 1 | -21/+33 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+427 | |