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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-01
Fix `default` backend in `iced_futures`
Héctor Ramón Jiménez
3
-3
/
+18
2022-01-28
Implement `time` module for `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2
-0
/
+45
2022-01-28
Split `iced_futures` into different `backend` implementations
Héctor Ramón Jiménez
16
-223
/
+267
2022-01-28
Introduce `MaybeSend` trait in `iced_futures`
Héctor Ramón Jiménez
5
-101
/
+40
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
2
-9
/
+92
2022-01-12
Remove support for old `tokio` crate
Héctor Ramón Jiménez
5
-55
/
+9
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
3
-5
/
+5
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-11-14
Collect the platform-specific concrete future implementations into mods.
Tanner Rogalsky
1
-22
/
+47
2021-09-02
Hide implementation details of `Command` in `iced_futures`
Héctor Ramón Jiménez
2
-0
/
+71
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
3
-152
/
+9
2021-06-14
docs: update all 0.2 github links to 0.3
Yusuf Bera Ertan
1
-3
/
+3
2021-05-19
Fix formatting with `cargo fmt`
Héctor Ramón
1
-2
/
+1
2021-04-12
Run cargo fmt
Dispersia
1
-1
/
+2
2021-03-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2021-02-23
Log event subscription error as a warning
Héctor Ramón Jiménez
1
-1
/
+1
2021-01-15
Use `smol::Timer::interval` for `time::Every`
Héctor Ramón Jiménez
1
-9
/
+1
2021-01-15
Fix `time::Every` implementation for `smol` runtime
Héctor Ramón Jiménez
2
-2
/
+10
2021-01-14
Add `smol` async runtime
Jayce Fayne
5
-3
/
+70
2021-01-04
Use `Instant::into_std` in `futures::time`
Héctor Ramón Jiménez
1
-1
/
+1
2021-01-04
Update `tokio` to `1.0`
Yusuf Bera Ertan
2
-5
/
+18
2020-11-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Update example links to point to `0.2` branch
Héctor Ramón Jiménez
1
-3
/
+3
2020-11-26
Update graphs in crate docs
Héctor Ramón Jiménez
1
-0
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
6
-80
/
+5
2020-11-25
Introduce `tokio_old` feature
Héctor Ramón Jiménez
5
-2
/
+41
2020-11-05
upgrade tokio to latest version(v0.3)
valbendan
2
-3
/
+4
2020-10-29
Accept a function pointer in `Subscription::map`
Héctor Ramón Jiménez
1
-14
/
+5
2020-04-30
Disable `time` module on Wasm for now
Héctor Ramón Jiménez
1
-1
/
+4
2020-04-30
Implement `time::every` in `iced_futures`
Héctor Ramón Jiménez
3
-1
/
+76
2020-04-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-25
Use `Rc` in `Command::map` for Wasm
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-25
#321 cargo fmt
Olivier Pinon
1
-5
/
+1
2020-04-25
#321 Fix async examples by feature-gating Command implementations + Add poked...
Olivier Pinon
1
-0
/
+56
2020-04-15
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-05
Enable feature flags in `docs.rs`
Héctor Ramón Jiménez
1
-0
/
+4
2020-04-04
doc feature flags in futures
Rob Ede
4
-0
/
+5
2020-04-02
Bump all versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
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 `Command` documentation
Héctor Ramón Jiménez
1
-0
/
+1
2020-04-02
Add examples to `subscription::Recipe` docs
Héctor Ramón Jiménez
1
-0
/
+12
2020-04-02
Fix missing link in `Tracker::broadcast` docs
Héctor Ramón Jiménez
1
-0
/
+2
2020-04-02
Fix missing link in `Executor::enter` doc comment
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-26
Make `subscription::Recipe` cross-platform
Héctor Ramón Jiménez
2
-24
/
+20
2020-03-26
Simplify `iced_futures::Command` implementation
Héctor Ramón Jiménez
3
-209
/
+99
2020-03-26
Add `BoxFutures` and `BoxStream` to `iced_futures`
Héctor Ramón Jiménez
1
-0
/
+28
2020-03-05
Implement `Subscription::with`
Héctor Ramón Jiménez
1
-0
/
+70
2020-02-16
Enter executor context only on `Recipe` creation
Héctor Ramón Jiménez
1
-3
/
+10
2020-02-05
Drop `Send` in `Command` and `Executor` on Wasm
Héctor Ramón Jiménez
7
-105
/
+227
[next]