summaryrefslogtreecommitdiffstats
path: root/src/pure/application.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-195/+0
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-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énez1-13/+3
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-6/+19
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énez1-2/+2
2022-02-11Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez1-0/+182