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-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
2021-10-30
Migrate `geometry` example to new `Renderer` API
Héctor Ramón Jiménez
1
-95
/
+95
2021-10-21
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
3
-6
/
+6
2021-10-20
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
1
-3
/
+3
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
2
-4
/
+4
2021-10-18
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2
-2
/
+0
2021-10-18
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
7
-40
/
+36
2021-10-18
Implement `Widget::draw` for `custom_widget` example
Héctor Ramón Jiménez
2
-22
/
+19
2021-10-18
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
6
-21
/
+31
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2
-9
/
+9
2021-10-18
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
3
-6
/
+6
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
4
-130
/
+136
2021-10-13
Update wgpu to 0.11
Poly
1
-2
/
+4
2021-10-04
Update README.md
sundyli
1
-1
/
+1
[next]