summaryrefslogtreecommitdiffstats
path: root/winit/src/system.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-23New short OS Version field; update doc stringsLibravatar Clark Moody1-0/+1
2022-07-09Address Clippy lintsLibravatar Poly1-1/+1
2022-05-04Run `system::information` in a different threadLibravatar Héctor Ramón Jiménez1-1/+1
2022-04-27Simplify the `QueryInformation` ActionLibravatar Richard1-17/+5
2022-04-27Use closure internally to fetch `graphics_info`Libravatar Richard1-4/+4
2022-04-27Rename `system::information` to `fetch_information`Libravatar Richard1-1/+1
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-2/+2
2022-04-26Introduce `get_information`Libravatar Richard1-0/+39
2022-04-26Export new `system` moduleLibravatar Richard1-3/+3
2022-04-26Add function helper in `iced_winit::system`Libravatar Richard1-0/+14