Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement `Radio` in `iced_pure` | 2022-02-13 | 2 | -0/+141 | ||
* | Expose additional helpers in `iced::pure` | 2022-02-13 | 1 | -4/+14 | ||
* | Implement `Toggler` in `iced_pure` | 2022-02-13 | 3 | -0/+138 | ||
* | Implement `Slider` in `iced_pure` | 2022-02-13 | 3 | -2/+271 | ||
* | Implement `Image` in `iced_pure` | 2022-02-13 | 2 | -0/+81 | ||
* | Add `max_width` to `Column` in `iced_pure` | 2022-02-12 | 1 | -1/+14 | ||
* | Implement missing `on_event` and `mouse_interaction` for `Checkbox` in `iced_... | 2022-02-12 | 1 | -1/+41 | ||
* | Implement pure version of `todos` example :tada: | 2022-02-12 | 12 | -94/+261 | ||
* | Implement `TextInput` in `iced_pure` | 2022-02-12 | 2 | -0/+253 | ||
* | Implement `Scrollable` in `iced_pure` | 2022-02-12 | 4 | -9/+290 | ||
* | Implement `Checkbox` in `iced_pure` | 2022-02-12 | 2 | -0/+95 | ||
* | Reuse `Text` widget from `iced_native` in `iced_pure` | 2022-02-12 | 2 | -115/+18 | ||
* | Implement `Container` widget in `iced_pure` | 2022-02-12 | 2 | -0/+269 | ||
* | Use `TypeId` of `()` for `Column` and `Row` tags in `iced_pure` | 2022-02-11 | 2 | -4/+2 | ||
* | Implement `Row` in `iced_pure` | 2022-02-11 | 2 | -0/+229 | ||
* | Complete `Button` in `iced_pure` | 2022-02-11 | 1 | -2/+32 | ||
* | Expose reusable `Button` logic | 2022-02-11 | 2 | -124/+52 | ||
* | Allow pure widgets to borrow from `Application` data :tada: | 2022-02-11 | 8 | -93/+97 | ||
* | Expose function helpers to build widgets in `pure::widget` | 2022-02-11 | 2 | -2/+19 | ||
* | Rename `iced_virtual` to `iced_pure` | 2022-02-11 | 10 | -0/+1216 |