summaryrefslogtreecommitdiffstats
path: root/style/src/rule.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify theming for `Rule` widgetLibravatar Héctor Ramón Jiménez2024-03-051-89/+0
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-2/+3
* Chore: Apply clippy docs keyword quotingLibravatar Yuri Astrakhan2023-09-191-1/+1
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-2/+2
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+2
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-2/+2
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-53/+21
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
* Move `viewport` argument to last position in `mouse_interaction` methodsLibravatar Héctor Ramón Jiménez2021-11-021-1/+0
* Introduce state lifetime for `style_sheet` in `Rule`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
* tweak default rule styleLibravatar Billy Messenger2021-08-121-2/+2
* Implement `Default` for `Style` in `rule`Libravatar Héctor Ramón2021-06-011-6/+12
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-2/+0
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-2/+2
* added FillMode::fill()Libravatar Billy Messenger2020-08-221-1/+48
* added FillMode enum style for the Rule widgetLibravatar Billy Messenger2020-08-221-5/+23
* widget Rule addedLibravatar Billy Messenger2020-08-221-0/+51