summaryrefslogtreecommitdiffstats
path: root/style/src/radio.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-05Simplify theming for `Radio` widgetLibravatar Héctor Ramón Jiménez1-29/+0
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-1/+9
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-3/+3
2022-10-05Add `is_selected` argument in `radio::StyleSheet`Libravatar MG_REX1-2/+2
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-38/+4
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez1-0/+2
2021-11-02Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-20Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez1-11/+2
2021-01-29impl Clone and Copy for all Style types in iced_styleLibravatar Taiki Endo1-1/+1
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-2/+2
2020-01-07Implement styling for `Radio`Libravatar Héctor Ramón Jiménez1-0/+53