summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (unfollow)
Commit message (Expand)AuthorFilesLines
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-07Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-52/+0
2022-06-07Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2-92/+14
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-6/+0
2022-06-01Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2-25/+3
2022-05-27Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2-47/+8
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2022-02-07[ImgBot] Optimize imagesLibravatar ImgBotApp1-0/+0
2022-02-07Fix linksLibravatar Theo Robinson1-2/+2
2022-01-20Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez1-0/+1
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énez2-3/+3
2021-10-31Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2-3/+3
2021-10-31Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2-4/+4
2021-10-20Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2-3/+3
2021-10-18Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2-4/+4
2021-10-18Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2-3/+3
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ón2-14/+29
2020-11-23Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez1-6/+6
2020-10-24Update screenshot of `scrollable` exampleLibravatar Héctor Ramón Jiménez1-0/+0
2020-10-24Reduce contrast of dark theme in `scrollable` exampleLibravatar Héctor Ramón Jiménez1-39/+37
2020-10-24Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2-249/+260
2020-10-22Add scrollable example programLibravatar Clark Moody4-0/+389