Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `Program` to `application` module | 2024-03-17 | 1 | -6/+2 | |
| | |||||
* | Implement `Program::load` to specify startup `Command` | 2024-03-16 | 1 | -13/+13 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -15/+6 | |
| | |||||
* | The memory information is returned in bytes and not kb. | 2024-02-02 | 1 | -4/+4 | |
| | | | | | | | Fix the documentation of the Information struct, and the example system_information that uses it. Co-authored-by: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> | ||||
* | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -2/+2 | |
| | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | ||||
* | Use workspace dependencies and package inheritance | 2023-09-04 | 1 | -2/+4 | |
| | | | | | | We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | ||||
* | Fix: Clippy lint 'uninlined_format_args' | 2023-01-27 | 1 | -3/+2 | |
| | |||||
* | Include short version in example app | 2022-09-23 | 1 | -0/+11 | |
| | |||||
* | Replace stateful widgets with new `iced_pure` API | 2022-07-27 | 1 | -45/+31 | |
| | |||||
* | Fix `clippy` lints for all crates and features | 2022-07-09 | 1 | -5/+2 | |
| | | | | ... and check those in CI as well! | ||||
* | Draft first-class `Theme` support | 2022-05-14 | 1 | -1/+2 | |
| | | | | RFC: https://github.com/iced-rs/rfcs/pull/6 | ||||
* | Show `Loading` screen when refreshing in `system_information` example | 2022-05-04 | 1 | -0/+2 | |
| | |||||
* | Expose `system` module through feature flag | 2022-04-30 | 1 | -2/+2 | |
| | |||||
* | Simplify the `QueryInformation` Action | 2022-04-27 | 2 | -13/+7 | |
| | |||||
* | Rename `system::information` to `fetch_information` | 2022-04-27 | 1 | -2/+2 | |
| | |||||
* | Add memory usage to `Information` struct | 2022-04-26 | 1 | -6/+37 | |
| | |||||
* | Improve example readability | 2022-04-26 | 1 | -8/+9 | |
| | |||||
* | Add graphics information to example | 2022-04-26 | 1 | -0/+12 | |
| | |||||
* | Add unformated memory total to example | 2022-04-26 | 1 | -1/+7 | |
| | |||||
* | Add `system_information` example | 2022-04-26 | 2 | -0/+129 | |