Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -346/+0 | |
| | |||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -1/+6 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Use `Borrow` instead of `AsRef` to allow easier casting | 2022-05-06 | 1 | -3/+13 | |
| | |||||
* | Take `AsRef<Widget>` instead of `Element` in `Tree` API | 2022-05-06 | 1 | -0/+8 | |
| | |||||
* | Write documentation for `iced_pure` | 2022-05-02 | 1 | -0/+146 | |
| | |||||
* | 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` |