summaryrefslogtreecommitdiffstats
path: root/style/src/progress_bar.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify theming for `ProgressBar` widgetLibravatar Héctor Ramón Jiménez2024-03-051-23/+0
|
* Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez2024-01-201-2/+3
|
* 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/+6
|
* 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 `ProgressBar`Libravatar Héctor Ramón Jiménez2022-06-011-29/+4
|
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
|
* Introduce state lifetime for `style_sheet` in `ProgressBar`Libravatar Héctor Ramón Jiménez2021-10-311-2/+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-2/+2
|
* Implement styling for `ProgressBar`Libravatar Héctor Ramón Jiménez2020-01-071-0/+42