summaryrefslogtreecommitdiffstats
path: root/winit/src/system.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix system informations `cpu_brand` always being emptyLibravatar AMS212025-02-071-2/+6
* Hide internal `Task` constructorsLibravatar Héctor Ramón Jiménez2024-07-051-1/+1
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-7/+5
* Update some dependenciesLibravatar Wyatt Herkamp2024-02-091-6/+6
* 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
* 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