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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
1
-0
/
+5
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
5
-13
/
+179
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-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
2024-04-30
Fix cache trimming loop in `iced_wgpu::text`
Héctor Ramón Jiménez
1
-6
/
+18
2024-04-30
Invalidate text uploads after atlas trimming
Héctor Ramón Jiménez
2
-12
/
+26
2024-04-30
Introduce `canvas::Cache` grouping
Héctor Ramón Jiménez
2
-22
/
+65
2024-04-30
Fix `text` and `triangle` uploads being dropped on `canvas` cache clears
Héctor Ramón Jiménez
2
-0
/
+2
2024-04-27
Retain caches in `iced_wgpu` as long as `Rc` values are alive
Héctor Ramón Jiménez
2
-14
/
+12
2024-04-24
Make image `Cache` eviction strategy less aggressive in `iced_wgpu`
Héctor Ramón Jiménez
6
-5
/
+41
2024-04-12
Restore `PREMULTIPLIED_ALPHA_BLENDING` in `triangle::msaa` pipeline
Héctor Ramón Jiménez
1
-1
/
+3
2024-04-12
Fix applying local transformation to `layer_bounds` in `iced_wgpu::text`
Héctor Ramón Jiménez
1
-4
/
+2
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
4
-216
/
+173
2024-04-08
Make arguments of `Renderer::new` explicit in `iced_wgpu`
Héctor Ramón Jiménez
2
-4
/
+12
2024-04-08
Remove leftover `primitive::pipeline` module
Héctor Ramón Jiménez
1
-1
/
+0
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
6
-140
/
+176
2024-04-07
Share `msaa::Blit` texture between multiple windows
Héctor Ramón Jiménez
4
-69
/
+112
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-8
/
+0
2024-04-06
Reenable proper `present_mode` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
[next]