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
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-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
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
2
-8
/
+4
2024-04-06
Reenable proper `present_mode` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2024-04-06
Avoid generating empty caches in `iced_wgpu`
Héctor Ramón Jiménez
4
-22
/
+66
2024-04-06
Avoid generating empty `Frame` geometry in `iced_wgpu`
Héctor Ramón Jiménez
1
-18
/
+25
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
7
-1160
/
+855
2024-04-05
Enable clipping and disable v-sync for now
Héctor Ramón Jiménez
3
-20
/
+20
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
5
-164
/
+206
2024-04-03
Fix broken doc links in `iced_wgpu` and `iced_graphics`
Héctor Ramón Jiménez
2
-13
/
+12
2024-04-03
Use default tolerance for dashed paths in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+3
2024-04-03
Set proper `present_mode` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
[next]