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-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
2022-06-04
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
1
-40
/
+3
2022-06-01
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
1
-25
/
+3
2022-06-01
Implement theme styling for `Rule`
Héctor Ramón Jiménez
3
-53
/
+7
2022-06-01
Use `Theme` background in `styling` example
Héctor Ramón Jiménez
1
-27
/
+2
2022-06-01
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
1
-43
/
+10
2022-05-27
Implement theme styling for `Radio`
Héctor Ramón Jiménez
3
-89
/
+17
2022-05-26
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
2
-24
/
+9
2022-05-26
Fix examples and doc-tests
Héctor Ramón Jiménez
7
-176
/
+16
2022-05-26
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2
-6
/
+0
2022-05-26
Add "Theming" section to the `tour` example
Héctor Ramón Jiménez
1
-10
/
+60
2022-05-26
Implement theme styling for `Slider`
Héctor Ramón Jiménez
1
-1
/
+1
[next]