summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation (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énez3-388/+0
2023-01-08Introduce `RelativeOffset` type in `scrollable`Libravatar Héctor Ramón Jiménez1-6/+24
2023-01-04Make count fields pubLibravatar Cory Forsstrom1-2/+2
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-11-11Add text input operationsLibravatar Cory Forsstrom1-0/+131
2022-11-11Add widget operation to find currently focused widgetLibravatar mtkennerly1-0/+34
2022-08-05Fix documentation in `operation::focusable`Libravatar Héctor Ramón Jiménez1-3/+4
2022-08-05Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2-0/+24
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2-0/+179