Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-03-29 | Use State::new() for State::default() | 1 | -3/+1 | |
2022-03-29 | Implement `Default` for `pure::State` | 1 | -0/+8 | |
2022-03-29 | Loose lifetime bounds in `pure::Widget` implementations | 1 | -2/+2 | |
2022-03-16 | Export widget modules in `iced_pure` | 1 | -1/+6 | |
2022-02-16 | Add `overlay` support in `iced_pure` and port `PickList` :tada: | 1 | -0/+13 | |
2022-02-12 | Implement pure version of `todos` example :tada: | 1 | -1/+2 | |
2022-02-11 | Allow pure widgets to borrow from `Application` data :tada: | 1 | -29/+25 | |
2022-02-11 | Rename `iced_virtual` to `iced_pure` | 1 | -4/+4 | |
2022-02-10 | Implement `Into<Element>` for `&'static str` in `iced_virtual` | 1 | -2/+2 | |
2022-02-10 | Draft virtual `Button`, `Column`, and `Text` | 1 | -11/+96 | |
2022-02-09 | Draft `iced_virtual` subcrate | 1 | -0/+61 |