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