summaryrefslogtreecommitdiffstats
path: root/native/src/command/action.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-86/+0
2023-03-05Converge `Command` types from `iced_futures` and `iced_native`Libravatar Héctor Ramón Jiménez1-3/+5
2023-02-24Implement `font::load` command in `iced_native`Libravatar Héctor Ramón Jiménez1-0/+16
2023-01-27Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck1-3/+3
2023-01-09add `window::Id` to `Event` and `Action`Libravatar Richard1-3/+5
2022-08-18Implement `SetMode` and `FetchMode` window actionsLibravatar Héctor Ramón Jiménez1-2/+2
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-1/+1
2022-07-28Draft widget operationsLibravatar Héctor Ramón Jiménez1-0/+7
2022-04-30Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez1-0/+4
2022-04-26Introduce `QueryInformation` to `system::Action`Libravatar Richard1-2/+2
2022-04-26Add new `System` variant to `Action`Libravatar Richard1-0/+6
2022-01-28Use `MaybeSend` in `perform` and `map` for `Command`Libravatar Héctor Ramón Jiménez1-1/+6
2021-09-13Write missing docs and `Debug` implementations for `native`Libravatar Héctor Ramón Jiménez1-0/+22
2021-09-02Make `Command` implementations platform-specificLibravatar Héctor Ramón Jiménez1-0/+24