summaryrefslogtreecommitdiffstats
path: root/native/src/system (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2-68/+0
2022-09-23New short OS Version field; update doc stringsLibravatar Clark Moody1-9/+16
2022-08-17Use `FnOnce` in `Command::perform`Libravatar Héctor Ramón Jiménez1-3/+3
... and revert `FnMut` usage.
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
... since it seems it can block for a couple of seconds.
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-1/+1
2022-04-26Add memory usage to `Information` structLibravatar Richard1-1/+3
2022-04-26Add graphics information to `system::Information`Libravatar Richard1-0/+4
2022-04-26Add `system_information` exampleLibravatar Richard1-4/+0
2022-04-26Turn `Information` fields `pub`Libravatar Richard1-8/+16
2022-04-26Introduce `QueryInformation` to `system::Action`Libravatar Richard2-2/+47
2022-04-26Add new `System` variant to `Action`Libravatar Richard1-0/+3