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
*
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
*
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2022-07-08
3
-3
/
+20
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
7
-32
/
+28
|
\
|
*
Use `expect` in `integration_wgpu` example
Héctor Ramón Jiménez
2022-07-03
1
-1
/
+5
|
*
update `wgpu` to `0.13`
Cupnfish
2022-07-02
4
-23
/
+15
|
*
Fix alpha blending for wgpu msaa
Cory Forsstrom
2022-06-16
1
-4
/
+4
|
*
Update web instructions of the `tour` example
Héctor Ramón Jiménez
2022-06-10
2
-7
/
+7
*
|
Introduce `StyleSheet` for `Text` widget
Héctor Ramón Jiménez
2022-06-29
13
-29
/
+36
*
|
Implement theme styling for `Canvas`
Héctor Ramón Jiménez
2022-06-07
6
-8
/
+31
*
|
Use `Theme::Dark` in `pure_game_of_life` example
Héctor Ramón Jiménez
2022-06-07
1
-0
/
+4
*
|
Implement theme styling for `PickList` and `Menu`
Héctor Ramón Jiménez
2022-06-07
4
-118
/
+2
*
|
Implement theme styling for `Container`
Héctor Ramón Jiménez
2022-06-07
6
-134
/
+81
*
|
Remove `style` module leftover in `scrollable` example
Héctor Ramón Jiménez
2022-06-07
1
-52
/
+0
*
|
Implement theme styling for `Scrollable`
Héctor Ramón Jiménez
2022-06-07
3
-195
/
+18
*
|
Implement theme styling for `TextInput`
Héctor Ramón Jiménez
2022-06-07
4
-70
/
+9
*
|
Implement theme styling for `Checkbox`
Héctor Ramón Jiménez
2022-06-04
1
-40
/
+3
*
|
Implement theme styling for `ProgressBar`
Héctor Ramón Jiménez
2022-06-01
1
-25
/
+3
*
|
Implement theme styling for `Rule`
Héctor Ramón Jiménez
2022-06-01
3
-53
/
+7
*
|
Use `Theme` background in `styling` example
Héctor Ramón Jiménez
2022-06-01
1
-27
/
+2
*
|
Implement theme styling for `Toggler`
Héctor Ramón Jiménez
2022-06-01
1
-43
/
+10
*
|
Implement theme styling for `Radio`
Héctor Ramón Jiménez
2022-05-27
3
-89
/
+17
*
|
Introduce specific types for each `palette::Extended` field
Héctor Ramón Jiménez
2022-05-26
2
-24
/
+9
*
|
Fix examples and doc-tests
Héctor Ramón Jiménez
2022-05-26
7
-176
/
+16
*
|
Rename `Variant` to `Style` and `Style` to `Appearance`
Héctor Ramón Jiménez
2022-05-26
2
-6
/
+0
*
|
Add "Theming" section to the `tour` example
Héctor Ramón Jiménez
2022-05-26
1
-10
/
+60
*
|
Implement theme styling for `Slider`
Héctor Ramón Jiménez
2022-05-26
1
-1
/
+1
*
|
Let a `Theme` control the background color of an application
Héctor Ramón Jiménez
2022-05-25
1
-5
/
+1
*
|
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
27
-644
/
+166
|
/
*
Merge branch 'master' into dev/system-information
Héctor Ramón Jiménez
2022-05-04
2
-0
/
+102
|
\
|
*
Implemented Tooltip as Pure
Casper Rogild Storm
2022-04-22
2
-0
/
+102
*
|
Show `Loading` screen when refreshing in `system_information` example
Héctor Ramón Jiménez
2022-05-04
1
-0
/
+2
*
|
Expose `system` module through feature flag
Héctor Ramón Jiménez
2022-04-30
1
-2
/
+2
*
|
Simplify the `QueryInformation` Action
Richard
2022-04-27
2
-13
/
+7
*
|
Rename `system::information` to `fetch_information`
Richard
2022-04-27
1
-2
/
+2
*
|
Add memory usage to `Information` struct
Richard
2022-04-26
1
-6
/
+37
*
|
Improve example readability
Richard
2022-04-26
1
-8
/
+9
*
|
Add graphics information to example
Richard
2022-04-26
1
-0
/
+12
*
|
Add unformated memory total to example
Richard
2022-04-26
1
-1
/
+7
*
|
Add `system_information` example
Richard
2022-04-26
2
-0
/
+129
|
/
*
Merge pull request #1284 from iced-rs/virtual-widgets
Héctor Ramón
2022-03-23
21
-4
/
+3406
|
\
|
*
Reintroduce generic `Message` type for `canvas::Program`
Héctor Ramón Jiménez
2022-03-18
6
-17
/
+6
|
*
Export widget modules in `iced_pure`
Héctor Ramón Jiménez
2022-03-16
8
-18
/
+16
|
*
Implement `pure` version of `pane_grid` example :tada:
Héctor Ramón Jiménez
2022-03-14
1
-13
/
+12
|
*
Implement `pure` version of `PaneGrid` widget
Héctor Ramón Jiménez
2022-03-14
2
-0
/
+448
|
*
Implement `pure` version of `game_of_life` example :tada:
Héctor Ramón Jiménez
2022-03-09
5
-0
/
+1262
[next]