summaryrefslogtreecommitdiffstats
path: root/pure/src/widget/radio.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-109/+0
|
* 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!
* Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez2022-06-291-2/+3
|
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-4/+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-2/+3
| | | | ... and fix collisions with the new `helpers`
* Merge branch 'master' into virtual-widgetsLibravatar Héctor Ramón Jiménez2022-03-071-7/+1
|
* Introduce `Tag` and `State` opaque types in `iced_pure::widget::tree`Libravatar Héctor Ramón Jiménez2022-02-161-16/+0
|
* Implement `Radio` in `iced_pure`Libravatar Héctor Ramón Jiménez2022-02-131-0/+125