summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/scrollable.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-09Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez1-13/+0
Instead, we can define the type aliases just once in the root crate!
2021-10-31Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez1-2/+2
2021-10-18Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez1-63/+1
2021-10-14Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez1-85/+2
2021-05-03Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón1-1/+9
... by issuing a new clip layer just for the scrollbar itself.
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-1/+1
2020-10-22Update scrollbar logic and introduce outer_boundsLibravatar Clark Moody1-13/+20
2020-10-22Replace hard-coded params with struct membersLibravatar Clark Moody1-9/+10
2020-05-19Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez1-1/+130
2020-05-19Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez1-2/+2
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-0/+0
2020-01-06Implement styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-0/+13