summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-043-388/+0
|
* Merge pull request #1550 from bungoboingo/feat/multidirectional-scrollingLibravatar Héctor Ramón2023-01-091-11/+30
|\ | | | | [Feature] Multidirectional scrolling
| * 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
| | | | | | | | Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
| * Add multidirectional scrolling capabilities to the existing Scrollable.Libravatar Bingus2022-12-291-9/+10
| |
* | Make count fields pubLibravatar Cory Forsstrom2023-01-041-2/+2
|/
* Merge pull request #1526 from mtkennerly/feature/find-focusedLibravatar Héctor Ramón2022-11-141-0/+34
|\ | | | | Add widget operation to find currently focused widget
| * Add widget operation to find currently focused widgetLibravatar mtkennerly2022-11-111-0/+34
| |
* | Add text input operationsLibravatar Cory Forsstrom2022-11-111-0/+131
|/
* Fix documentation in `operation::focusable`Libravatar Héctor Ramón Jiménez2022-08-051-3/+4
|
* Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2022-08-052-0/+24
|
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-042-0/+179