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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #1384 from iced-rs/update-lyon
Héctor Ramón
2022-07-11
4
-13
/
+11
|
\
|
*
Remove unnecessary `let` bindings in `canvas::Frame`
Héctor Ramón Jiménez
2022-07-11
1
-4
/
+3
|
*
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
2022-07-11
4
-9
/
+8
|
/
*
Merge pull request #1358 from ThatsNoMoon/fix-arc_to
Héctor Ramón
2022-07-10
6
-12
/
+199
|
\
|
*
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
5
-5
/
+155
|
*
fix another discrepancy with HTML5 arcTo
ThatsNoMoon
2022-07-10
1
-7
/
+12
|
*
fix arc_to
ThatsNoMoon
2022-07-10
1
-7
/
+41
|
/
*
Merge pull request #1379 from PolyMeilex/fix/clippy
Héctor Ramón
2022-07-09
113
-510
/
+607
|
\
|
*
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
55
-232
/
+237
|
*
Add `lint` workflow to run `cargo clippy`
Héctor Ramón Jiménez
2022-07-09
1
-0
/
+12
|
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
33
-85
/
+197
|
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-07-09
2
-10
/
+3
|
*
Address Clippy lints
Poly
2022-07-09
43
-173
/
+148
*
|
Merge pull request #1373 from fralonra/patch-2
Héctor Ramón
2022-07-09
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix doc example in `pure::canvas::Program`
Héctor Ramón
2022-07-09
1
-1
/
+3
|
*
Update import path in pure canvas example
Zoron
2022-07-09
1
-1
/
+1
|
/
*
Merge pull request #1362 from iced-rs/theming
Héctor Ramón
2022-07-09
142
-2873
/
+2896
|
\
|
*
Remove redundant `crate::Theme` in alias of `Element`
Héctor Ramón Jiménez
2022-07-08
2
-2
/
+2
|
*
Make `Element` aliases in `iced` compatible with `iced_native` and `iced_pure`
Héctor Ramón Jiménez
2022-07-08
4
-9
/
+15
|
*
Fix missing docs in `iced` crate
Héctor Ramón Jiménez
2022-07-08
3
-1
/
+3
|
*
Make widget aliases in `iced` compatible with `iced_native`
Héctor Ramón Jiménez
2022-07-08
2
-80
/
+58
|
*
Fix inconsistent styling for `Radio` and `Checkbox`
Héctor Ramón Jiménez
2022-07-08
1
-2
/
+11
|
*
Add `theme::Application` styling support to `Sandbox`
Héctor Ramón Jiménez
2022-07-08
2
-62
/
+22
|
*
Add `Style` variant support to `application::StyleSheet`
Héctor Ramón Jiménez
2022-07-08
11
-43
/
+148
|
*
Merge branch 'master' into theming
Héctor Ramón Jiménez
2022-07-08
34
-341
/
+448
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1378 from Cupnfish/wgpu-0.13
Héctor Ramón
2022-07-03
15
-156
/
+151
|
\
\
|
*
|
Replace name abbreviation in `iced_wgpu`
Héctor Ramón Jiménez
2022-07-03
1
-1
/
+1
|
*
|
Simplify format selection in `iced_wgpu`
Héctor Ramón Jiménez
2022-07-03
1
-6
/
+1
|
*
|
Use `expect` in `integration_wgpu` example
Héctor Ramón Jiménez
2022-07-03
1
-1
/
+5
|
*
|
Use latest `wgpu_glyph` release on crates.io
Héctor Ramón Jiménez
2022-07-03
1
-1
/
+1
|
*
|
better `wgsl` code style
Cupnfish
2022-07-02
4
-11
/
+11
|
*
|
fix `wgsl` syntax
Cupnfish
2022-07-02
1
-1
/
+1
|
*
|
remove unnecessary `Cargo.toml` formatting
Cupnfish
2022-07-02
1
-22
/
+22
|
*
|
replace `path` to `git`
Cupnfish
2022-07-02
1
-23
/
+23
|
*
|
update `wgpu` to `0.13`
Cupnfish
2022-07-02
15
-145
/
+141
|
/
/
*
|
Bump versions :tada:
Héctor Ramón Jiménez
2022-07-01
2
-2
/
+2
*
|
Merge pull request #1376 from iced-rs/fix/canvas-state-tag
Héctor Ramón
2022-07-01
2
-3
/
+3
|
\
\
|
*
|
Fix `Widget::tag` implementation of `pure::Canvas`
Héctor Ramón Jiménez
2022-07-01
2
-3
/
+3
|
/
/
*
|
Merge pull request #1371 from tarkah/feat/pure-text-input-value-override
Héctor Ramón
2022-06-27
1
-0
/
+26
|
\
\
|
*
|
Allow overriding pure text_input value during draw
Cory Forsstrom
2022-06-23
1
-0
/
+26
|
/
/
*
|
Merge pull request #1370 from jhannyjimenez/canvas_documentation_clarification
Héctor Ramón
2022-06-23
1
-1
/
+8
|
\
\
|
*
|
Added more clarification as to how the position and alignment of the Canvas T...
Jhanny Jimenez
2022-06-22
1
-1
/
+8
*
|
|
Merge pull request #1361 from mtkennerly/feature/prevent-overlapping-title-bar
Héctor Ramón
2022-06-23
2
-52
/
+97
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Prevent pane grid title bar content and controls from overlapping
mtkennerly
2022-06-07
2
-52
/
+97
*
|
|
Merge pull request #1367 from tarkah/fix/wgpu-msaa-alpha-blending
Héctor Ramón
2022-06-17
3
-28
/
+8
|
\
\
\
|
*
|
|
Fix alpha blending for wgpu msaa
Cory Forsstrom
2022-06-16
3
-28
/
+8
|
/
/
/
*
/
/
Update web instructions of the `tour` example
Héctor Ramón Jiménez
2022-06-10
2
-7
/
+7
|
/
/
[prev]
[next]