summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/pure (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-07-27Remove `pure` leftovers in `iced_graphics`Libravatar Héctor Ramón Jiménez2-310/+0
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-102/+0
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-4/+4
... and check those in CI as well!
2022-07-09Fix doc example in `pure::canvas::Program`Libravatar Héctor Ramón1-1/+3
The `widget` module was missing.
2022-07-09Update import path in pure canvas exampleLibravatar Zoron1-1/+1
In current version, `iced::pure::canvas` would be unresolved. It should be `iced::pure::widget::canvas`.
2022-07-01Fix `Widget::tag` implementation of `pure::Canvas`Libravatar Héctor Ramón Jiménez1-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.
2022-06-07Implement theme styling for `Canvas`Libravatar Héctor Ramón Jiménez2-18/+23
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2-17/+23
RFC: https://github.com/iced-rs/rfcs/pull/6
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-2/+2
2022-03-21Implement `pure` version of `QRCode` widgetLibravatar Héctor Ramón Jiménez1-0/+61
2022-03-18Reintroduce generic `Message` type for `canvas::Program`Libravatar Héctor Ramón Jiménez2-22/+22
As it is useful to make the `Message` completely free in many implementations.
2022-03-16Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez1-1/+1
... and fix collisions with the new `helpers`
2022-03-09Implement `Widget::tag` for `pure::Canvas`Libravatar Héctor Ramón Jiménez1-0/+4
2022-03-09Implement `pure` version of `Canvas` widgetLibravatar Héctor Ramón Jiménez2-0/+333