summaryrefslogtreecommitdiffstats
path: root/style/src/progress_bar.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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