Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Loose lifetime bounds in `pure::Widget` implementations | 2022-03-29 | 1 | -2/+2 | |
| | |||||
* | Forward overlay() calls in iced_pure::element::Map | 2022-03-26 | 1 | -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` | 2022-03-16 | 1 | -0/+163 | |
... and fix collisions with the new `helpers` |