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
/
examples
/
events
/
src
/
main.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-5
/
+4
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
1
-4
/
+4
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
1
-8
/
+4
2021-03-30
Showcase graceful exiting in `events` example
Héctor Ramón Jiménez
1
-10
/
+37
2021-03-11
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
1
-3
/
+7
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-30
Allow passing external state to `Application::new`
Héctor Ramón Jiménez
1
-1
/
+2
2020-01-20
Package examples and remove `dev-dependencies`
Héctor Ramón Jiménez
1
-0
/
+0
2020-01-20
Add `Application::Executor` associated type
Héctor Ramón Jiménez
1
-2
/
+3
2019-12-30
Make `Row`, `Column`, and `Checkbox` shrink by default
Héctor Ramón Jiménez
1
-9
/
+3
2019-12-14
Write docs for subscriptions and reorganize a bit
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-14
Move native events subscription to `iced_native`
Héctor Ramón Jiménez
1
-35
/
+7
2019-12-14
Consume `Recipe` when building a `Stream`
Héctor Ramón Jiménez
1
-1
/
+1
2019-12-13
Add `timer` example
Héctor Ramón Jiménez
1
-2
/
+0
2019-12-10
Simplify `events` example
Héctor Ramón Jiménez
1
-6
/
+6
2019-12-10
Implement `Subscription::map` and `from_recipe`
Héctor Ramón Jiménez
1
-23
/
+15
2019-12-09
Rename `clock` example to `events`
Héctor Ramón Jiménez
1
-43
/
+37
2019-12-08
Allow listening to runtime events in subscriptions
Héctor Ramón Jiménez
1
-11
/
+9
2019-12-07
Use `oneshot` and `future::select` to cancel streams
Héctor Ramón Jiménez
1
-39
/
+10
2019-12-05
Add `clock` example
Héctor Ramón Jiménez
1
-0
/
+166