summaryrefslogtreecommitdiffstats
path: root/native/src/system/action.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-39/+0
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-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-2/+5
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-1/+1
2022-04-26Introduce `QueryInformation` to `system::Action`Libravatar Richard1-2/+35
2022-04-26Add new `System` variant to `Action`Libravatar Richard1-0/+3