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
*
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2022-11-03
2
-4
/
+7
*
refactor: remove once_cell from styling example
Ashley Wulber
2022-11-03
2
-14
/
+15
*
fix: scrollable example
Ashley Wulber
2022-11-03
1
-5
/
+14
*
refactor: undo changes to radio
Ashley Wulber
2022-11-03
1
-9
/
+20
*
wip: Custom palette for built in theme
Ashley Wulber
2022-11-03
2
-3
/
+22
*
Rename `cached` example to `lazy`
Héctor Ramón Jiménez
2022-11-03
2
-0
/
+149
*
Rename `SortOrder` to `Order` in `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-20
/
+15
*
Rename `iced_lazy::Cached` to `Lazy` :tada:
Héctor Ramón Jiménez
2022-11-03
1
-31
/
+28
*
Improve layout of `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-27
/
+32
*
Add `padding` to main `column` in `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+2
*
Move declaration of `SortOrder` in `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-19
/
+19
*
Remove `iced_native` dependency from `cached` example
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+0
*
Rename `pure_cached` example to `cached`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
add example
Nick Senger
2022-11-03
2
-0
/
+152
*
Merge pull request #1497 from ids1024/once_cell
Héctor Ramón
2022-11-01
4
-9
/
+6
|
\
|
*
Remove patch version from `once_cell` dependency
Héctor Ramón Jiménez
2022-11-01
2
-2
/
+2
|
*
Use `once_cell` instead of `lazy_static`
Ian Douglas Scott
2022-10-28
4
-9
/
+6
*
|
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
2022-11-01
1
-3
/
+2
*
|
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
2022-11-01
1
-0
/
+3
|
/
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-10-04
2
-21
/
+15
*
Replace `voronoi` crate with `voronator`
Héctor Ramón Jiménez
2022-10-04
2
-24
/
+18
*
Finish `multitouch` example
Héctor Ramón Jiménez
2022-10-04
1
-31
/
+14
*
vornoi experiment
Artur Sapek
2022-10-04
2
-5
/
+81
*
Working multitouch example
Artur Sapek
2022-10-04
3
-0
/
+178
*
Recreate `Viewport` on `RedrawRequested` in `integration_wgpu`
nlevy
2022-09-26
1
-6
/
+6
*
Include short version in example app
Clark Moody
2022-09-23
1
-0
/
+11
*
Implement sierpinski-triangle example
xkenmon
2022-09-23
4
-0
/
+220
*
Take `Cow` in `Text::new`
Ram.Type-0
2022-09-21
1
-3
/
+3
*
Update docs for running `integration_wgpu` example
Zoron
2022-09-08
1
-1
/
+1
*
Reintroduce `Element::explain`
Héctor Ramón Jiménez
2022-08-26
1
-4
/
+12
*
Merge pull request #1393 from iced-rs/deprecate-stateful-widgets
Héctor Ramón
2022-08-06
58
-5318
/
+1265
|
\
|
*
Implement `scrollable::snap_to` operation
Héctor Ramón Jiménez
2022-08-04
3
-22
/
+53
|
*
Implement `focus_previous` operation
Héctor Ramón Jiménez
2022-08-04
1
-3
/
+12
|
*
Implement `focus_next` operation
Héctor Ramón Jiménez
2022-08-02
1
-12
/
+45
|
*
Focus text inputs in `todos` example
Héctor Ramón Jiménez
2022-07-28
2
-5
/
+27
|
*
Draft widget operations
Héctor Ramón Jiménez
2022-07-28
1
-4
/
+2
|
*
Fix `clippy` lints
Héctor Ramón Jiménez
2022-07-27
2
-2
/
+2
|
*
Enable `arc` example
Héctor Ramón Jiménez
2022-07-27
2
-4
/
+6
|
*
Use `ToString` for `Text::new` instead of `Into<String>`
Héctor Ramón Jiménez
2022-07-27
2
-8
/
+9
|
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
55
-5288
/
+1139
*
|
Bump `websocket` example version to fix `audit` workflow
Héctor Ramón Jiménez
2022-08-04
1
-1
/
+1
|
/
*
Fix small lint in `pure_color_palette` example
Héctor Ramón Jiménez
2022-07-27
1
-1
/
+1
*
add pure version of color_palette example
Max Unsted
2022-07-27
4
-0
/
+490
*
Fix `deb` asset path in `todos` example
Héctor Ramón Jiménez
2022-07-14
1
-1
/
+1
*
Use `Palette` consistently in `arc` example
Héctor Ramón Jiménez
2022-07-10
1
-6
/
+4
*
Fix `README` or `arc` example
Héctor Ramón Jiménez
2022-07-10
1
-2
/
+2
*
Add and purify `arc` example by @ThatsNoMoon
Héctor Ramón Jiménez
2022-07-10
3
-0
/
+149
*
Fix Wasm build of `todos` example
Héctor Ramón Jiménez
2022-07-09
2
-14
/
+14
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
25
-146
/
+121
*
Add `theme::Application` styling support to `Sandbox`
Héctor Ramón Jiménez
2022-07-08
1
-59
/
+9
[next]