Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Leverage new `AsyncFn` traits in `stream` module | 2025-02-21 | 1 | -1/+1 | |
| | |||||
* | Fix outdated `id` mention in `Subscription` docs | 2025-02-14 | 1 | -1/+2 | |
| | |||||
* | Implement `time::repeat` and simplify `Subscription::run_with` | 2025-01-24 | 1 | -13/+13 | |
| | |||||
* | Add `must_use` attribute to `Task` | 2024-09-19 | 1 | -1/+1 | |
| | |||||
* | Improve imports of `Subscription::run` doc example | 2024-09-18 | 1 | -5/+10 | |
| | |||||
* | Bump version to `0.13.0` :tada: | 2024-09-18 | 1 | -4/+4 | |
| | |||||
* | Fix lints for Rust 1.80 | 2024-07-26 | 1 | -2/+2 | |
| | |||||
* | Hide `Subscription` internals | 2024-07-05 | 1 | -174/+175 | |
| | | | | .. and introduce `stream::channel` helper | ||||
* | Simplify `subscription::channel` example | 2024-07-02 | 1 | -29/+14 | |
| | |||||
* | Introduce `subscription::Event` | 2024-06-11 | 1 | -8/+42 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -4/+7 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Use `rustc-hash` for most of our `HashMap` and `HashSet` instances | 2024-04-01 | 1 | -1/+3 | |
| | |||||
* | Point doc links to `0.12` branch | 2024-02-15 | 1 | -4/+4 | |
| | |||||
* | Remove redundant `id` field in `subscription::Map` | 2024-02-05 | 1 | -7/+2 | |
| | |||||
* | Assert closure provided to `Subscription::map` is non-capturing | 2024-02-05 | 1 | -4/+12 | |
| | |||||
* | Use `TypeId` to identify `subscription::Map` | 2024-02-05 | 1 | -10/+27 | |
| | |||||
* | Chore: Apply clippy docs keyword quoting | 2023-09-19 | 1 | -2/+2 | |
| | | | | Add quotes a number of doc strings like `sRGB` | ||||
* | Fix majority of unresolved documentation links | 2023-09-09 | 1 | -4/+2 | |
| | |||||
* | Introduce `keyboard::on_key_press` and `on_key_release` | 2023-09-07 | 1 | -72/+19 | |
| | | | | Also rename `subscription::events*` to `event::listen*`. | ||||
* | Bump versions :tada: | 2023-07-28 | 1 | -4/+4 | |
| | |||||
* | Make the subscription::channel function take a FnOnce closure instead of a ↵ | 2023-06-10 | 1 | -1/+1 | |
| | | | | Fn closure and remove Sync as a requirement for its output. | ||||
* | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -35/+68 | |
|\ | |||||
| * | Bump versions :tada: | 2023-04-13 | 1 | -3/+3 | |
| | | |||||
* | | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 2023-03-05 | 1 | -56/+260 | |
|/ | |||||
* | Bump versions :tada: | 2023-02-18 | 1 | -3/+3 | |
| | |||||
* | Annotate `Command` and `Subscription` with `#[must_use]` | 2023-01-26 | 1 | -0/+1 | |
| | | | | | | Calling a function returning one of these types without using it is almost certainly a mistake. Luckily Rust's `#[must_use]` can help warn about this. | ||||
* | Bump versions :tada: | 2023-01-14 | 1 | -3/+3 | |
| | |||||
* | Bump versions :tada: | 2022-12-07 | 1 | -3/+3 | |
| | |||||
* | Fix outdated links in documentation | 2022-11-10 | 1 | -3/+3 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -5/+1 | |
| | |||||
* | Point repository links to `0.4` branch in documentation | 2022-04-30 | 1 | -3/+3 | |
| | |||||
* | Change GitHub namespace to new org for all files | 2022-01-03 | 1 | -3/+3 | |
| | |||||
* | docs: update all 0.2 github links to 0.3 | 2021-06-14 | 1 | -3/+3 | |
| | |||||
* | Update example links to point to `0.2` branch | 2020-11-26 | 1 | -3/+3 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -27/+1 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Accept a function pointer in `Subscription::map` | 2020-10-29 | 1 | -14/+5 | |
| | | | | | | | | | Instead of a closure, a function pointer can be hashed and used to uniquely identify a particular `Subscription`. This should fix a bug where two different instances of `Subscription` producing the same output were not treated differently by the runtime, causing one of them to be ignored. | ||||
* | Add examples to `subscription::Recipe` docs | 2020-04-02 | 1 | -0/+12 | |
| | |||||
* | Make `subscription::Recipe` cross-platform | 2020-03-26 | 1 | -19/+15 | |
| | | | | By removing the `Send` requirement when targetting Wasm | ||||
* | Implement `Subscription::with` | 2020-03-05 | 1 | -0/+70 | |
| | |||||
* | Write documentation for `iced_futures` | 2020-01-20 | 1 | -19/+20 | |
| | |||||
* | Create `iced_futures` and wire everything up | 2020-01-19 | 1 | -0/+188 | |