Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `pure` leftovers in `iced_graphics` | 2022-07-27 | 1 | -246/+0 | |
| | |||||
* | Fix doc example in `pure::canvas::Program` | 2022-07-09 | 1 | -1/+3 | |
| | | | The `widget` module was missing. | ||||
* | Update import path in pure canvas example | 2022-07-09 | 1 | -1/+1 | |
| | | | | | In current version, `iced::pure::canvas` would be unresolved. It should be `iced::pure::widget::canvas`. | ||||
* | Merge branch 'master' into theming | 2022-07-08 | 1 | -1/+2 | |
|\ | |||||
| * | Fix `Widget::tag` implementation of `pure::Canvas` | 2022-07-01 | 1 | -1/+2 | |
| | | | | | | | | | | Using `P::State` can cause a panic if the `Canvas` has `()` as `P::State` and replaces a stateless widget in a future `view` call. | ||||
* | | Implement theme styling for `Canvas` | 2022-06-07 | 1 | -14/+17 | |
| | | |||||
* | | Draft first-class `Theme` support | 2022-05-14 | 1 | -8/+11 | |
|/ | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Reintroduce generic `Message` type for `canvas::Program` | 2022-03-18 | 1 | -13/+17 | |
| | | | | | As it is useful to make the `Message` completely free in many implementations. | ||||
* | Export widget modules in `iced_pure` | 2022-03-16 | 1 | -1/+1 | |
| | | | | ... and fix collisions with the new `helpers` | ||||
* | Implement `Widget::tag` for `pure::Canvas` | 2022-03-09 | 1 | -0/+4 | |
| | |||||
* | Implement `pure` version of `Canvas` widget | 2022-03-09 | 1 | -0/+229 | |