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
Make `Theme::Custom` fields opaque
Héctor Ramón Jiménez
1
-48
/
+41
2022-11-03
fix: arc example
Ashley Wulber
1
-1
/
+1
2022-11-03
fix: clippy lint https://rust-lang.github.io/rust-clippy/master/index.html#la...
Ashley Wulber
2
-4
/
+7
2022-11-03
refactor: remove once_cell from styling example
Ashley Wulber
2
-14
/
+15
2022-11-03
fix: scrollable example
Ashley Wulber
1
-5
/
+14
2022-11-03
refactor: undo changes to radio
Ashley Wulber
1
-9
/
+20
2022-11-03
wip: Custom palette for built in theme
Ashley Wulber
2
-3
/
+22
2022-11-03
Rename `cached` example to `lazy`
Héctor Ramón Jiménez
2
-0
/
+149
2022-11-03
Rename `SortOrder` to `Order` in `cached` example
Héctor Ramón Jiménez
1
-20
/
+15
2022-11-03
Rename `iced_lazy::Cached` to `Lazy` :tada:
Héctor Ramón Jiménez
1
-31
/
+28
2022-11-03
Improve layout of `cached` example
Héctor Ramón Jiménez
1
-27
/
+32
2022-11-03
Add `padding` to main `column` in `cached` example
Héctor Ramón Jiménez
1
-1
/
+2
2022-11-03
Move declaration of `SortOrder` in `cached` example
Héctor Ramón Jiménez
1
-19
/
+19
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-02
Update pane_grid example w/ maximize / restore
Cory Forsstrom
1
-5
/
+35
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-07
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
1
-8
/
+2
2022-10-07
Adjusted reexports for clarity.
shan
2
-3
/
+2
2022-10-07
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2
-19
/
+29
2022-10-06
Fixed some imports/documentation.
shan
1
-2
/
+2
2022-10-06
Added support for gradients to respect current frame transform.
shan
2
-36
/
+37
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
4
-12
/
+9
2022-10-05
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
1
-1
/
+1
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
5
-258
/
+6
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
4
-10
/
+11
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-30
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2
-1
/
+3
2022-09-29
Fixed issue where OpenGL would not render both shaders at once under certain ...
shan
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
6
-53
/
+220
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
6
-53
/
+220
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
[prev]
[next]