index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
futures
/
src
/
subscription
/
tracker.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-26
Fix lints for Rust 1.80
Héctor Ramón Jiménez
1
-3
/
+3
2024-06-14
Move `Maybe*` traits back to `iced_futures`
Héctor Ramón Jiménez
1
-2
/
+1
2024-06-14
Replace `Command` with a new `Task` API with chain support
Héctor Ramón Jiménez
1
-1
/
+2
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-15
/
+4
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-3
/
+13
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
1
-5
/
+4
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-2
/
+1
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-0
/
+3
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
1
-33
/
+18
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-0
/
+10
2022-07-09
Address Clippy lints
Poly
1
-1
/
+1
2022-05-27
Fix `Subscription` cancelation when never awaiting
Héctor Ramón Jiménez
1
-10
/
+23
2022-01-28
Introduce `MaybeSend` trait in `iced_futures`
Héctor Ramón Jiménez
1
-47
/
+7
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
1
-6
/
+46
2021-02-23
Log event subscription error as a warning
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-6
/
+2
2020-04-02
Fix broken link in `Tracker::broadcast` docs
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-02
Fix missing link in `Tracker::broadcast` docs
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-26
Make `subscription::Recipe` cross-platform
Héctor Ramón Jiménez
1
-5
/
+5
2020-02-04
Support event subscriptions in `iced_web`
Héctor Ramón Jiménez
1
-4
/
+3
2020-01-20
Write documentation for `iced_futures`
Héctor Ramón Jiménez
1
-0
/
+36
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-0
/
+0
2020-01-19
Implement `Runtime` and `Executor` in `iced_core`
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-19
Implement `subscription::Tracker` in `iced_core`
Héctor Ramón Jiménez
1
-0
/
+112