Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 1 | -3/+7 | |
* | Implement `TextInput` in `iced_pure` | 2022-02-12 | 1 | -0/+14 | |
* | Implement `Scrollable` in `iced_pure` | 2022-02-12 | 1 | -0/+9 | |
* | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 1 | -0/+13 | |
* | Reuse `Text` widget from `iced_native` in `iced_pure` | 2022-02-12 | 1 | -1/+1 | |
* | Implement `Container` widget in `iced_pure` | 2022-02-12 | 1 | -0/+11 | |
* | Implement `Row` in `iced_pure` | 2022-02-11 | 1 | -0/+6 | |
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 1 | -7/+7 | |
* | Expose function helpers to build widgets in `pure::widget` | 2022-02-11 | 1 | -0/+17 | |
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 1 | -0/+73 |