summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (unfollow)
Commit message (Expand)AuthorFilesLines
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