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
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
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
19
-93
/
+91
2021-09-20
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
18
-62
/
+67
2021-09-15
Revert system menus support
Héctor Ramón Jiménez
4
-143
/
+0
2021-09-02
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
13
-95
/
+39
2021-08-25
Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-19
wgpu: Update to 0.10
Poly
3
-18
/
+20
2021-08-13
Update `README` in `examples` directory
Héctor Ramón Jiménez
2
-3
/
+4
2021-08-13
Fix `panic!` warnings in `integration_opengl` example
Héctor Ramón Jiménez
2
-2
/
+8
2021-08-13
Fix formatting of `integration_opengl` example
Héctor Ramón Jiménez
1
-3
/
+9
2021-08-13
Rename `integration` examples
Héctor Ramón Jiménez
12
-5
/
+7
2021-08-13
Add integration_gl example
Tamás Szelei
5
-0
/
+407
2021-08-04
Fix typo in `integration` example
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-03
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
1
-16
/
+19
2021-07-22
add custom error for Compositor::draw()
Billy Messenger
1
-2
/
+4
2021-07-22
Add newline to `todos` example
Héctor Ramón Jiménez
1
-0
/
+1
2021-07-22
Introduce `placeholder_color` to `pick_list::Style`
Héctor Ramón Jiménez
1
-0
/
+1
2021-07-22
feat: add placeholder to pick_list example
Jon Pacheco
1
-4
/
+5
[next]