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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
1
-60
/
+54
2021-02-15
feat(native): add Tooltip widget
Yusuf Bera Ertan
3
-0
/
+146
2021-02-12
Improve download_progress example (#283)
Folyd
4
-81
/
+168
2021-02-03
[wgpu 0.7] Update integration example
Poly
2
-24
/
+24
2021-01-15
Fix `time::Every` implementation for `smol` runtime
Héctor Ramón Jiménez
1
-1
/
+1
2021-01-04
Remove unnecessary `SaveError` variant in `todos` example
Héctor Ramón Jiménez
1
-2
/
+1
2021-01-04
Update `tokio` to `1.0`
Yusuf Bera Ertan
1
-1
/
+1
2020-12-18
Use `image::Viewer` in `pokedex` example
Héctor Ramón Jiménez
1
-3
/
+8
2020-12-17
Mention birth year in `README`s
Nils Martel
1
-2
/
+2
2020-12-10
Update PaneGrid example with more complex TitleBar
Clark Moody
1
-6
/
+28
2020-11-26
Update `game_of_life` capture
Héctor Ramón Jiménez
1
-2
/
+2
2020-11-25
Introduce `tokio_old` feature
Héctor Ramón Jiménez
2
-2
/
+2
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
9
-58
/
+58
2020-11-20
Implement `qr_code` example
Héctor Ramón Jiménez
3
-0
/
+108
2020-11-12
Introduce `event::Status` to `Subscription`
Héctor Ramón Jiménez
1
-7
/
+13
2020-11-12
Implement event capturing for `Canvas`
Héctor Ramón Jiménez
2
-61
/
+88
2020-11-11
Use `directories-next` in `todos` example
Héctor Ramón Jiménez
2
-2
/
+2
2020-11-10
Introduce `is_command_pressed` to `ModifiersState`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `directories` dependency in `todos` example
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-10
Update `env_logger` in `tour` and `integration` examples
Héctor Ramón Jiménez
2
-2
/
+2
2020-11-10
Restore hotkeys in `pane_grid` example
Héctor Ramón Jiménez
2
-16
/
+39
2020-11-10
Introduce `on_click` handler in `PaneGrid`
Héctor Ramón Jiménez
2
-3
/
+16
2020-11-10
Remove focus concept from `pane_grid`
Héctor Ramón Jiménez
1
-22
/
+24
2020-11-05
upgrade tokio to latest version(v0.3)
valbendan
1
-1
/
+1
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2
-3
/
+5
2020-10-24
Update screenshot of `scrollable` example
Héctor Ramón Jiménez
1
-0
/
+0
2020-10-24
Reduce contrast of dark theme in `scrollable` example
Héctor Ramón Jiménez
1
-39
/
+37
2020-10-24
Improve minor details in `scrollable` example
Héctor Ramón Jiménez
2
-249
/
+260
2020-10-22
Add scrollable example program
Clark Moody
5
-0
/
+390
2020-10-17
Require `Clone` for `Message` early when needed
Héctor Ramón Jiménez
2
-2
/
+2
2020-09-12
Move `version` from `Grid` to `GameOfLife` struct
Héctor Ramón Jiménez
1
-15
/
+20
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
19
-20
/
+20
2020-08-27
Remove redundant depth bias fields in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+0
2020-08-27
Update `wgpu` in `integration` example
Héctor Ramón Jiménez
2
-38
/
+56
2020-08-25
Update styling example
Kaiden42
1
-28
/
+19
2020-08-22
added FillMode enum style for the Rule widget
Billy Messenger
1
-1
/
+1
2020-08-22
widget Rule added
Billy Messenger
1
-5
/
+30
2020-08-10
Add `Keyboard` variant to `canvas::Event`
Héctor Ramón Jiménez
2
-0
/
+2
2020-07-23
Improve `Menu` API to facilitate external control
Héctor Ramón Jiménez
2
-2
/
+2
2020-07-16
Update `README` of examples
Héctor Ramón Jiménez
2
-6
/
+7
2020-07-10
Simplify `pick_list` example
Héctor Ramón Jiménez
1
-12
/
+4
2020-07-10
Style `PickList` in `game_of_life` example
Héctor Ramón Jiménez
3
-16
/
+75
2020-07-10
Add `Preset` selector to `game_of_life` example
Héctor Ramón Jiménez
2
-12
/
+209
2020-07-10
Rename `ComboBox` to `PickList`
Héctor Ramón Jiménez
3
-10
/
+8
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
2
-2
/
+2
2020-07-09
Update `pane_grid` GIFs
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-09
Simplify style of `pane_grid` example
Héctor Ramón Jiménez
1
-7
/
+6
2020-07-09
Add a `TitleBar` to `pane_grid` example
Héctor Ramón Jiménez
1
-11
/
+35
2020-07-08
Position `Menu` layer based on available space
Héctor Ramón Jiménez
1
-4
/
+0
2020-07-08
Implement `Widget::overlay` for `Scrollable`
Héctor Ramón Jiménez
1
-4
/
+10
[next]