summaryrefslogtreecommitdiffstats
path: root/runtime/src/command.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-0/+0
2023-03-05Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez1-19/+40
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-1/+3
2023-01-26Annotate `Command` and `Subscription` with `#[must_use]`Libravatar Ian Douglas Scott1-0/+1
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez1-1/+1
2022-08-12Relax `Fn` trait bounds in `Command` & `Action`Libravatar 无限UCW1-2/+2
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-0/+10
2022-01-28Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez1-3/+5
2021-09-13Write missing docs and `Debug` implementations for `native`Libravatar Héctor Ramón Jiménez1-0/+10
2021-09-02Hide implementation details of `Command` in `iced_futures`Libravatar Héctor Ramón Jiménez1-40/+25
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-0/+77