Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -195/+0 | ||
2022-07-08 | Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure` | 1 | -2/+6 | ||
2022-07-08 | Fix missing docs in `iced` crate | 1 | -0/+1 | ||
2022-05-26 | Rename `theme::Definition` to `application::StyleSheet` | 1 | -2/+3 | ||
2022-05-25 | Let a `Theme` control the background color of an application | 1 | -13/+3 | ||
... and remove `Application::background_color` | |||||
2022-05-14 | Draft first-class `Theme` support | 1 | -6/+19 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-02-20 | Fix `subscription` for `iced::pure::Application` | 1 | -0/+4 | ||
2022-02-11 | Allow pure widgets to borrow from `Application` data :tada: | 1 | -2/+2 | ||
2022-02-11 | Expose `iced_pure` through a `pure` feature in `iced` | 1 | -0/+182 | ||
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: |