Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -300/+0 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -2/+1 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -45/+45 | ||
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -1/+3 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -4/+4 | ||
... and check those in CI as well! | |||||
2022-07-09 | Address Clippy lints | 1 | -4/+1 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -5/+7 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-02-23 | Remove `hash_layout` method from `Widget` trait | 1 | -8/+1 | ||
2021-10-30 | Implement `Widget::draw` for `QRCode` in `iced_graphics` | 1 | -47/+47 | ||
2021-10-18 | Move `Defaults` from `iced_graphics` to `iced_native` | 1 | -4/+5 | ||
2021-10-14 | Remove trait-specific draw logic in `iced_native` | 1 | -48/+49 | ||
2020-11-20 | Implement `QRCode` widget | 1 | -0/+305 | ||