summaryrefslogtreecommitdiffstats
path: root/native/src/system/action.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-39/+0
|
* Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez2022-05-041-2/+5
| | | | ... since it seems it can block for a couple of seconds.
* Simplify the `QueryInformation` ActionLibravatar Richard2022-04-271-1/+1
|
* Introduce `QueryInformation` to `system::Action`Libravatar Richard2022-04-261-2/+35
|
* Add new `System` variant to `Action`Libravatar Richard2022-04-261-0/+3