summaryrefslogtreecommitdiffstats
path: root/src/pure (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-08Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez1-2/+6
2022-07-08Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez1-0/+1
2022-07-08Make widget aliases in `iced` compatible with `iced_native`Libravatar Héctor Ramón Jiménez1-40/+29
2022-06-07Implement theme styling for `PickList` and `Menu`Libravatar Héctor Ramón Jiménez1-2/+1
2022-06-07Implement theme styling for `Container`Libravatar Héctor Ramón Jiménez1-1/+1
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-1/+1
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-1/+1
2022-06-01Implement theme styling for `Toggler`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-3/+3
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-26Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez1-2/+3
2022-05-25Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2-25/+4
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez3-40/+77
2022-04-30Point repository links to `0.4` branch in documentationLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-22Implemented Tooltip as PureLibravatar Casper Rogild Storm1-0/+10
2022-03-22Implement `pure` version of `Svg` widgetLibravatar Héctor Ramón Jiménez1-0/+6
2022-03-21Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez1-0/+6
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-0/+155
2022-02-20Fix `subscription` for `iced::pure::Application`Libravatar Héctor Ramón Jiménez1-0/+4
2022-02-11Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2-4/+4
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2-0/+301