summaryrefslogtreecommitdiffstats
path: root/style/src/radio.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `Radio` widgetLibravatar Héctor Ramón Jiménez2024-03-051-29/+0
|
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+9
|
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
|
* Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX2022-10-051-2/+2
|
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-38/+4
|
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-0/+2
| | | | Instead, always use a `StyleSheet`.
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
|
* Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
|
* Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-201-11/+2
|
* impl Clone and Copy for all Style types in iced_styleLibravatar Taiki Endo2021-01-291-1/+1
|
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-2/+2
|
* Implement styling for `Radio`Libravatar Héctor Ramón Jiménez2020-01-071-0/+53