summaryrefslogtreecommitdiffstats
path: root/pure/src/helpers.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-247/+0
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-2/+3
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-0/+1
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez1-0/+2
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-0/+1
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-0/+1
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-0/+1
2022-06-01Implement theme styling for `ProgressBar`Libravatar Héctor Ramón Jiménez1-2/+6
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-2/+10
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-0/+1
... and wire up theming to the `styling` example.
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-2/+3
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-1/+0
2022-05-26Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez1-3/+5
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-1/+6
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-05-04Fix vertical rule helperLibravatar Cory Forsstrom1-1/+1
2022-05-02Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+50
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-2/+8
2022-04-22Implemented Tooltip as PureLibravatar Casper Rogild Storm1-0/+11
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+153
... and fix collisions with the new `helpers`