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
2023-11-29
Implement `Command::run` for executing a `Stream` to completion
Héctor Ramón Jiménez
1
-1
/
+24
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-6
/
+0
2023-09-19
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
1
-2
/
+2
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-2
/
+1
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
3
-6
/
+8
2023-09-07
Add hotkey support for `stopwatch` example
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-07
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
4
-72
/
+141
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-34
/
+27
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
2
-6
/
+6
2023-07-21
refactored window storage;
Bingus
1
-1
/
+1
2023-06-10
Make the subscription::channel function take a FnOnce closure instead of a Fn...
Jonathan Lindsey
1
-1
/
+1
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
4
-8
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-03-05
Converge `Command` types from `iced_futures` and `iced_native`
Héctor Ramón Jiménez
2
-72
/
+0
2023-03-05
Fix `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
1
-8
/
+6
2023-03-05
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
8
-125
/
+314
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
2
-4
/
+4
2023-01-27
Fix: Clippy lint 'let_underscore_future'
13r0ck
2
-0
/
+2
2023-01-26
Annotate `Command` and `Subscription` with `#[must_use]`
Ian Douglas Scott
2
-0
/
+2
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-17
Use `FnOnce` in `Command::perform`
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-12
Relax `Fn` trait bounds in `Command` & `Action`
无限UCW
1
-1
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
3
-8
/
+22
2022-07-09
Address Clippy lints
Poly
2
-6
/
+2
2022-05-31
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-27
Fix `Subscription` cancelation when never awaiting
Héctor Ramón Jiménez
1
-10
/
+23
2022-05-02
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-04-30
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2
-2
/
+6
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-3
/
+3
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-1
/
+1
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
[next]