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-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
2022-05-25
Let a `Theme` control the background color of an application
Héctor Ramón Jiménez
1
-5
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
27
-644
/
+166
2022-05-04
Show `Loading` screen when refreshing in `system_information` example
Héctor Ramón Jiménez
1
-0
/
+2
2022-04-30
Expose `system` module through feature flag
Héctor Ramón Jiménez
1
-2
/
+2
2022-04-27
Simplify the `QueryInformation` Action
Richard
2
-13
/
+7
2022-04-27
Rename `system::information` to `fetch_information`
Richard
1
-2
/
+2
2022-04-26
Add memory usage to `Information` struct
Richard
1
-6
/
+37
2022-04-26
Improve example readability
Richard
1
-8
/
+9
2022-04-26
Add graphics information to example
Richard
1
-0
/
+12
2022-04-26
Add unformated memory total to example
Richard
1
-1
/
+7
2022-04-26
Add `system_information` example
Richard
2
-0
/
+129
2022-04-25
remove example
Nick Senger
1
-9
/
+5
2022-04-25
add example
Nick Senger
1
-5
/
+9
2022-04-22
Implemented Tooltip as Pure
Casper Rogild Storm
2
-0
/
+102
2022-04-18
Revert "add example"
Nick Senger
2
-113
/
+0
2022-04-18
add example
Nick Senger
2
-0
/
+113
2022-04-06
remove example
Nick Senger
2
-178
/
+0
2022-04-06
add example
Nick Senger
2
-0
/
+178
2022-03-18
Reintroduce generic `Message` type for `canvas::Program`
Héctor Ramón Jiménez
6
-17
/
+6
2022-03-16
update palette to 0.6
Cory Forsstrom
2
-18
/
+18
2022-03-16
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
8
-18
/
+16
2022-03-15
Remove unnecessary `unreachable!` in `download_progress` example
Héctor Ramón Jiménez
1
-3
/
+1
2022-03-14
Implement `pure` version of `pane_grid` example :tada:
Héctor Ramón Jiménez
1
-13
/
+12
2022-03-14
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2
-0
/
+448
2022-03-09
Implement `pure` version of `game_of_life` example :tada:
Héctor Ramón Jiménez
5
-0
/
+1262
[next]