summaryrefslogtreecommitdiffstats
path: root/pure/src/overlay.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-29/+0
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-1/+4
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-0/+5
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-1/+1
| | | | ... and fix collisions with the new `helpers`
* Implement `pure::Component` in `iced_lazy`Libravatar Héctor Ramón Jiménez2022-02-171-3/+3
|
* Add `overlay` support in `iced_pure` and port `PickList` :tada:Libravatar Héctor Ramón Jiménez2022-02-161-0/+21