summaryrefslogtreecommitdiffstats
path: root/winit/src/system.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New short OS Version field; update doc stringsLibravatar Clark Moody2022-09-231-0/+1
|
* Address Clippy lintsLibravatar Poly2022-07-091-1/+1
|
* Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez2022-05-041-1/+1
| | | | ... since it seems it can block for a couple of seconds.
* Simplify the `QueryInformation` ActionLibravatar Richard2022-04-271-17/+5
|
* Use closure internally to fetch `graphics_info`Libravatar Richard2022-04-271-4/+4
|
* Rename `system::information` to `fetch_information`Libravatar Richard2022-04-271-1/+1
|
* Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-271-3/+3
|
* Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-261-2/+2
|
* Introduce `get_information`Libravatar Richard2022-04-261-0/+39
|
* Export new `system` moduleLibravatar Richard2022-04-261-3/+3
|
* Add function helper in `iced_winit::system`Libravatar Richard2022-04-261-0/+14