summaryrefslogtreecommitdiffstats
path: root/src/pure/application.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez2022-07-081-2/+6
* Fix missing docs in `iced` crateLibravatar Héctor Ramón Jiménez2022-07-081-0/+1
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-2/+3
* Let a `Theme` control the background color of an applicationLibravatar Héctor Ramón Jiménez2022-05-251-13/+3
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-6/+19
* Fix `subscription` for `iced::pure::Application`Libravatar Héctor Ramón Jiménez2022-02-201-0/+4
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-111-2/+2
* Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-111-0/+182