Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Leverage new `AsyncFn` traits in `stream` module | 2 | -13/+7 | ||
2025-02-21 | Remove unnecessary `Future` imports | 7 | -10/+0 | ||
2025-02-21 | Run `cargo fmt` | 4 | -4/+4 | ||
2025-02-14 | Fix outdated `id` mention in `Subscription` docs | 1 | -1/+2 | ||
2025-02-11 | Introduce `Task::map_with` | 1 | -0/+1 | ||
2025-02-11 | Rewrite `websocket` example using `sipper` | 2 | -7/+5 | ||
2025-02-02 | Use working wasmtimer for time::every | 2 | -29/+18 | ||
2025-01-24 | Implement `time::repeat` and simplify `Subscription::run_with` | 2 | -40/+46 | ||
2024-09-19 | Add `must_use` attribute to `Task` | 1 | -1/+1 | ||
2024-09-18 | Improve imports of `Subscription::run` doc example | 1 | -5/+10 | ||
2024-09-18 | Bump version to `0.13.0` :tada: | 1 | -4/+4 | ||
2024-07-26 | Fix lints for Rust 1.80 | 2 | -5/+5 | ||
2024-07-16 | Finish "The Pocket Guide" | 1 | -2/+2 | ||
2024-07-11 | Introduce `stream::try_channel` helper | 1 | -0/+21 | ||
2024-07-08 | Allow future in `stream::channel` to return | 1 | -3/+2 | ||
2024-07-05 | Fix `wasm_bindgen` backend in `iced_futures` | 1 | -1/+1 | ||
2024-07-05 | Hide `Subscription` internals | 6 | -177/+205 | ||
.. and introduce `stream::channel` helper | |||||
2024-07-02 | Simplify `subscription::channel` example | 1 | -29/+14 | ||
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | 8 | -9/+44 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 8 | -43/+9 | ||
2024-06-11 | Introduce `subscription::Event` | 5 | -61/+104 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 5 | -24/+43 | ||
And remove `window::Id` from `Event` altogether. | |||||
2024-04-16 | Use `Skip` as the `MissedTickBehavior` for `tokio` futures backend | 1 | -6/+8 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 2 | -7/+3 | ||
2024-04-01 | Fix `wasm_bindgen` backend in `iced_futures` | 1 | -2/+1 | ||
2024-04-01 | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 6 | -12/+11 | ||
2024-03-07 | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 1 | -1/+1 | ||
2024-02-15 | Point doc links to `0.12` branch | 1 | -4/+4 | ||
2024-02-05 | Remove redundant `id` field in `subscription::Map` | 1 | -7/+2 | ||
2024-02-05 | Assert closure provided to `Subscription::map` is non-capturing | 1 | -4/+12 | ||
2024-02-05 | Use `TypeId` to identify `subscription::Map` | 1 | -10/+27 | ||
2024-01-18 | Fix grammar in `iced_futures::maybe` module | 1 | -4/+4 | ||
2024-01-18 | Fix typo `Send -> Sync` | 1 | -1/+1 | ||
2024-01-18 | Remove `Compositor` window generic | 2 | -3/+17 | ||
And update `glyphon` and `window_clipboard` | |||||
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-11-29 | Implement `Command::run` for executing a `Stream` to completion | 1 | -1/+24 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | ||
2023-09-19 | Chore: Apply clippy docs keyword quoting | 1 | -2/+2 | ||
Add quotes a number of doc strings like `sRGB` | |||||
2023-09-19 | Chore: Inline format args for ease of reading | 1 | -2/+1 | ||
A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | |||||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | ||
2023-09-09 | Fix majority of unresolved documentation links | 3 | -6/+8 | ||
2023-09-07 | Add hotkey support for `stopwatch` example | 1 | -2/+2 | ||
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 4 | -72/+141 | ||
Also rename `subscription::events*` to `event::listen*`. | |||||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -34/+27 | ||
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. | |||||
2023-07-28 | Bump versions :tada: | 2 | -6/+6 | ||
2023-07-21 | refactored window storage; | 1 | -1/+1 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-06-10 | Make the subscription::channel function take a FnOnce closure instead of a ↵ | 1 | -1/+1 | ||
Fn closure and remove Sync as a requirement for its output. | |||||
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | 4 | -8/+1 | ||
2023-04-13 | Bump versions :tada: | 1 | -3/+3 | ||