summaryrefslogtreecommitdiffstats
path: root/pure/src/element.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-346/+0
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-1/+6
* Use `Borrow` instead of `AsRef` to allow easier castingLibravatar Héctor Ramón Jiménez2022-05-061-3/+13
* Take `AsRef<Widget>` instead of `Element` in `Tree` APILibravatar Héctor Ramón Jiménez2022-05-061-0/+8
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-0/+146
* Loose lifetime bounds in `pure::Widget` implementationsLibravatar Héctor Ramón Jiménez2022-03-291-2/+2
* Forward overlay() calls in iced_pure::element::MapLibravatar Marien Zwart2022-03-261-2/+16
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-0/+163