summaryrefslogtreecommitdiffstats
path: root/style/src/slider.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-05Move style types of `slider` to `iced_widget`Libravatar Héctor Ramón Jiménez1-75/+0
2024-03-04Try new approach to theming for `Slider`Libravatar Héctor Ramón Jiménez1-11/+18
2024-01-20Introduce `Border` struct analogous to `Shadow`Libravatar Héctor Ramón Jiménez1-3/+4
2023-06-01Add border_radius to slider railLibravatar Casper Storm1-0/+2
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-2/+2
2023-04-13Remove `border_radius` support for `slider::Rail`Libravatar Héctor Ramón Jiménez1-2/+0
2023-04-12Rename `Rail::size` to `width`Libravatar Héctor Ramón Jiménez1-2/+2
2023-04-12Remove `border_width` support in `slider::Rail`Libravatar Héctor Ramón Jiménez1-4/+0
2023-04-12Introduce left and right colors for slider railsLibravatar Night_Hunter1-1/+16
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-3/+20
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-5/+5
2022-05-26Implement theme styling for `Slider`Libravatar Héctor Ramón Jiménez1-61/+5
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 `Slider`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-20Wire up styling to `Slider` in `iced_native`Libravatar Héctor Ramón Jiménez1-11/+2
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-5/+5
2020-01-07Implement styling for `Slider`Libravatar Héctor Ramón Jiménez1-0/+95