Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2024-07-16 | Finish "The Pocket Guide" | 1 | -2/+2 | ||
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 | -24/+18 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 1 | -5/+6 | ||
And remove `window::Id` from `Event` altogether. | |||||
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | 1 | -9/+8 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -0/+1 | ||
2023-09-07 | Add hotkey support for `stopwatch` example | 1 | -2/+2 | ||
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 1 | -0/+61 | ||
Also rename `subscription::events*` to `event::listen*`. |