summaryrefslogtreecommitdiffstats
path: root/style/src/scrollable.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extend border radius on relevant widgetsLibravatar Casper Storm2023-05-231-3/+3
* Fix inconsistency in default implementation of `scrollable::StyleSheet`Libravatar Héctor Ramón Jiménez2023-03-271-1/+1
* Introduce `is_mouse_over_scrollbar` to `StyleSheet::hovered` for `Scrollable`Libravatar Héctor Ramón Jiménez2023-03-271-17/+15
* renamed scrollable stylesLibravatar Giuliano Bellini s2947392023-03-251-7/+7
* added new style for scrollable, to be applied when mouse is over the scrollab...Libravatar Giuliano Bellini s2947392023-01-231-0/+10
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-1/+16
* Write documentation for `iced_style`Libravatar Héctor Ramón Jiménez2022-11-101-1/+11
* Introduce `Custom` variants for every style in the built-in `Theme`Libravatar Héctor Ramón Jiménez2022-11-091-4/+4
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-45/+6
* Introduce generic lifetime to `Default` implementation for style sheetsLibravatar Héctor Ramón Jiménez2021-11-021-1/+1
* Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-311-2/+11
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-11/+2
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-8/+8
* Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez2020-01-061-0/+76