Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2025-02-18 | Add `bounds` argument to `Component::operate` | 1 | -1/+4 | ||
2025-02-14 | Fix `Component` not diffing when its state is recreated | 1 | -0/+3 | ||
2025-02-04 | Take `Event` by reference in `Widget::update` | 2 | -4/+4 | ||
2025-02-02 | Refactor and simplify `input_method` API | 1 | -25/+4 | ||
2025-02-02 | Draft `input_method` support | 1 | -0/+2 | ||
2024-12-02 | Run `cargo fmt` | 1 | -5/+2 | ||
2024-12-02 | Fix new `clippy` lints | 2 | -16/+16 | ||
2024-11-06 | Rename `Overlay::on_event` to `update` | 2 | -4/+4 | ||
2024-11-05 | Fix deferred layout on resize after drawing | 1 | -10/+13 | ||
2024-11-05 | Rename `Widget::on_event` to `update` | 2 | -4/+4 | ||
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2 | -42/+32 | ||
2024-11-05 | Split `Shell::request_redraw` into two different methods | 1 | -2/+17 | ||
2024-10-24 | Fix `responsive` diffing when `Tree` is emptied by ancestors | 1 | -1/+4 | ||
2024-10-04 | Fix `responsive`, `component`, and `lazy` always returning an `overlay` | 2 | -38/+46 | ||
2024-10-04 | Implement `Overlay::operate` for `responsive::Overlay` | 1 | -0/+11 | ||
2024-09-13 | Document how the state of a `Component` can be managed | 1 | -0/+13 | ||
2024-09-05 | Deprecate the `component` widget | 2 | -0/+13 | ||
2024-09-05 | Flag `lazy` feature types directly | 3 | -2/+5 | ||
Co-authored-by: JL710 <76447362+JL710@users.noreply.github.com> | |||||
2024-08-08 | Introduce `black_box` and `chain` in `widget::operation` | 2 | -4/+4 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 2 | -58/+5 | ||
2024-06-11 | Allow `dead_code` in `widget::lazy::cache` | 1 | -0/+1 | ||
2024-03-21 | Fix layout invalidation for `Responsive` widget | 2 | -11/+36 | ||
2024-02-21 | Add `size_hint` method to `Component` trait | 1 | -4/+17 | ||
This can be used to aid the sizing strategy of some containers directly in the component definition, instead of stating the sizes explicitly in `view` logic. | |||||
2024-02-15 | Make `horizontal_space` and `vertical_space` fill by default | 1 | -1/+1 | ||
2024-02-01 | Remove `position` from `overlay::Element` | 2 | -40/+14 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 4 | -75/+96 | ||
2024-01-10 | Replace `width` and `height` with `Widget::size` | 2 | -12/+7 | ||
2024-01-10 | Introduce `Widget::size_hint` and fix further layout inconsistencies | 1 | -0/+7 | ||
2024-01-05 | Fix doc to include missing feature tags | 1 | -0/+3 | ||
Helper functions behind `lazy` feature were missing the tag in the documentation. | |||||
2023-11-21 | Fix `Overlay` composition | 2 | -3/+6 | ||
Translations were not easily composable. | |||||
2023-09-20 | Fix `clippy::redundant-closure-for-method-calls` | 1 | -1/+1 | ||
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | 1 | -2/+2 | ||
2023-09-01 | Fix `Widget::layout` for `Component` | 1 | -1/+7 | ||
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | 2 | -5/+5 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 2 | -9/+11 | ||
2023-07-27 | Introduce `visible_bounds` operation for `Container` | 1 | -3/+7 | ||
2023-07-15 | Add viewport to Widget::on_event | 2 | -0/+4 | ||
2023-07-09 | fix: request redraw in component overlay | 1 | -0/+4 | ||
2023-06-14 | Use nested for lazy widgets | 2 | -29/+40 | ||
2023-06-14 | Introduce internal `overlay::Nested` for `UserInterface` | 2 | -4/+14 | ||
2023-06-08 | Implement basic cursor availability | 2 | -53/+26 | ||
2023-06-01 | Invalidate `Responsive` layout when size changes without a `view` call | 1 | -0/+1 | ||
2023-05-11 | Write missing documentation in `iced_widget` | 1 | -0/+8 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 4 | -0/+1054 | ||