Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -247/+0 | ||
2022-06-29 | Introduce `StyleSheet` for `Text` widget | 1 | -2/+3 | ||
2022-06-07 | Implement theme styling for `PickList` and `Menu` | 1 | -0/+1 | ||
2022-06-07 | Implement theme styling for `Container` | 1 | -0/+2 | ||
2022-06-07 | Implement theme styling for `Scrollable` | 1 | -0/+1 | ||
2022-06-07 | Implement theme styling for `TextInput` | 1 | -0/+1 | ||
2022-06-04 | Implement theme styling for `Checkbox` | 1 | -0/+1 | ||
2022-06-01 | Implement theme styling for `ProgressBar` | 1 | -2/+6 | ||
2022-06-01 | Implement theme styling for `Rule` | 1 | -2/+10 | ||
2022-06-01 | Implement theme styling for `Toggler` | 1 | -0/+1 | ||
... and wire up theming to the `styling` example. | |||||
2022-05-27 | Implement theme styling for `Radio` | 1 | -2/+3 | ||
2022-05-26 | Rename `Variant` to `Style` and `Style` to `Appearance` | 1 | -1/+0 | ||
2022-05-26 | Implement theme styling for `Slider` | 1 | -3/+5 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -1/+6 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-05-04 | Fix vertical rule helper | 1 | -1/+1 | ||
2022-05-02 | Write documentation for `iced_pure` | 1 | -0/+50 | ||
2022-04-30 | Fix broken intra-doc links in documentation | 1 | -2/+8 | ||
2022-04-22 | Implemented Tooltip as Pure | 1 | -0/+11 | ||
2022-03-16 | Export widget modules in `iced_pure` | 1 | -0/+153 | ||
... and fix collisions with the new `helpers` |