summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/rule.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-105/+0
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-5/+5
| | | | ... and check those in CI as well!
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-2/+5
|
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-0/+2
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Write documentation for `iced_pure`Libravatar Héctor Ramón Jiménez2022-05-021-0/+1
|
* Export widget modules in `iced_pure`Libravatar Héctor Ramón Jiménez2022-03-161-1/+2
| | | | ... and fix collisions with the new `helpers`
* Implement `pure` version of `Rule` widgetLibravatar Héctor Ramón Jiménez2022-03-101-0/+98