Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-07 | Fix system informations `cpu_brand` always being empty | 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 | |||||
2024-07-05 | Hide internal `Task` constructors | 1 | -1/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -7/+5 | ||
2024-02-09 | Update some dependencies | 1 | -6/+6 | ||
2023-09-20 | Fix `clippy::redundant-closure-for-method-calls` | 1 | -1/+1 | ||
2023-03-07 | Update `sysinfo` to `0.28` | 1 | -2/+2 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -2/+2 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -4/+3 | ||
2023-02-24 | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 1 | -1/+1 | ||
2022-09-23 | New short OS Version field; update doc strings | 1 | -0/+1 | ||
2022-07-09 | Address Clippy lints | 1 | -1/+1 | ||
2022-05-04 | Run `system::information` in a different thread | 1 | -1/+1 | ||
... since it seems it can block for a couple of seconds. | |||||
2022-04-27 | Simplify the `QueryInformation` Action | 1 | -17/+5 | ||
2022-04-27 | Use closure internally to fetch `graphics_info` | 1 | -4/+4 | ||
2022-04-27 | Rename `system::information` to `fetch_information` | 1 | -1/+1 | ||
2022-04-27 | Move `compositor` module access from `window` to `crate` | 1 | -3/+3 | ||
2022-04-26 | Rename `GraphicsInformation` to `Information` | 1 | -2/+2 | ||
2022-04-26 | Introduce `get_information` | 1 | -0/+39 | ||
2022-04-26 | Export new `system` module | 1 | -3/+3 | ||
2022-04-26 | Add function helper in `iced_winit::system` | 1 | -0/+14 | ||