summaryrefslogtreecommitdiffstats
path: root/winit/src/system.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `clippy::redundant-closure-for-method-calls`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Merge branch 'master' into feature/software-rendererLibravatar Héctor Ramón Jiménez2023-03-071-2/+2
|\
| * Update `sysinfo` to `0.28`Libravatar Héctor Ramón Jiménez2023-03-071-2/+2
| |
* | Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-051-2/+2
| |
* | Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-4/+3
| |
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-1/+1
|/
* 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