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-02-07
[ImgBot] Optimize images
ImgBotApp
4
-725
/
+1
2022-02-07
Fix links
Theo Robinson
3
-4
/
+4
2022-02-03
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
2
-3
/
+3
2022-01-31
Point `iced_web` links to the new standalone repository
Héctor Ramón Jiménez
2
-4
/
+4
2022-01-29
Add `index.html` for `todos` and `tour` example
Héctor Ramón Jiménez
2
-0
/
+24
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
11
-37
/
+162
2022-01-27
Fix examples, no longer Copy
Cory Forsstrom
1
-2
/
+2
2022-01-27
Increase gap in example
Cory Forsstrom
1
-1
/
+1
2022-01-27
Add line dash API
Cory Forsstrom
1
-0
/
+4
2022-01-20
Remove ambiguous `text_color` attributes for `Checkbox` and `Radio`
Héctor Ramón Jiménez
2
-1
/
+3
2022-01-19
Export `glow` in `iced_glow`
Richard
3
-2
/
+1
2022-01-19
Export `iced_winit::conversion` in `iced_glutin`
Richard
1
-5
/
+5
2022-01-19
Improve shader version selection
Richard
1
-3
/
+1
2022-01-19
Add `env_logger` to `game_of_life`
Richard
2
-0
/
+5
2022-01-17
Simplify `run` and `unfold` helpers to build a `Subscription`
Héctor Ramón Jiménez
1
-70
/
+52
2022-01-16
Update `README` file of `websocket` example
Héctor Ramón Jiménez
1
-1
/
+6
2022-01-16
Draft `websocket` example :tada:
Héctor Ramón Jiménez
6
-0
/
+400
2022-01-15
Make `clock` example responsive
Héctor Ramón Jiménez
1
-5
/
+1
2022-01-15
Use `subscription::run` for `download_progress` example
Héctor Ramón Jiménez
1
-84
/
+69
2022-01-13
Update `reqwest` in examples
Héctor Ramón Jiménez
2
-2
/
+7
2022-01-12
Replace `chrono` with `time` in `clock` example
Héctor Ramón Jiménez
2
-11
/
+14
2022-01-12
Remove support for old `tokio` crate
Héctor Ramón Jiménez
1
-2
/
+2
2022-01-12
Increase text size of pane dimensions in `pane_grid` example
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2
-1
/
+2
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-16
/
+31
2022-01-04
Fix `integration_wgpu` example
Héctor Ramón Jiménez
1
-0
/
+1
2022-01-03
Center contents with `Container` in `exit` example
Héctor Ramón Jiménez
1
-7
/
+16
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2022-01-02
Fix memory leak in opengl integration example
Fey Naomi Schrewe
2
-1
/
+4
2021-12-29
Allow Sandbox applications to exit.
Drake Tetreault
3
-0
/
+95
2021-12-11
Fix path to ferris.png
Nathan Henrie
1
-1
/
+1
2021-12-07
Remove unused fields in `pokedex` example
Héctor Ramón Jiménez
1
-4
/
+1
2021-12-07
Remove unused field in `solar_system` example
Héctor Ramón Jiménez
1
-2
/
+0
2021-11-29
Hide `Box` allocation in `component::view`
Héctor Ramón Jiménez
1
-1
/
+1
2021-11-29
Draft `component` example :tada:
Héctor Ramón Jiménez
2
-0
/
+191
2021-11-14
Add checkbox text_color styling
Daniel May
1
-0
/
+1
2021-11-10
Fix formatting with `cargo fmt`
Héctor Ramón Jiménez
1
-3
/
+1
2021-11-05
Rename `Renderer::present` to `with_primitives`
Héctor Ramón Jiménez
2
-2
/
+2
2021-11-04
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
1
-9
/
+10
2021-11-02
Remove unnecessary String allocation
Ram.Type-0
4
-9
/
+9
2021-10-31
Reintroduce `Box` for `style_sheet` in `TextInput`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
2
-4
/
+4
2021-10-31
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
3
-6
/
+6
2021-10-31
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
3
-6
/
+6
2021-10-31
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
6
-13
/
+13
2021-10-31
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-31
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
7
-22
/
+22
2021-10-31
Rewrite cursor icon logic for `integration_wgpu` example
Héctor Ramón Jiménez
1
-5
/
+5
2021-10-31
Rewrite cursor icon logic for `integration_opengl` example
Héctor Ramón Jiménez
1
-6
/
+5
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2
-9
/
+6
[next]