summaryrefslogtreecommitdiffstats
path: root/graphics/src/widget/scrollable.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `widget` modules in subcratesLibravatar Héctor Ramón Jiménez2022-03-091-13/+0
| | | | Instead, we can define the type aliases just once in the root crate!
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-2/+2
|
* Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-181-63/+1
|
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-141-85/+2
|
* Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-031-1/+9
| | | | ... by issuing a new clip layer just for the scrollbar itself.
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-1/+1
|
* Update scrollbar logic and introduce outer_boundsLibravatar Clark Moody2020-10-221-13/+20
|
* Replace hard-coded params with struct membersLibravatar Clark Moody2020-10-221-9/+10
|
* Merge unnecessary split widget modulesLibravatar Héctor Ramón Jiménez2020-05-191-1/+130
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+13