summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix linksLibravatar Theo Robinson2022-02-071-2/+2
* Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`Libravatar Héctor Ramón Jiménez2022-01-201-0/+1
* Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa...Libravatar Héctor Ramón2021-11-101-1/+1
|\
| * Remove unnecessary String allocationLibravatar Ram.Type-02021-11-021-1/+1
* | Reintroduce `Box` for `style_sheet` in `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-312-3/+3
* | Reintroduce `Box` for `style_sheet` in `Radio`Libravatar Héctor Ramón Jiménez2021-10-312-3/+3
* | Reintroduce `Box` for `style_sheet` in `Container`Libravatar Héctor Ramón Jiménez2021-10-312-4/+4
* | Wire up styling to `Radio` in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-202-3/+3
* | Wire up `container` styling to `iced_native`Libravatar Héctor Ramón Jiménez2021-10-182-4/+4
* | Draw scrollbar in `Widget::draw` for `Scrollable`Libravatar Héctor Ramón Jiménez2021-10-182-3/+3
|/
* 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-032-14/+29
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-6/+6
* Update screenshot of `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-0/+0
* Reduce contrast of dark theme in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-241-39/+37
* Improve minor details in `scrollable` exampleLibravatar Héctor Ramón Jiménez2020-10-242-249/+260
* Add scrollable example programLibravatar Clark Moody2020-10-224-0/+389