Héctor Ramón Jiménez
664251f3f5
Draft first-class Theme support
...
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-05-14 01:56:32 +02:00
Héctor Ramón Jiménez
59aeb20600
Use Borrow instead of AsRef to allow easier casting
2022-05-06 23:35:13 +02:00
Héctor Ramón Jiménez
f1c1d519c5
Take AsRef<Widget> instead of Element in Tree API
2022-05-06 19:42:14 +02:00
Héctor Ramón Jiménez
e7d595c7de
Write documentation for iced_pure
2022-05-02 20:16:00 +02:00
Héctor Ramón Jiménez
d9d6dff550
Loose lifetime bounds in pure::Widget implementations
2022-03-29 18:24:17 +07:00
Marien Zwart
323a0b9e61
Forward overlay() calls in iced_pure::element::Map
...
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.
2022-03-26 18:42:26 +11:00
Héctor Ramón Jiménez
d7100fd259
Export widget modules in iced_pure
...
... and fix collisions with the new `helpers`
2022-03-16 17:37:19 +07:00