summaryrefslogtreecommitdiffstats
path: root/style/src/checkbox.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-05Simplify theming for `Checkbox` widgetLibravatar Héctor Ramón Jiménez1-37/+0
2024-03-04Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez1-9/+1
2024-02-21Add default `disabled` implementation to `checkbox::StyleSheet`Libravatar Héctor Ramón Jiménez1-1/+16
2024-02-01Introduce support for disabling a `checkbox`Libravatar Alexander van Saase1-0/+3
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-7/+3
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-2/+2
2023-02-16Added the ability to change checkbox iconLibravatar Casper Storm1-2/+2
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-1/+10
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-3/+3
2022-06-04Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-39/+4
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez1-2/+2
Instead, always use a `StyleSheet`.
2021-11-14Add checkbox text_color stylingLibravatar Daniel May1-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 `Checkbox`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-21Remove `Renderer` trait for `Checkbox`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-4/+4
2020-01-08Allow `Checkbox` style to change based on its stateLibravatar Héctor Ramón Jiménez1-5/+5
2020-01-07Implement styling for `Checkbox`Libravatar Héctor Ramón Jiménez1-5/+7
2020-01-07Implement styling for `Radio`Libravatar Héctor Ramón Jiménez1-0/+53