summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/pure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `Widget::tag` implementation of `pure::Canvas`Libravatar Héctor Ramón Jiménez2022-07-011-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.
* Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-2/+2
|
* Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez2022-03-211-0/+61
|
* Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez2022-03-182-22/+22
| | | | | As it is useful to make the `Message` completely free in many implementations.
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-1/+1
| | | | ... and fix collisions with the new `helpers`
* Implement `Widget::tag` for `pure::Canvas`Libravatar Héctor Ramón Jiménez2022-03-091-0/+4
|
* Implement `pure` version of `Canvas` widgetLibravatar Héctor Ramón Jiménez2022-03-092-0/+333