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