| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 1 | -7/+5 |
* | Update some dependencies | Wyatt Herkamp | 2024-02-09 | 1 | -6/+6 |
* | Fix `clippy::redundant-closure-for-method-calls` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
* | Merge branch 'master' into feature/software-renderer | Héctor Ramón Jiménez | 2023-03-07 | 1 | -2/+2 |
|\ |
|
| * | Update `sysinfo` to `0.28` | Héctor Ramón Jiménez | 2023-03-07 | 1 | -2/+2 |
* | | Rename `iced_native` to `iced_runtime` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -2/+2 |
* | | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 1 | -4/+3 |
* | | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | Héctor Ramón Jiménez | 2023-02-24 | 1 | -1/+1 |
|/ |
|
* | New short OS Version field; update doc strings | Clark Moody | 2022-09-23 | 1 | -0/+1 |
* | Address Clippy lints | Poly | 2022-07-09 | 1 | -1/+1 |
* | Run `system::information` in a different thread | Héctor Ramón Jiménez | 2022-05-04 | 1 | -1/+1 |
* | Simplify the `QueryInformation` Action | Richard | 2022-04-27 | 1 | -17/+5 |
* | Use closure internally to fetch `graphics_info` | Richard | 2022-04-27 | 1 | -4/+4 |
* | Rename `system::information` to `fetch_information` | Richard | 2022-04-27 | 1 | -1/+1 |
* | Move `compositor` module access from `window` to `crate` | Richard | 2022-04-27 | 1 | -3/+3 |
* | Rename `GraphicsInformation` to `Information` | Richard | 2022-04-26 | 1 | -2/+2 |
* | Introduce `get_information` | Richard | 2022-04-26 | 1 | -0/+39 |
* | Export new `system` module | Richard | 2022-04-26 | 1 | -3/+3 |
* | Add function helper in `iced_winit::system` | Richard | 2022-04-26 | 1 | -0/+14 |