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
/
command.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-17
/
+0
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-02
Fix missing link in `Command` documentation
Héctor Ramón Jiménez
1
-0
/
+1
2020-03-26
Simplify `iced_futures::Command` implementation
Héctor Ramón Jiménez
1
-8
/
+99
2020-02-05
Drop `Send` in `Command` and `Executor` on Wasm
Héctor Ramón Jiménez
1
-97
/
+8
2020-01-19
Create `iced_futures` and wire everything up
Héctor Ramón Jiménez
1
-0
/
+0
2020-01-16
Take `IntoIterator` instead of `Iterator`
Héctor Ramón Jiménez
1
-2
/
+5
2019-12-28
Fix `Command::batch` documentation
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-19
Implement `Command::map`
Héctor Ramón Jiménez
1
-0
/
+25
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-18
Write documentation for `iced_core`
Héctor Ramón Jiménez
1
-0
/
+23
2019-11-18
Rename `Command::attempt` to `Command::perform`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-17
Implement future-based `Command` in `iced_core`
Héctor Ramón Jiménez
1
-0
/
+49