Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -556/+0 | ||
2022-07-09 | Fix Wasm build of `todos` example | 1 | -7/+7 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -14/+14 | ||
... and check those in CI as well! | |||||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -3/+3 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -59/+7 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -2/+3 | ||
... and fix collisions with the new `helpers` | |||||
2022-02-12 | Add `max_width` to `Column` in `iced_pure` | 1 | -1/+9 | ||
2022-02-12 | Implement pure version of `todos` example :tada: | 1 | -0/+599 | ||
The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. |