| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2022-07-27 | Replace stateful widgets with new `iced_pure` API | 1 | -278/+0 | ||
| 2022-07-18 | Fix `max_height` for `Scrollable` | 1 | -0/+1 | ||
| 2022-06-07 | Implement theme styling for `Scrollable` | 1 | -10/+19 | ||
| 2022-05-14 | Draft first-class `Theme` support | 1 | -0/+2 | ||
| RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
| 2022-05-02 | Write documentation for `iced_pure` | 1 | -0/+1 | ||
| 2022-03-29 | Loose lifetime bounds in `pure::Widget` implementations | 1 | -2/+2 | ||
| 2022-03-16 | Export widget modules in `iced_pure` | 1 | -1/+1 | ||
| ... and fix collisions with the new `helpers` | |||||
| 2022-02-17 | Implement `pure::Component` in `iced_lazy` | 1 | -2/+2 | ||
| 2022-02-16 | Fix `overlay` translation for `Scrollable` in `iced_pure` | 1 | -6/+19 | ||
| 2022-02-16 | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 1 | -0/+14 | ||
| 2022-02-16 | Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree` | 1 | -11/+9 | ||
| 2022-02-12 | Implement pure version of `todos` example :tada: | 1 | -53/+33 | ||
| The `Widget` trait in `iced_pure` needed to change a bit to make the implementation of `Element::map` possible. Specifically, the `children` method has been split into `diff` and `children_state`. | |||||
| 2022-02-12 | Implement `Scrollable` in `iced_pure` | 1 | -0/+268 | ||
