summaryrefslogtreecommitdiffstats
path: root/native/src/widget/action.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-05Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez1-153/+0
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-3/+2
2023-01-26Mapped operations is missing text_input()...Libravatar frey1-1/+11
2023-01-14Introduce `custom` method to `widget::Operation` traitLibravatar Héctor Ramón Jiménez1-0/+9
2022-11-14Implement `Operation::finish` for `action::widget::Map`Libravatar Héctor Ramón Jiménez1-11/+34
2022-11-14Partially Fixed Mapped OperationsLibravatar Ryan Scheidter1-1/+9
2022-11-11Add text input operationsLibravatar Cory Forsstrom1-0/+8
2022-11-09Implement `Operation::scrollable` for `widget::action::Map`Libravatar Héctor Ramón Jiménez1-0/+8
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez1-3/+3
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW1-3/+3
2022-08-05Write missing documentation in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+6
2022-08-04Implement `scrollable::snap_to` operationLibravatar Héctor Ramón Jiménez1-3/+7
2022-07-28Implement `Widget::operate` for `TextInput`Libravatar Héctor Ramón Jiménez1-3/+3
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-0/+78