summaryrefslogtreecommitdiffstats
path: root/native/src/widget/operation.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-112/+0
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-1/+1
2023-01-14Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez1-0/+4
This allows users to write operations for their custom widgets.
2022-11-11Add text input operationsLibravatar Cory Forsstrom1-0/+5
2022-11-10Remove unnecessary `into` call in `operation::scoped`Libravatar Héctor Ramón Jiménez1-1/+1
2022-11-09Introduce `scoped` in `widget::operation`Libravatar Héctor Ramón Jiménez1-0/+43
2022-08-05Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+31
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-164/+9
2022-08-04Implement `focus_previous` operationLibravatar Héctor Ramón Jiménez1-8/+39
2022-08-02Implement `focus_next` operationLibravatar Héctor Ramón Jiménez1-0/+93
... as well as a `count_focusable` composable helper!
2022-07-28Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez1-10/+8
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-0/+62