summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-112/+0
|
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-1/+1
|
* Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez2023-01-141-0/+4
| | | | This allows users to write operations for their custom widgets.
* 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