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
/
wgpu
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
3
-5
/
+5
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2
-6
/
+6
2023-01-27
Fix: Clippy lint 'uninlined_format_args'
13r0ck
1
-1
/
+1
2023-01-14
Bump versions in `README`s
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
2
-4
/
+4
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
5
-29
/
+27
2023-01-09
Initial profiling support for Iced.
Bingus
5
-11
/
+45
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
2
-6
/
+2
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
2
-4
/
+4
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+6
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
8
-605
/
+582
2022-11-10
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
2
-2
/
+20
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-05
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
4
-19
/
+18
2022-11-05
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
6
-23
/
+33
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
7
-537
/
+135
2022-11-03
non uniform border radius for quads
Robert Krahn
2
-15
/
+34
2022-11-03
Refactor imports of `triangle` modules in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
1
-10
/
+10
2022-11-03
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
1
-5
/
+6
2022-11-03
Reuse last set pipeline for `triangle` in `iced_wgpu`
Héctor Ramón Jiménez
3
-2
/
+33
2022-11-03
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
7
-66
/
+66
2022-11-03
Fix lints by `clippy`
Héctor Ramón Jiménez
4
-7
/
+6
2022-11-03
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
1
-8
/
+7
2022-11-03
Convert colors to linear RGB before uploading in `solid` pipelines
Héctor Ramón Jiménez
1
-1
/
+3
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
5
-18
/
+8
2022-11-03
Reuse last buffer in `Frame` if `mesh_style` matches
Héctor Ramón Jiménez
1
-5
/
+2
2022-11-01
Fix inconsistent version format for `raw-window-handle` dependency
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-01
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
1
-2
/
+1
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
2
-7
/
+9
2022-10-18
Cleaned up namespaces re: PR comments.
bungoboingo
8
-123
/
+115
2022-10-07
More import adjusting.
shan
1
-3
/
+2
2022-10-06
Fixed some more imports/documentation.
shan
7
-12
/
+13
2022-10-06
Fixed some imports/documentation.
shan
1
-5
/
+1
2022-10-06
add a link to wgpu supported platforms list
Alistair Keiller
1
-2
/
+3
2022-10-06
remove DX11 support from wgpu
Alistair Keiller
1
-1
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
6
-12
/
+9
2022-10-05
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
1
-2
/
+2
2022-10-05
Adjusted gradient uniforms to be more tightly packed.
shan
2
-31
/
+37
2022-10-05
Fixed issue with offsets not being reset properly leading to borked draws.
shan
2
-2
/
+10
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
6
-138
/
+136
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
6
-228
/
+242
2022-09-29
Removed some leftover debugging.
shan
1
-4
/
+0
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
11
-370
/
+1085
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
11
-370
/
+1085
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
2
-5
/
+12
2022-07-09
Run `cargo fmt`
Héctor Ramón Jiménez
1
-7
/
+1
[next]