summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/main.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-94/+76
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-071-15/+12
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-011-1/+1
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-271-9/+6
* Remove unnecessary String allocationLibravatar Ram.Type-02021-11-021-1/+1
* Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón2021-06-041-4/+32
* Add buttons to control scrolling in `scrollable` exampleLibravatar Héctor Ramón2021-06-041-12/+40
* Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón2021-05-031-13/+28
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-249/+68
* Add scrollable example programLibravatar Clark Moody2020-10-221-0/+365