Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | 1 | -1/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -1/+1 | ||
2024-06-11 | Introduce `subscription::Event` | 1 | -5/+38 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 1 | -10/+9 | ||
And remove `window::Id` from `Event` altogether. | |||||
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 1 | -0/+59 | ||
Also rename `subscription::events*` to `event::listen*`. |