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
2025-03-20
WIP: background image support
master
cel 🌸
3
-0
/
+49
2025-03-09
Update `wgpu` to `24` and use `cryoglyph` fork
Héctor Ramón Jiménez
4
-41
/
+43
2025-02-21
Run `cargo fmt`
Héctor Ramón Jiménez
9
-16
/
+16
2025-02-14
Fix `physical_bounds` shadowing in `wgpu` render
Héctor Ramón Jiménez
1
-3
/
+6
2025-02-04
Add debug assertions to `draw_mesh` in `wgpu` renderer
edwloef
1
-0
/
+10
2025-01-27
Make all `Color` constructors `const` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2025-01-26
Avoid preparing layers outside physical bounds in `iced_wgpu`
Héctor Ramón Jiménez
3
-33
/
+13
2025-01-26
Delegate `layer_count` logic to primitive pipelines
Héctor Ramón Jiménez
3
-12
/
+17
2025-01-06
chore: remove once_cell dependency
Tommy Volk
1
-1
/
+0
2024-12-19
always increment quad, mesh, text and image layer counts in wgpu layer rendering
edwloef
1
-5
/
+29
2024-12-08
make engine send by using Arc in text/triangle caches
Alix Bott
2
-20
/
+19
2024-11-21
Remove `surface` argument of `Compositor::screenshot`
Ian Douglas Scott
1
-1
/
+0
2024-11-05
Update `wgpu` to `23.0`
Héctor Ramón Jiménez
6
-14
/
+14
2024-10-02
Derive `Default` for `iced_wgpu::geometry::Cache`
edwloef
1
-1
/
+1
2024-09-24
Include images and saved meshes when pasting `Frame`
Gabriel Vogel
1
-0
/
+1
2024-09-22
always increment solid/gradient count in wgpu mesh rendering
edwloef
1
-0
/
+8
2024-09-20
Introduce `strict-assertions` feature flag
Héctor Ramón Jiménez
2
-0
/
+6
2024-09-20
Update `wgpu` to `22.0`
Héctor Ramón Jiménez
7
-0
/
+8
2024-09-20
Update `wgpu` to `0.20.1`
Héctor Ramón Jiménez
6
-0
/
+28
2024-09-13
Make rendering of svg that has text work out of the box (#2560)
Jovansonlee Cesar
1
-9
/
+21
2024-09-10
Add stroke_rectangle
Vlad-Stefan Harbuz
1
-0
/
+38
2024-09-04
Add `text::Wrapping` support
Héctor Ramón Jiménez
1
-0
/
+1
2024-08-04
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
4
-79
/
+31
2024-08-04
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
4
-95
/
+33
2024-08-04
Implement image support for `canvas` widget
Héctor Ramón Jiménez
6
-14
/
+180
2024-08-03
Render text on top of images by default
Héctor Ramón Jiménez
2
-25
/
+25
2024-07-29
Snap `Quad` lines to the pixel grid in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+11
2024-07-17
Update `cosmic-text` and `resvg` (#2416)
Héctor Ramón
2
-22
/
+21
2024-06-29
wgpu: fix "radii" typo
Vlad-Stefan Harbuz
1
-7
/
+7
2024-06-11
Remove `tracing` leftovers in `iced_wgpu`
Héctor Ramón Jiménez
2
-6
/
+0
2024-05-27
Update outdated `README`s of subcrates
Héctor Ramón Jiménez
1
-34
/
+1
2024-05-12
Align images to the pixel grid in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-08
Update `glyphon` fork to a cleaner branch
Héctor Ramón Jiménez
1
-4
/
+4
2024-05-08
Reuse `glyphon::Viewport` explicitly
Héctor Ramón Jiménez
2
-17
/
+38
2024-05-08
Reuse `glyphon::Pipeline` state in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+11
2024-05-07
Document `present_mode_from_env` in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+12
2024-05-07
Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode`
Héctor Ramón Jiménez
2
-10
/
+29
2024-05-07
Update `winit` to `0.30`
Héctor Ramón Jiménez
1
-4
/
+4
2024-05-06
Trim `image::Cache` after `wgpu::Renderer::present`
Héctor Ramón Jiménez
1
-0
/
+3
2024-05-06
Fix windows fighting over shared `image::Cache`
Héctor Ramón Jiménez
6
-68
/
+74
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
4
-10
/
+39
2024-05-03
Introduce `center` widget helper
Héctor Ramón Jiménez
1
-4
/
+4
2024-05-02
Rename `global_scale` to `scale` in `wgpu::image`
Héctor Ramón Jiménez
1
-9
/
+3
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
4
-55
/
+20
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
4
-21
/
+116
2024-05-02
Fix `clippy` lints for new `1.78` stable toolchain
Héctor Ramón Jiménez
1
-1
/
+1
2024-05-02
Fix panic in `wgpu::color::convert`
Héctor Ramón Jiménez
1
-18
/
+50
2024-05-01
Use an opaque `Id` type for `image::Handle`
Héctor Ramón Jiménez
1
-2
/
+2
2024-05-01
Use `Bytes` as the `Container` of `ImageBuffer`
Héctor Ramón Jiménez
1
-2
/
+2
2024-04-30
Keep text atlases alive during temporary empty uploads
Héctor Ramón Jiménez
1
-32
/
+44
[next]