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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `subscription::Event`
Héctor Ramón Jiménez
2024-06-11
5
-61
/
+104
*
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
2024-06-10
5
-24
/
+43
*
Use `Skip` as the `MissedTickBehavior` for `tokio` futures backend
Héctor Ramón Jiménez
2024-04-16
1
-6
/
+8
*
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
2
-7
/
+3
*
Fix `wasm_bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2024-04-01
1
-2
/
+1
*
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2024-04-01
6
-12
/
+11
*
Fix `block_on` in `iced_wgpu` hanging Wasm builds
Héctor Ramón Jiménez
2024-03-07
1
-1
/
+1
*
Point doc links to `0.12` branch
Héctor Ramón Jiménez
2024-02-15
1
-4
/
+4
*
Remove redundant `id` field in `subscription::Map`
Héctor Ramón Jiménez
2024-02-05
1
-7
/
+2
*
Assert closure provided to `Subscription::map` is non-capturing
Héctor Ramón Jiménez
2024-02-05
1
-4
/
+12
*
Use `TypeId` to identify `subscription::Map`
Héctor Ramón Jiménez
2024-02-05
1
-10
/
+27
*
Fix grammar in `iced_futures::maybe` module
Héctor Ramón Jiménez
2024-01-18
1
-4
/
+4
*
Fix typo `Send -> Sync`
Héctor Ramón Jiménez
2024-01-18
1
-1
/
+1
*
Remove `Compositor` window generic
Héctor Ramón Jiménez
2024-01-18
2
-3
/
+17
*
Refactor `KeyCode` into `Key` and `Location`
Héctor Ramón Jiménez
2024-01-16
1
-9
/
+8
*
Update `winit` to `0.29.4`
Héctor Ramón Jiménez
2023-12-15
1
-0
/
+1
*
Merge branch 'master' into feat/multi-window-support
Héctor Ramón Jiménez
2023-11-29
7
-128
/
+209
|
\
|
*
Implement `Command::run` for executing a `Stream` to completion
Héctor Ramón Jiménez
2023-11-29
1
-1
/
+24
|
*
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-6
/
+0
|
*
Merge pull request #2091 from nyurik/docs
Héctor Ramón
2023-09-19
1
-2
/
+2
|
|
\
|
|
*
Chore: Apply clippy docs keyword quoting
Yuri Astrakhan
2023-09-19
1
-2
/
+2
|
*
|
Chore: Inline format args for ease of reading
Yuri Astrakhan
2023-09-19
1
-2
/
+1
|
|
/
|
*
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
1
-2
/
+3
|
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
3
-6
/
+8
|
*
Merge pull request #2069 from iced-rs/use-workspace-dependencies
Héctor Ramón
2023-09-07
1
-34
/
+27
|
|
\
|
|
*
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
2023-09-04
1
-34
/
+27
|
*
|
Add hotkey support for `stopwatch` example
Héctor Ramón Jiménez
2023-09-07
1
-2
/
+2
|
*
|
Introduce `keyboard::on_key_press` and `on_key_release`
Héctor Ramón Jiménez
2023-09-07
4
-72
/
+141
|
|
/
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
2
-6
/
+6
*
|
refactored window storage;
Bingus
2023-07-21
1
-1
/
+1
|
/
*
Make the subscription::channel function take a FnOnce closure instead of a Fn...
Jonathan Lindsey
2023-06-10
1
-1
/
+1
*
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2023-05-11
4
-8
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
2
-36
/
+69
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
1
-3
/
+3
*
|
Converge `Command` types from `iced_futures` and `iced_native`
Héctor Ramón Jiménez
2023-03-05
2
-72
/
+0
*
|
Fix `wasm-bindgen` backend in `iced_futures`
Héctor Ramón Jiménez
2023-03-05
1
-8
/
+6
*
|
Remove generic `Hasher` and `Event` from `subscription::Recipe`
Héctor Ramón Jiménez
2023-03-05
8
-125
/
+314
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
2
-4
/
+4
*
Fix: Clippy lint 'let_underscore_future'
13r0ck
2023-01-27
2
-0
/
+2
*
Annotate `Command` and `Subscription` with `#[must_use]`
Ian Douglas Scott
2023-01-26
2
-0
/
+2
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-3
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-3
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-3
/
+3
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
3
-8
/
+22
*
Address Clippy lints
Poly
2022-07-09
2
-6
/
+2
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-05-31
1
-1
/
+1
*
Fix `Subscription` cancelation when never awaiting
Héctor Ramón Jiménez
2022-05-27
1
-10
/
+23
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-05-02
1
-1
/
+1
[next]