summaryrefslogtreecommitdiffstats
path: root/winit/src/system.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-20Fix `clippy::redundant-closure-for-method-calls`Libravatar Héctor Ramón Jiménez1-1/+1
2023-03-07Update `sysinfo` to `0.28`Libravatar Héctor Ramón Jiménez1-2/+2
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-2/+2
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-4/+3
2023-02-24Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez1-1/+1
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