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
*
Merge pull request #1106 from RamType0/RemoveUnnecessaryStringAllocationInExa...
Héctor Ramón
2021-11-10
4
-11
/
+9
|
\
|
*
Fix formatting with `cargo fmt`
Héctor Ramón Jiménez
2021-11-10
1
-3
/
+1
|
*
Remove unnecessary String allocation
Ram.Type-0
2021-11-02
4
-9
/
+9
*
|
Rename `Renderer::present` to `with_primitives`
Héctor Ramón Jiménez
2021-11-05
2
-2
/
+2
*
|
Rename `fill_rectangle` to `fill_quad` in `Renderer`
Héctor Ramón Jiménez
2021-11-04
1
-9
/
+10
*
|
Merge branch 'master' into remove-renderer-traits
Héctor Ramón Jiménez
2021-10-31
1
-2
/
+4
|
\
|
|
*
Update wgpu to 0.11
Poly
2021-10-13
1
-2
/
+4
*
|
Reintroduce `Box` for `style_sheet` in `TextInput`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Slider`
Héctor Ramón Jiménez
2021-10-31
2
-4
/
+4
*
|
Reintroduce `Box` for `style_sheet` in `Scrollable`
Héctor Ramón Jiménez
2021-10-31
3
-6
/
+6
*
|
Reintroduce `Box` for `style_sheet` in `Radio`
Héctor Ramón Jiménez
2021-10-31
3
-6
/
+6
*
|
Reintroduce `Box` for `style_sheet` in `Container`
Héctor Ramón Jiménez
2021-10-31
6
-13
/
+13
*
|
Reintroduce `Box` for `style_sheet` in `Checkbox`
Héctor Ramón Jiménez
2021-10-31
1
-3
/
+3
*
|
Reintroduce `Box` for `style_sheet` in `Button`
Héctor Ramón Jiménez
2021-10-31
7
-22
/
+22
*
|
Rewrite cursor icon logic for `integration_wgpu` example
Héctor Ramón Jiménez
2021-10-31
1
-5
/
+5
*
|
Rewrite cursor icon logic for `integration_opengl` example
Héctor Ramón Jiménez
2021-10-31
1
-6
/
+5
*
|
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
2
-9
/
+6
*
|
Migrate `geometry` example to new `Renderer` API
Héctor Ramón Jiménez
2021-10-30
1
-95
/
+95
*
|
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
2021-10-21
1
-3
/
+3
*
|
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
3
-6
/
+6
*
|
Implement `Widget::draw` for `TextInput`
Héctor Ramón Jiménez
2021-10-20
1
-3
/
+3
*
|
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
2021-10-20
2
-4
/
+4
*
|
Introduce `mouse_interaction` method to `Widget` trait
Héctor Ramón Jiménez
2021-10-18
2
-2
/
+0
*
|
Wire up styling to `Button` in `iced_native`
Héctor Ramón Jiménez
2021-10-18
7
-40
/
+36
*
|
Implement `Widget::draw` for `custom_widget` example
Héctor Ramón Jiménez
2021-10-18
2
-22
/
+19
*
|
Wire up `container` styling to `iced_native`
Héctor Ramón Jiménez
2021-10-18
6
-21
/
+31
*
|
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
2
-9
/
+9
*
|
Draw scrollbar in `Widget::draw` for `Scrollable`
Héctor Ramón Jiménez
2021-10-18
3
-6
/
+6
*
|
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
4
-130
/
+136
|
/
*
Update README.md
sundyli
2021-10-04
1
-1
/
+1
*
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
2021-09-20
19
-93
/
+91
*
Introduce and use `CrossAlign` enum for `Column` and `Row`
Héctor Ramón Jiménez
2021-09-20
18
-62
/
+67
*
Revert system menus support
Héctor Ramón Jiménez
2021-09-15
4
-143
/
+0
*
Make `Command` implementations platform-specific
Héctor Ramón Jiménez
2021-09-02
13
-95
/
+39
*
Add spaces around `iced_wgpu` feature list in `Cargo.toml` of `integration_wgpu`
Héctor Ramón Jiménez
2021-08-25
1
-1
/
+1
*
wgpu: Update to 0.10
Poly
2021-08-19
3
-18
/
+20
*
Update `README` in `examples` directory
Héctor Ramón Jiménez
2021-08-13
2
-3
/
+4
*
Fix `panic!` warnings in `integration_opengl` example
Héctor Ramón Jiménez
2021-08-13
2
-2
/
+8
*
Fix formatting of `integration_opengl` example
Héctor Ramón Jiménez
2021-08-13
1
-3
/
+9
*
Rename `integration` examples
Héctor Ramón Jiménez
2021-08-13
12
-5
/
+7
*
Add integration_gl example
Tamás Szelei
2021-08-13
5
-0
/
+407
*
Merge pull request #667 from BillyDM/wgpu_outdatedframe
Héctor Ramón
2021-08-05
1
-44
/
+55
|
\
|
*
add custom error for Compositor::draw()
Billy Messenger
2021-07-22
1
-2
/
+4
|
*
Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe
Billy Messenger
2021-07-22
33
-217
/
+1040
|
|
\
|
*
|
don't panic when swapchain frame is outdated
Billy Messenger
2020-12-16
1
-44
/
+53
*
|
|
Fix typo in `integration` example
Héctor Ramón Jiménez
2021-08-04
1
-1
/
+1
*
|
|
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
2021-08-03
1
-16
/
+19
|
|
/
|
/
|
*
|
Merge pull request #776 from AldoMX/master
Héctor Ramón
2021-07-22
1
-1
/
+4
|
\
\
|
*
|
Add newline to `todos` example
Héctor Ramón Jiménez
2021-07-22
1
-0
/
+1
|
*
|
Added `select_all` method to `TextInput`.
Aldo Fregoso
2021-03-13
1
-1
/
+3
[next]