summaryrefslogtreecommitdiffstats
path: root/src/pure.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-112/+0
* Remove redundant `crate::Theme` in alias of `Element`Libravatar Héctor Ramón Jiménez2022-07-081-1/+1
* Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`Libravatar Héctor Ramón Jiménez2022-07-081-2/+2
* Rename `theme::Definition` to `application::StyleSheet`Libravatar Héctor Ramón Jiménez2022-05-261-1/+1
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-2/+2
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-0/+78
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-0/+1
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-31/+6
* Implement `pure` version of `game_of_life` example :tada:Libravatar Héctor Ramón Jiménez2022-03-091-3/+3
* Implement `pure` version of `Canvas` widgetLibravatar Héctor Ramón Jiménez2022-03-091-0/+6
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-0/+1
* Expose additional helpers in `iced::pure`Libravatar Héctor Ramón Jiménez2022-02-131-1/+16
* Implement `Image` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-131-1/+4
* Implement pure version of `todos` example :tada:Libravatar Héctor Ramón Jiménez2022-02-121-1/+4
* Allow pure widgets to borrow from `Application` data :tada:Libravatar Héctor Ramón Jiménez2022-02-111-1/+2
* Expose `iced_pure` through a `pure` feature in `iced`Libravatar Héctor Ramón Jiménez2022-02-111-0/+29