summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation/scrollable.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-17Add scrollable `Viewport`Libravatar Cory Forsstrom1-9/+0
2023-04-14Add `scroll_to` operation for absolute scrollLibravatar Cory Forsstrom1-1/+49
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-54/+0
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-6/+24
2022-12-29Reworked Scrollable to account for lack of widget order guarantees.Libravatar bungoboingo1-5/+5
2022-12-29Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus1-9/+10
2022-08-05Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+5
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-0/+30