summaryrefslogtreecommitdiffstats
path: root/pure/src/element.rs (follow)
Commit message (Collapse)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
| | | | RFC: https://github.com/iced-rs/rfcs/pull/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
| | | | | | | | 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`