summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/pure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove `pure` leftovers in `iced_graphics`Libravatar Héctor Ramón Jiménez2022-07-272-310/+0
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-102/+0
|
* Merge pull request #1379 from PolyMeilex/fix/clippyLibravatar Héctor Ramón2022-07-091-4/+4
|\ | | | | Address Clippy lints
| * Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-4/+4
| | | | | | | | ... and check those in CI as well!
* | Fix doc example in `pure::canvas::Program`Libravatar Héctor Ramón2022-07-091-1/+3
| | | | | | The `widget` module was missing.
* | Update import path in pure canvas exampleLibravatar Zoron2022-07-091-1/+1
|/ | | | | In current version, `iced::pure::canvas` would be unresolved. It should be `iced::pure::widget::canvas`.
* Merge branch 'master' into themingLibravatar Héctor Ramón Jiménez2022-07-081-1/+2
|\
| * 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.
* | Implement theme styling for `Canvas`Libravatar Héctor Ramón Jiménez2022-06-072-18/+23
| |
* | Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-142-17/+23
|/ | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* 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