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
/
image
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
Fix windows fighting over shared `image::Cache`
Héctor Ramón Jiménez
3
-62
/
+57
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-5
/
+17
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
1
-18
/
+6
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-9
/
+56
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-24
Make image `Cache` eviction strategy less aggressive in `iced_wgpu`
Héctor Ramón Jiménez
6
-5
/
+41
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-3
/
+4
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
3
-0
/
+688
2024-04-01
Use `rustc-hash` for most of our `HashMap` and `HashSet` instances
Héctor Ramón Jiménez
2
-8
/
+8
2024-02-19
Use two layers for `image::atlas` only on `Gl` backend
Héctor Ramón Jiménez
1
-5
/
+9
2024-02-18
[wgpu.image] Workaround WGPU OpenGL heuristics
PolyMeilex
1
-2
/
+6
2023-12-11
Convert SVG text nodes for in-memory SVGs in `iced_wgpu`
Héctor Ramón Jiménez
1
-20
/
+17
2023-12-11
Fix import styling in `iced_wgpu::image::vector`
Héctor Ramón Jiménez
1
-1
/
+1
2023-12-10
implement svg text fix for native renderer
Cory Frenette
1
-5
/
+18
2023-09-20
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-19
Chore: Apply clippy map transformations
Yuri Astrakhan
1
-1
/
+1
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
2
-5
/
+5
2023-07-12
Improve code style in `vector` modules
Héctor Ramón Jiménez
1
-11
/
+12
2023-07-12
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
1
-10
/
+21
2023-05-31
Use proper gamma correction mode in `image::Atlas::grow`
Héctor Ramón Jiménez
1
-1
/
+5
2023-05-31
Avoid gamma correction when `web-colors` is enabled for images
Héctor Ramón Jiménez
1
-1
/
+6
2023-05-11
Remove `dbg!` leftovers in `image::atlas`
Héctor Ramón Jiménez
1
-3
/
+0
2023-05-11
Fix race condition when growing an `image::Atlas`
Héctor Ramón Jiménez
3
-17
/
+30
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-2
/
+4
2023-04-20
remove unused import
David Huculak
1
-2
/
+0
2023-04-20
wgpu 0.16
David Huculak
1
-2
/
+2
2023-04-13
Update `wgpu` to `0.15`
Elham Aryanpur
1
-0
/
+2
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-07
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
4
-102
/
+396
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
4
-9
/
+7
2023-02-24
Refactor `image::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-25
/
+24
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
4
-14
/
+20
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
4
-491
/
+101
2022-07-09
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-09
Run `cargo fmt`
Héctor Ramón Jiménez
1
-7
/
+1
2022-07-09
Address Clippy lints
Poly
4
-8
/
+5
2022-02-09
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
1
-2
/
+0
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2
-2
/
+2
2021-09-30
Fix `Operation::perform` in `image::raster`
Héctor Ramón Jiménez
1
-6
/
+31
2021-09-30
Remove absolute module path leftovers in `image::raster`
Héctor Ramón Jiménez
1
-4
/
+4
2021-09-30
Refactor `Orientation` into `Operation` in `image::raster`
Héctor Ramón Jiménez
1
-53
/
+41
2021-09-30
Remove unnecessary absolute module paths in `image::raster`
Héctor Ramón Jiménez
1
-3
/
+3
2021-09-30
Introduce `Orientation` enum in `image::raster`
Héctor Ramón Jiménez
1
-37
/
+72
[next]