Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -39/+0 | ||
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 | Introduce `QueryInformation` to `system::Action` | 1 | -2/+35 | ||
2022-04-26 | Add new `System` variant to `Action` | 1 | -0/+3 | ||