Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix system informations `cpu_brand` always being empty | 2025-02-07 | 1 | -2/+6 | |
| | | | | | | | | | This was caused by a misuse of the `global_cpu_info` function, which does not contain a valid `cpu_brand` field. To fix this, we now get the first cpu and return it's brand instead. Fixes #2794 | ||||
* | Hide internal `Task` constructors | 2024-07-05 | 1 | -1/+1 | |
| | |||||
* | Replace `Command` with a new `Task` API with chain support | 2024-06-14 | 1 | -7/+5 | |
| | |||||
* | Update some dependencies | 2024-02-09 | 1 | -6/+6 | |
| | |||||
* | Fix `clippy::redundant-closure-for-method-calls` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feature/software-renderer | 2023-03-07 | 1 | -2/+2 | |
|\ | |||||
| * | Update `sysinfo` to `0.28` | 2023-03-07 | 1 | -2/+2 | |
| | | |||||
* | | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -2/+2 | |
| | | |||||
* | | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+3 | |
| | | |||||
* | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -1/+1 | |
|/ | |||||
* | New short OS Version field; update doc strings | 2022-09-23 | 1 | -0/+1 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -1/+1 | |
| | |||||
* | Run `system::information` in a different thread | 2022-05-04 | 1 | -1/+1 | |
| | | | | ... since it seems it can block for a couple of seconds. | ||||
* | Simplify the `QueryInformation` Action | 2022-04-27 | 1 | -17/+5 | |
| | |||||
* | Use closure internally to fetch `graphics_info` | 2022-04-27 | 1 | -4/+4 | |
| | |||||
* | Rename `system::information` to `fetch_information` | 2022-04-27 | 1 | -1/+1 | |
| | |||||
* | Move `compositor` module access from `window` to `crate` | 2022-04-27 | 1 | -3/+3 | |
| | |||||
* | Rename `GraphicsInformation` to `Information` | 2022-04-26 | 1 | -2/+2 | |
| | |||||
* | Introduce `get_information` | 2022-04-26 | 1 | -0/+39 | |
| | |||||
* | Export new `system` module | 2022-04-26 | 1 | -3/+3 | |
| | |||||
* | Add function helper in `iced_winit::system` | 2022-04-26 | 1 | -0/+14 | |