summaryrefslogtreecommitdiffstats
path: root/style/src/button.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-05Simplify theming for `Checkbox` widgetLibravatar Héctor Ramón Jiménez1-1/+0
2024-03-04Simplify theming for `Button` widgetLibravatar Héctor Ramón Jiménez1-78/+0
2024-01-20Add `Shadow` to `button::Appearance`Libravatar Héctor Ramón Jiménez1-4/+7
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-10/+4
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-3/+3
2023-05-11Added support for gradients as background variants + other optimizations.Libravatar Bingus1-0/+3
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-1/+12
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-5/+5
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-13/+13
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-37/+9
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 `Button`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-18Wire up styling to `Button` 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-6/+6
2020-01-22Improve default style of `Button`Libravatar Héctor Ramón Jiménez1-6/+6
2020-01-06Draft `styling` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2020-01-05Implement `Default` for `container::Style`Libravatar Héctor Ramón Jiménez1-1/+1
2020-01-05Add border and shadow styling to `Button`Libravatar Héctor Ramón Jiménez1-6/+23
2020-01-01Move styling to a brand new `iced_style` crateLibravatar Héctor Ramón Jiménez1-14/+3
2019-12-30Add `Renderer::Defaults` and style inheritanceLibravatar Héctor Ramón Jiménez1-26/+19
2019-12-29Draft `Style` and `StyleSheet` for `Button`Libravatar Héctor Ramón Jiménez1-0/+97