Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-09-21 | Take `Cow` in `Text::new` | 1 | -3/+3 | |
2022-07-28 | Draft widget operations | 1 | -2/+2 | |
2022-07-27 | Fix `clippy` lints | 1 | -6/+6 | |
2022-07-27 | Use `ToString` for `Text::new` instead of `Into<String>` | 1 | -1/+1 | |
2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -23/+59 | |
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 | |
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 | |
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 |