summaryrefslogtreecommitdiffstats
path: root/pure/src/element.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | If Map does not override overlay(), calling map() on a pure Element breaks any pick_list inside it (its overlay does not appear). Fix it by implementing overlay() the same way iced_native::element::Map does.
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-0/+163
... and fix collisions with the new `helpers`