| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide `Subscription` internals | Héctor Ramón Jiménez | 2024-07-05 | 1 | -0/+1 |
* | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 2024-04-07 | 1 | -7/+0 |
* | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2024-01-18 | 1 | -2/+2 |
* | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -6/+0 |
* | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -2/+3 |
* | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -0/+2 |
* | Enable `doc_auto_cfg` when generating documentation | Héctor Ramón Jiménez | 2023-05-11 | 1 | -1/+1 |
* | Converge `Command` types from `iced_futures` and `iced_native` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -2/+0 |
* | Remove generic `Hasher` and `Event` from `subscription::Recipe` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -0/+1 |
* | Fix further `clippy` lints | Héctor Ramón Jiménez | 2022-07-09 | 1 | -6/+12 |
* | Split `iced_futures` into different `backend` implementations | Héctor Ramón Jiménez | 2022-01-28 | 1 | -14/+1 |
* | Introduce `MaybeSend` trait in `iced_futures` | Héctor Ramón Jiménez | 2022-01-28 | 1 | -0/+2 |
* | Remove support for old `tokio` crate | Héctor Ramón Jiménez | 2022-01-12 | 1 | -6/+1 |
* | Change GitHub namespace to new org for all files | LordRatte | 2022-01-03 | 1 | -1/+1 |
* | Use commit hash in `html_logo_url` | Héctor Ramón Jiménez | 2021-12-09 | 1 | -1/+1 |
* | Added icon in docs | daladim | 2021-12-09 | 1 | -0/+3 |
* | Collect the platform-specific concrete future implementations into mods. | Tanner Rogalsky | 2021-11-14 | 1 | -22/+47 |
* | Add `smol` async runtime | Jayce Fayne | 2021-01-14 | 1 | -2/+14 |
* | Update graphs in crate docs | Héctor Ramón Jiménez | 2020-11-26 | 1 | -0/+2 |
* | Introduce `tokio_old` feature | Héctor Ramón Jiménez | 2020-11-25 | 1 | -1/+1 |
* | Disable `time` module on Wasm for now | Héctor Ramón Jiménez | 2020-04-30 | 1 | -1/+4 |
* | Implement `time::every` in `iced_futures` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -0/+4 |
* | doc feature flags in futures | Rob Ede | 2020-04-04 | 1 | -0/+2 |
* | Add `BoxFutures` and `BoxStream` to `iced_futures` | Héctor Ramón Jiménez | 2020-03-26 | 1 | -0/+28 |
* | Forbid unsafe code and Rust 2018 idioms | Héctor Ramón Jiménez | 2020-01-20 | 1 | -2/+2 |
* | Write documentation for `iced_futures` | Héctor Ramón Jiménez | 2020-01-20 | 1 | -0/+6 |
* | Add `Application::Executor` associated type | Héctor Ramón Jiménez | 2020-01-20 | 1 | -1/+5 |
* | Create `iced_futures` and wire everything up | Héctor Ramón Jiménez | 2020-01-19 | 1 | -0/+8 |