summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/src/main.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-03Box `Custom` in `Theme`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-03Remove unnecessary `clone` in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-1/+1
2022-11-03Run `cargo fmt`Libravatar Héctor Ramón Jiménez1-3/+1
2022-11-03fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...Libravatar Ashley Wulber1-1/+1
2022-11-03fix: scrollable exampleLibravatar Ashley Wulber1-5/+14
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-16/+36
2022-07-27Fix `clippy` lintsLibravatar Héctor Ramón Jiménez1-1/+1
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-94/+76
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez1-15/+12
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez1-1/+1
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez1-9/+6
2021-11-02Remove unnecessary String allocationLibravatar Ram.Type-01-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-31Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez1-2/+2
2021-10-20Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2021-10-18Wire up `container` styling to `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-1/+1
2021-06-04Add scrolling progress indicators to `scrollable` exampleLibravatar Héctor Ramón1-4/+32
2021-06-04Add buttons to control scrolling in `scrollable` exampleLibravatar Héctor Ramón1-12/+40
2021-05-03Fix `Scrollable` scrollbar being rendered behind contentsLibravatar Héctor Ramón1-13/+28
2020-10-24Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-249/+68
2020-10-22Add scrollable example programLibravatar Clark Moody1-0/+365