summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation/scrollable.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-54/+0
* Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez2023-01-081-6/+24
* Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo2022-12-291-5/+5
* Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-9/+10
* Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2022-08-051-0/+5
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-0/+30