summaryrefslogtreecommitdiffstats
path: root/style/src/checkbox.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify theming for `Checkbox` widgetLibravatar Héctor Ramón Jiménez2024-03-051-37/+0
* Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez2024-03-041-9/+1
* Add default `disabled` implementation to `checkbox::StyleSheet`Libravatar Héctor Ramón Jiménez2024-02-211-1/+16
* Introduce support for disabling a `checkbox`Libravatar Alexander van Saase2024-02-011-0/+3
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-7/+3
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-2/+2
* Added the ability to change checkbox iconLibravatar Casper Storm2023-02-161-2/+2
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+10
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-3/+3
* Implement theme styling for `Checkbox`Libravatar Héctor Ramón Jiménez2022-06-041-39/+4
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-2/+2
* Add checkbox text_color stylingLibravatar Daniel May2021-11-141-0/+2
* 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 `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
* Remove `Renderer` trait for `Checkbox`Libravatar Héctor Ramón Jiménez2021-10-211-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-4/+4
* Allow `Checkbox` style to change based on its stateLibravatar Héctor Ramón Jiménez2020-01-081-5/+5
* Implement styling for `Checkbox`Libravatar Héctor Ramón Jiménez2020-01-071-0/+55