Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-05 | Rename `iced_native` to `iced_runtime` | 2 | -68/+0 | ||
2022-09-23 | New short OS Version field; update doc strings | 1 | -9/+16 | ||
2022-08-17 | Use `FnOnce` in `Command::perform` | 1 | -3/+3 | ||
... and revert `FnMut` usage. | |||||
2022-08-12 | Relax `Fn` trait bounds in `Command` & `Action` | 1 | -3/+3 | ||
2022-05-04 | Run `system::information` in a different thread | 1 | -2/+5 | ||
... since it seems it can block for a couple of seconds. | |||||
2022-04-27 | Simplify the `QueryInformation` Action | 1 | -1/+1 | ||
2022-04-26 | Add memory usage to `Information` struct | 1 | -1/+3 | ||
2022-04-26 | Add graphics information to `system::Information` | 1 | -0/+4 | ||
2022-04-26 | Add `system_information` example | 1 | -4/+0 | ||
2022-04-26 | Turn `Information` fields `pub` | 1 | -8/+16 | ||
2022-04-26 | Introduce `QueryInformation` to `system::Action` | 2 | -2/+47 | ||
2022-04-26 | Add new `System` variant to `Action` | 1 | -0/+3 | ||