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-06-10
Revert changes in `tour` example
Héctor Ramón
1
-12
/
+8
2021-06-10
Adds doc comment for disabled button
Jonas Matser
1
-8
/
+12
2021-06-04
Add scrolling progress indicators to `scrollable` example
Héctor Ramón
1
-4
/
+32
2021-06-04
Add buttons to control scrolling in `scrollable` example
Héctor Ramón
1
-12
/
+40
2021-06-03
Add some horizontal padding to `toggler` section in `tour` example
Héctor Ramón
1
-5
/
+8
2021-06-03
Add `Toggler` to tour example
Kaiden42
1
-1
/
+28
2021-06-03
Add `Toggler` to styling example
Kaiden42
1
-9
/
+64
2021-05-24
Example: Add Pin button to prevent closing a pane
Clark Moody
1
-8
/
+42
2021-05-24
Example: Add close button to pane grid controls
Clark Moody
1
-8
/
+54
2021-05-03
Fix `Scrollable` scrollbar being rendered behind contents
Héctor Ramón
2
-14
/
+29
2021-04-12
Run cargo fmt
Dispersia
2
-2
/
+5
2021-04-11
Upgrade wgpu
Dispersia
1
-5
/
+6
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
10
-30
/
+72
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-2
/
+3
2021-03-03
Update: rand
Sebastian
2
-6
/
+4
2021-02-24
Hide `Text` as an implementation detail of `Tooltip`
Héctor Ramón Jiménez
1
-3
/
+3
2021-02-23
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
1
-0
/
+20
2021-02-23
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
1
-0
/
+1
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
[next]