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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add custom error for Compositor::draw()
Billy Messenger
2021-07-22
1
-2
/
+4
*
Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe
Billy Messenger
2021-07-22
33
-217
/
+1040
|
\
|
*
Merge pull request #776 from AldoMX/master
Héctor Ramón
2021-07-22
1
-1
/
+4
|
|
\
|
|
*
Add newline to `todos` example
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+1
|
|
*
Added `select_all` method to `TextInput`.
Aldo Fregoso
2021-03-13
1
-1
/
+3
|
*
|
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+1
|
*
|
feat: add placeholder to pick_list example
Jon Pacheco
2021-07-22
1
-4
/
+5
|
*
|
Merge pull request #929 from TimUntersberger/winit-improv
Héctor Ramón
2021-07-22
1
-0
/
+5
|
|
\
\
|
|
*
|
Center window in `game_of_life` example
Héctor Ramón Jiménez
2021-07-21
1
-0
/
+5
|
|
*
|
Remove `winit` example
Héctor Ramón Jiménez
2021-07-21
3
-73
/
+0
|
|
*
|
update cargo.toml of example
TimUntersberger
2021-06-25
1
-2
/
+2
|
|
*
|
done
TimUntersberger
2021-06-25
1
-41
/
+22
|
|
*
|
wip
TimUntersberger
2021-06-25
2
-13
/
+16
|
|
*
|
add initial attempt at adding winit example
TimUntersberger
2021-06-25
3
-0
/
+89
|
*
|
|
Add a presets `Menu` to the `game_of_life` example
Héctor Ramón Jiménez
2021-07-19
2
-0
/
+21
|
*
|
|
Use `bitflags` for `keyboard::Modifiers`
Héctor Ramón Jiménez
2021-07-12
2
-13
/
+3
|
*
|
|
Make `Menu` API a bit more functional
Héctor Ramón Jiménez
2021-07-12
1
-20
/
+24
|
*
|
|
Initial menu implementation
Richard
2021-07-05
2
-0
/
+133
|
|
/
/
|
*
|
Use new enum variant and new winit repo
Richard
2021-06-25
2
-9
/
+13
|
*
|
Added events for url handling and create example
Richard
2021-06-25
2
-0
/
+79
|
*
|
Add scrolling progress indicators to `scrollable` example
Héctor Ramón
2021-06-04
1
-4
/
+32
|
*
|
Add buttons to control scrolling in `scrollable` example
Héctor Ramón
2021-06-04
1
-12
/
+40
|
*
|
Add some horizontal padding to `toggler` section in `tour` example
Héctor Ramón
2021-06-03
1
-5
/
+8
|
*
|
Add `Toggler` to tour example
Kaiden42
2021-06-03
1
-1
/
+28
|
*
|
Add `Toggler` to styling example
Kaiden42
2021-06-03
1
-9
/
+64
|
*
|
Example: Add Pin button to prevent closing a pane
Clark Moody
2021-05-24
1
-8
/
+42
|
*
|
Example: Add close button to pane grid controls
Clark Moody
2021-05-24
1
-8
/
+54
|
*
|
Merge branch 'hecrj:master' into upgrade-wgpu
Aaron Housh
2021-05-19
2
-14
/
+29
|
|
\
\
|
|
*
|
Fix `Scrollable` scrollbar being rendered behind contents
Héctor Ramón
2021-05-03
2
-14
/
+29
|
*
|
|
Run cargo fmt
Dispersia
2021-04-12
2
-2
/
+5
|
*
|
|
Upgrade wgpu
Dispersia
2021-04-11
1
-5
/
+6
|
|
/
/
|
*
/
Showcase graceful exiting in `events` example
Héctor Ramón Jiménez
2021-03-30
1
-10
/
+37
|
|
/
|
*
Add `clipboard` argument to `Application::update`
Héctor Ramón Jiménez
2021-03-11
10
-30
/
+72
|
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+3
|
*
Update: rand
Sebastian
2021-03-03
2
-6
/
+4
|
*
Hide `Text` as an implementation detail of `Tooltip`
Héctor Ramón Jiménez
2021-02-24
1
-3
/
+3
|
*
Add `style` and `padding` to `Tooltip`
Héctor Ramón Jiménez
2021-02-23
1
-0
/
+20
|
*
Introduce `Tooltip::gap` to control spacing
Héctor Ramón Jiménez
2021-02-23
1
-0
/
+1
|
*
Change `Tooltip` to support `Text` only for now
Héctor Ramón Jiménez
2021-02-23
1
-60
/
+54
|
*
feat(native): add Tooltip widget
Yusuf Bera Ertan
2021-02-15
3
-0
/
+146
|
*
Improve download_progress example (#283)
Folyd
2021-02-12
4
-81
/
+168
|
*
[wgpu 0.7] Update integration example
Poly
2021-02-03
2
-24
/
+24
|
*
Fix `time::Every` implementation for `smol` runtime
Héctor Ramón Jiménez
2021-01-15
1
-1
/
+1
|
*
Remove unnecessary `SaveError` variant in `todos` example
Héctor Ramón Jiménez
2021-01-04
1
-2
/
+1
|
*
Update `tokio` to `1.0`
Yusuf Bera Ertan
2021-01-04
1
-1
/
+1
|
*
Merge pull request #657 from clarkmoody/feature/pane-grid-title-contents
Héctor Ramón
2020-12-22
1
-6
/
+28
|
|
\
|
|
*
Update PaneGrid example with more complex TitleBar
Clark Moody
2020-12-10
1
-6
/
+28
|
*
|
Use `image::Viewer` in `pokedex` example
Héctor Ramón Jiménez
2020-12-18
1
-3
/
+8
|
*
|
Mention birth year in `README`s
Nils Martel
2020-12-17
1
-2
/
+2
|
|
/
*
/
don't panic when swapchain frame is outdated
Billy Messenger
2020-12-16
1
-44
/
+53
|
/
[next]