summaryrefslogtreecommitdiffstats
path: root/examples/scrollable (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-16/+36
* Fix `clippy` lintsLibravatar Héctor Ramón Jiménez2022-07-271-1/+1
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-94/+76
* Remove `style` module leftover in `scrollable` exampleLibravatar Héctor Ramón Jiménez2022-06-071-52/+0
* Implement theme styling for `Scrollable`Libravatar Héctor Ramón Jiménez2022-06-072-92/+14
* Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez2022-06-071-6/+0
* Implement theme styling for `Rule`Libravatar Héctor Ramón Jiménez2022-06-012-25/+3
* Implement theme styling for `Radio`Libravatar Héctor Ramón Jiménez2022-05-272-47/+8
* Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez2022-02-091-1/+1
* [ImgBot] Optimize imagesLibravatar ImgBotApp2022-02-071-0/+0
* 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