| Commit message (Expand) | Author | Age | Files | Lines |
* | Leverage new `AsyncFn` traits in `stream` module | Héctor Ramón Jiménez | 2025-02-21 | 2 | -13/+7 |
* | Remove unnecessary `Future` imports | Héctor Ramón Jiménez | 2025-02-21 | 7 | -10/+0 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2025-02-21 | 4 | -4/+4 |
* | Merge pull request #2780 from l4l/forked-wasmtimer | Héctor | 2025-02-16 | 2 | -29/+18 |
|\ |
|
| * | Use working wasmtimer for time::every | Kitsu | 2025-02-02 | 2 | -29/+18 |
* | | Fix outdated `id` mention in `Subscription` docs | Héctor Ramón Jiménez | 2025-02-14 | 1 | -1/+2 |
* | | Introduce `Task::map_with` | Héctor Ramón Jiménez | 2025-02-11 | 1 | -0/+1 |
* | | Rewrite `websocket` example using `sipper` | Héctor Ramón Jiménez | 2025-02-11 | 2 | -7/+5 |
|/ |
|
* | Implement `time::repeat` and simplify `Subscription::run_with` | Héctor Ramón Jiménez | 2025-01-24 | 2 | -40/+46 |
* | Add `must_use` attribute to `Task` | Héctor Ramón Jiménez | 2024-09-19 | 1 | -1/+1 |
* | Improve imports of `Subscription::run` doc example | Héctor Ramón Jiménez | 2024-09-18 | 1 | -5/+10 |
* | Bump version to `0.13.0` :tada: | Héctor Ramón Jiménez | 2024-09-18 | 1 | -4/+4 |
* | Fix lints for Rust 1.80 | Héctor Ramón Jiménez | 2024-07-26 | 2 | -5/+5 |
* | Finish "The Pocket Guide" | Héctor Ramón Jiménez | 2024-07-16 | 1 | -2/+2 |
* | Introduce `stream::try_channel` helper | Héctor Ramón Jiménez | 2024-07-11 | 1 | -0/+21 |
* | Allow future in `stream::channel` to return | Héctor Ramón Jiménez | 2024-07-08 | 1 | -3/+2 |
* | Fix `wasm_bindgen` backend in `iced_futures` | Héctor Ramón Jiménez | 2024-07-05 | 1 | -1/+1 |
* | Hide `Subscription` internals | Héctor Ramón Jiménez | 2024-07-05 | 6 | -177/+205 |
* | Simplify `subscription::channel` example | Héctor Ramón Jiménez | 2024-07-02 | 1 | -29/+14 |
* | Move `Maybe*` traits back to `iced_futures` | Héctor Ramón Jiménez | 2024-06-14 | 8 | -9/+44 |
* | Replace `Command` with a new `Task` API with chain support | Héctor Ramón Jiménez | 2024-06-14 | 8 | -43/+9 |
* | Introduce `subscription::Event` | Héctor Ramón Jiménez | 2024-06-11 | 5 | -61/+104 |
* | Introduce `window::Id` to `Event` subscriptions | Héctor Ramón Jiménez | 2024-06-10 | 5 | -24/+43 |
* | Use `Skip` as the `MissedTickBehavior` for `tokio` futures backend | Héctor Ramón Jiménez | 2024-04-16 | 1 | -6/+8 |
* | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 2 | -7/+3 |
* | Fix `wasm_bindgen` backend in `iced_futures` | Héctor Ramón Jiménez | 2024-04-01 | 1 | -2/+1 |
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | Héctor Ramón Jiménez | 2024-04-01 | 6 | -12/+11 |
* | Fix `block_on` in `iced_wgpu` hanging Wasm builds | Héctor Ramón Jiménez | 2024-03-07 | 1 | -1/+1 |
* | Point doc links to `0.12` branch | Héctor Ramón Jiménez | 2024-02-15 | 1 | -4/+4 |
* | Remove redundant `id` field in `subscription::Map` | Héctor Ramón Jiménez | 2024-02-05 | 1 | -7/+2 |
* | Assert closure provided to `Subscription::map` is non-capturing | Héctor Ramón Jiménez | 2024-02-05 | 1 | -4/+12 |
* | Use `TypeId` to identify `subscription::Map` | Héctor Ramón Jiménez | 2024-02-05 | 1 | -10/+27 |
* | Fix grammar in `iced_futures::maybe` module | Héctor Ramón Jiménez | 2024-01-18 | 1 | -4/+4 |
* | Fix typo `Send -> Sync` | Héctor Ramón Jiménez | 2024-01-18 | 1 | -1/+1 |
* | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2024-01-18 | 2 | -3/+17 |
* | Refactor `KeyCode` into `Key` and `Location` | Héctor Ramón Jiménez | 2024-01-16 | 1 | -9/+8 |
* | Update `winit` to `0.29.4` | Héctor Ramón Jiménez | 2023-12-15 | 1 | -0/+1 |
* | Merge branch 'master' into feat/multi-window-support | Héctor Ramón Jiménez | 2023-11-29 | 7 | -128/+209 |
|\ |
|
| * | Implement `Command::run` for executing a `Stream` to completion | Héctor Ramón Jiménez | 2023-11-29 | 1 | -1/+24 |
| * | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -6/+0 |
| * | Merge pull request #2091 from nyurik/docs | Héctor Ramón | 2023-09-19 | 1 | -2/+2 |
| |\ |
|
| | * | Chore: Apply clippy docs keyword quoting | Yuri Astrakhan | 2023-09-19 | 1 | -2/+2 |
| * | | Chore: Inline format args for ease of reading | Yuri Astrakhan | 2023-09-19 | 1 | -2/+1 |
| |/ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
| * | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 3 | -6/+8 |
| * | Merge pull request #2069 from iced-rs/use-workspace-dependencies | Héctor Ramón | 2023-09-07 | 1 | -34/+27 |
| |\ |
|
| | * | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -34/+27 |
| * | | Add hotkey support for `stopwatch` example | Héctor Ramón Jiménez | 2023-09-07 | 1 | -2/+2 |
| * | | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 2023-09-07 | 4 | -72/+141 |
| |/ |
|
| * | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 2 | -6/+6 |