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-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-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
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]