summaryrefslogtreecommitdiffstats
path: root/style/src/rule.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-05Simplify theming for `Rule` widgetLibravatar Héctor Ramón Jiménez1-89/+0
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-2/+3
2023-09-19Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan1-1/+1
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-2/+2
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-1/+2
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-2/+2
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-53/+21
2021-11-02Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez1-1/+1
2021-11-02Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez1-1/+0
2021-10-31Introduce state lifetime for `style_sheet` in `Rule`Libravatar Héctor Ramón Jiménez1-2/+2
2021-08-12tweak default rule styleLibravatar Billy Messenger1-2/+2
2021-06-01Implement `Default` for `Style` in `rule`Libravatar Héctor Ramón1-6/+12
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-2/+0
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-2/+2
2020-08-22added FillMode::fill()Libravatar Billy Messenger1-1/+48
2020-08-22added FillMode enum style for the Rule widgetLibravatar Billy Messenger1-5/+23
2020-08-22widget Rule addedLibravatar Billy Messenger1-0/+51