Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2024-12-02 | Fix new `clippy` lints | 1 | -1/+1 | ||
2024-07-12 | Improve `Border` ergonomics | 1 | -16/+23 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -2/+2 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+2 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -8/+3 | ||
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | |||||
2024-03-18 | refactor: replace `text(format!(` with `text` macro | 1 | -2/+2 | ||
2024-03-16 | Introduce `Program` API | 1 | -11/+9 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -6/+3 | ||
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | 1 | -6/+8 | ||
2024-01-20 | Make `shadow` optional in `renderer::Quad` | 1 | -1/+1 | ||
2024-01-20 | feat: quad shadows | 1 | -4/+49 | ||
2024-01-10 | Replace `width` and `height` with `Widget::size` | 1 | -6/+5 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+2 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | 1 | -1/+1 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -0/+1 | ||
2023-06-08 | Implement basic cursor availability | 1 | -2/+3 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 2 | -6/+5 | ||
2022-12-02 | Ask `clippy` to behave | 1 | -0/+1 | ||
2022-12-02 | Add `custom_quad` example | 2 | -0/+169 | ||
Thanks to @rksm :bow: |