summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/qr_code.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement `Canvas` support for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-03-011-301/+0
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-1/+3
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-4/+4
* Address Clippy lintsLibravatar Poly2022-07-091-4/+1
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-5/+7
* Remove `hash_layout` method from `Widget` traitLibravatar Héctor Ramón Jiménez2022-02-231-8/+1
* Implement `Widget::draw` for `QRCode` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-10-301-47/+47
* Move `Defaults` from `iced_graphics` to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-181-4/+5
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-48/+49
* Implement `QRCode` widgetLibravatar Héctor Ramón Jiménez2020-11-201-0/+305