Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -388/+0 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -1/+1 | ||
... and check those in CI as well! | |||||
2022-07-09 | Fix further `clippy` lints | 1 | -1/+1 | ||
... and explicitly annotate crates as well. | |||||
2022-05-14 | Draft first-class `Theme` support | 1 | -2/+8 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-25 | fix: panic when using pure component in pure responsive | 1 | -2/+3 | ||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -1/+1 | ||
... and fix collisions with the new `helpers` | |||||
2022-03-14 | Fix incorrect `layout` in `Widget::overlay` for `pure::Responsive` | 1 | -5/+21 | ||
2022-03-07 | Implement `pure::Responsive` in `iced_lazy` | 1 | -0/+365 | ||