Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-11 | Introduce `Task::map_with` | 1 | -0/+1 | ||
2025-02-11 | Rewrite `websocket` example using `sipper` | 1 | -1/+0 | ||
2024-07-05 | Hide `Subscription` internals | 1 | -0/+1 | ||
.. and introduce `stream::channel` helper | |||||
2024-06-14 | Move `Maybe*` traits back to `iced_futures` | 1 | -0/+2 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -2/+0 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -7/+0 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -2/+2 | ||
And update `glyphon` and `window_clipboard` | |||||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -6/+0 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -2/+3 | ||
2023-09-07 | Introduce `keyboard::on_key_press` and `on_key_release` | 1 | -0/+2 | ||
Also rename `subscription::events*` to `event::listen*`. | |||||
2023-05-11 | Enable `doc_auto_cfg` when generating documentation | 1 | -1/+1 | ||
2023-03-05 | Converge `Command` types from `iced_futures` and `iced_native` | 1 | -2/+0 | ||
2023-03-05 | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 1 | -0/+1 | ||
2022-07-09 | Fix further `clippy` lints | 1 | -6/+12 | ||
... and explicitly annotate crates as well. | |||||
2022-01-28 | Split `iced_futures` into different `backend` implementations | 1 | -14/+1 | ||
2022-01-28 | Introduce `MaybeSend` trait in `iced_futures` | 1 | -0/+2 | ||
It allows to clean up all the `trait_aliases` modules! | |||||
2022-01-12 | Remove support for old `tokio` crate | 1 | -6/+1 | ||
2022-01-03 | Change GitHub namespace to new org for all files | 1 | -1/+1 | ||
2021-12-09 | Use commit hash in `html_logo_url` | 1 | -1/+1 | ||
2021-12-09 | Added icon in docs | 1 | -0/+3 | ||
2021-11-14 | Collect the platform-specific concrete future implementations into mods. | 1 | -22/+47 | ||
2021-09-02 | Hide implementation details of `Command` in `iced_futures` | 1 | -0/+2 | ||
2021-09-02 | Make `Command` implementations platform-specific | 1 | -2/+0 | ||
This allows us to introduce a platform-specific `Action` to both `iced_native` and `iced_web` and remove the `Clipboard` from `Application::update` to maintain purity. Additionally, this should let us implement further actions to let users query and modify the shell environment (e.g. window, clipboard, and more!) | |||||
2021-01-14 | Add `smol` async runtime | 1 | -2/+14 | ||
2020-11-26 | Update graphs in crate docs | 1 | -0/+2 | ||
2020-11-25 | Introduce `tokio_old` feature | 1 | -1/+1 | ||
This feature allows users to rely on the `0.2` version of `tokio` while the async ecosystem upgrades to the latest version. | |||||
2020-04-30 | Disable `time` module on Wasm for now | 1 | -1/+4 | ||
2020-04-30 | Implement `time::every` in `iced_futures` | 1 | -0/+4 | ||
2020-04-04 | doc feature flags in futures | 1 | -0/+2 | ||
2020-03-26 | Add `BoxFutures` and `BoxStream` to `iced_futures` | 1 | -0/+28 | ||
2020-01-20 | Forbid unsafe code and Rust 2018 idioms | 1 | -2/+2 | ||
2020-01-20 | Write documentation for `iced_futures` | 1 | -0/+6 | ||
2020-01-20 | Add `Application::Executor` associated type | 1 | -1/+5 | ||
2020-01-19 | Create `iced_futures` and wire everything up | 1 | -0/+8 | ||