summaryrefslogtreecommitdiffstats
path: root/style/src/scrollable.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-23Extend border radius on relevant widgetsLibravatar Casper Storm1-3/+3
2023-03-27Fix inconsistency in default implementation of `scrollable::StyleSheet`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-27Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez1-17/+15
2023-03-25renamed scrollable stylesLibravatar Giuliano Bellini s2947391-7/+7
2023-01-23added new style for scrollable, to be applied when mouse is over the scrollab...Libravatar Giuliano Bellini s2947391-0/+10
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-1/+16
2022-11-10Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez1-1/+11
2022-11-09Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez1-4/+4
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-45/+6
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 `Scrollable`Libravatar Héctor Ramón Jiménez1-2/+11
2021-10-18Draw scrollbar in `Widget::draw` for `Scrollable`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-8/+8
2020-01-06Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-0/+76