Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -172/+0 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -2/+1 | ||
... and check those in CI as well! | |||||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -4/+6 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -2/+4 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 1 | -4/+0 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -1/+8 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-25 | remove example | 1 | -9/+5 | ||
2022-04-25 | add example | 1 | -5/+9 | ||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -5/+3 | ||
... and fix collisions with the new `helpers` | |||||
2022-03-07 | Implement `pure::Responsive` in `iced_lazy` | 1 | -2/+2 | ||
2022-02-17 | Implement `pure` version of `component` example | 1 | -0/+168 | ||