summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | ... by issuing a new clip layer just for the scrollbar itself.
* 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
| | | | | | | - Rename `Config` to `Variant` - Include `State` in `Variant` to avoid `zip` - Break long string literal - Split `style` module into its own file
* Add scrollable example programLibravatar Clark Moody2020-10-224-0/+389