summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add text input operationsLibravatar Cory Forsstrom2022-11-111-0/+5
|
* Remove unnecessary `into` call in `operation::scoped`Libravatar Héctor Ramón Jiménez2022-11-101-1/+1
|
* Introduce `scoped` in `widget::operation`Libravatar Héctor Ramón Jiménez2022-11-091-0/+43
|
* Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez2022-08-051-0/+31
|
* Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez2022-08-041-164/+9
|
* Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez2022-08-041-8/+39
|
* Implement `focus_next` operationLibravatar Héctor Ramón Jiménez2022-08-021-0/+93
| | | | ... as well as a `count_focusable` composable helper!
* Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez2022-07-281-10/+8
|
* Draft widget operationsLibravatar Héctor Ramón Jiménez2022-07-281-0/+62