Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 3 | -492/+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-07-08 | Make widget aliases in `iced` compatible with `iced_native` | 1 | -40/+29 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -2/+1 | ||
2022-06-07 | Implement theme styling for `Container` | 1 | -1/+1 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -1/+1 | ||
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -1/+1 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -1/+1 | ||
... and wire up theming to the `styling` example. | |||||
2022-05-27 | Implement theme styling for `Radio` | 1 | -3/+3 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 1 | -1/+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 | 2 | -25/+4 | ||
... and remove `Application::background_color` | |||||
2022-05-14 | Draft first-class `Theme` support | 3 | -40/+77 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-04-30 | Point repository links to `0.4` branch in documentation | 1 | -1/+1 | ||
2022-04-22 | Implemented Tooltip as Pure | 1 | -0/+10 | ||
2022-03-22 | Implement `pure` version of `Svg` widget | 1 | -0/+6 | ||
2022-03-21 | Implement `pure` version of `QRCode` widget | 1 | -0/+6 | ||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -0/+155 | ||
... and fix collisions with the new `helpers` | |||||
2022-02-20 | Fix `subscription` for `iced::pure::Application` | 1 | -0/+4 | ||
2022-02-11 | Allow pure widgets to borrow from `Application` data :tada: | 2 | -4/+4 | ||
2022-02-11 | Expose `iced_pure` through a `pure` feature in `iced` | 2 | -0/+301 | ||
Besides exposing the `iced_pure` crate, enabling the `pure` feature also provides pure versions of both the `Application` and `Sandbox` traits! :tada: |