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
2022-11-03
Remove `iced_native` dependency from `cached` example
Héctor Ramón Jiménez
1
-1
/
+0
2022-11-03
Rename `pure_cached` example to `cached`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
add example
Nick Senger
2
-0
/
+152
2022-11-01
Remove patch version from `once_cell` dependency
Héctor Ramón Jiménez
2
-2
/
+2
2022-11-01
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
1
-3
/
+2
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
1
-0
/
+3
2022-10-28
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
4
-9
/
+6
2022-10-04
Fix `clippy` lints
Héctor Ramón Jiménez
2
-21
/
+15
2022-10-04
Replace `voronoi` crate with `voronator`
Héctor Ramón Jiménez
2
-24
/
+18
2022-10-04
Finish `multitouch` example
Héctor Ramón Jiménez
1
-31
/
+14
2022-10-04
vornoi experiment
Artur Sapek
2
-5
/
+81
2022-10-04
Working multitouch example
Artur Sapek
3
-0
/
+178
2022-09-26
Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`
nlevy
1
-6
/
+6
2022-09-23
Include short version in example app
Clark Moody
1
-0
/
+11
2022-09-23
Implement sierpinski-triangle example
xkenmon
4
-0
/
+220
2022-09-21
Take `Cow` in `Text::new`
Ram.Type-0
1
-3
/
+3
2022-09-08
Update docs for running `integration_wgpu` example
Zoron
1
-1
/
+1
2022-08-26
Reintroduce `Element::explain`
Héctor Ramón Jiménez
1
-4
/
+12
2022-08-04
Bump `websocket` example version to fix `audit` workflow
Héctor Ramón Jiménez
1
-1
/
+1
2022-08-04
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
3
-22
/
+53
2022-08-04
Implement `focus_previous` operation
Héctor Ramón Jiménez
1
-3
/
+12
2022-08-02
Implement `focus_next` operation
Héctor Ramón Jiménez
1
-12
/
+45
2022-07-28
Focus text inputs in `todos` example
Héctor Ramón Jiménez
2
-5
/
+27
2022-07-28
Draft widget operations
Héctor Ramón Jiménez
1
-4
/
+2
2022-07-27
Fix `clippy` lints
Héctor Ramón Jiménez
2
-2
/
+2
2022-07-27
Enable `arc` example
Héctor Ramón Jiménez
2
-4
/
+6
2022-07-27
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
2
-8
/
+9
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
55
-5288
/
+1139
2022-07-27
Fix small lint in `pure_color_palette` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-27
add pure version of color_palette example
Max Unsted
4
-0
/
+490
2022-07-14
Fix `deb` asset path in `todos` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-10
Use `Palette` consistently in `arc` example
Héctor Ramón Jiménez
1
-6
/
+4
2022-07-10
Fix `README` or `arc` example
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-10
Add and purify `arc` example by @ThatsNoMoon
Héctor Ramón Jiménez
3
-0
/
+149
2022-07-09
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
2
-14
/
+14
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
25
-146
/
+121
2022-07-08
Add `theme::Application` styling support to `Sandbox`
Héctor Ramón Jiménez
1
-59
/
+9
2022-07-08
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
3
-3
/
+20
2022-07-03
Use `expect` in `integration_wgpu` example
Héctor Ramón Jiménez
1
-1
/
+5
2022-07-02
update `wgpu` to `0.13`
Cupnfish
4
-23
/
+15
2022-06-29
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
13
-29
/
+36
2022-06-16
Fix alpha blending for wgpu msaa
Cory Forsstrom
1
-4
/
+4
2022-06-10
Update web instructions of the `tour` example
Héctor Ramón Jiménez
2
-7
/
+7
2022-06-07
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
6
-8
/
+31
2022-06-07
Use `Theme::Dark` in `pure_game_of_life` example
Héctor Ramón Jiménez
1
-0
/
+4
2022-06-07
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
4
-118
/
+2
2022-06-07
Implement theme styling for `Container`
Héctor Ramón Jiménez
6
-134
/
+81
2022-06-07
Remove `style` module leftover in `scrollable` example
Héctor Ramón Jiménez
1
-52
/
+0
2022-06-07
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
3
-195
/
+18
2022-06-07
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
4
-70
/
+9
[next]