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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Chore: Apply clippy map transformations"
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Fix `clippy::match-wildcard-for-single-variants`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Merge pull request #2090 from nyurik/mapping
Héctor Ramón
2023-09-19
1
-1
/
+1
|
\
|
*
Chore: Apply clippy map transformations
Yuri Astrakhan
2023-09-19
1
-1
/
+1
*
|
Chore: Inline format args for ease of reading
Yuri Astrakhan
2023-09-19
2
-5
/
+5
|
/
*
Improve code style in `vector` modules
Héctor Ramón Jiménez
2023-07-12
1
-11
/
+12
*
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
2023-07-12
1
-10
/
+21
*
Use proper gamma correction mode in `image::Atlas::grow`
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+5
*
Avoid gamma correction when `web-colors` is enabled for images
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+6
*
Remove `dbg!` leftovers in `image::atlas`
Héctor Ramón Jiménez
2023-05-11
1
-3
/
+0
*
Fix race condition when growing an `image::Atlas`
Héctor Ramón Jiménez
2023-05-11
3
-17
/
+30
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
1
-4
/
+2
|
\
|
*
remove unused import
David Huculak
2023-04-20
1
-2
/
+0
|
*
wgpu 0.16
David Huculak
2023-04-20
1
-2
/
+2
|
*
Update `wgpu` to `0.15`
Elham Aryanpur
2023-04-13
1
-0
/
+2
*
|
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
2023-04-26
1
-2
/
+4
*
|
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
2023-04-08
1
-0
/
+2
*
|
Remove `image` abstractions in `iced_graphics`
Héctor Ramón Jiménez
2023-03-07
4
-102
/
+396
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
4
-9
/
+7
*
|
Refactor `image::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
2023-02-24
1
-25
/
+24
|
/
*
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
2022-11-05
1
-2
/
+2
*
Refactor some `image` traits a bit
Héctor Ramón Jiménez
2022-11-05
4
-14
/
+20
*
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
2022-11-05
4
-491
/
+101
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
1
-1
/
+1
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-07-09
1
-7
/
+1
*
Address Clippy lints
Poly
2022-07-09
4
-8
/
+5
*
Update Rust edition to 2021 :tada:
Héctor Ramón Jiménez
2022-02-09
1
-2
/
+0
*
Fix `Operation::perform` in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-6
/
+31
*
Remove absolute module path leftovers in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-4
/
+4
*
Refactor `Orientation` into `Operation` in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-53
/
+41
*
Remove unnecessary absolute module paths in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-3
/
+3
*
Introduce `Orientation` enum in `image::raster`
Héctor Ramón Jiménez
2021-09-30
1
-37
/
+72
*
Honor Exif orientation in `iced_wgpu::Image`
Mateusz Czapliński
2021-09-30
1
-2
/
+44
*
Update `resvg` to `0.18` in `iced_wgpu`
Héctor Ramón Jiménez
2021-09-27
1
-11
/
+21
*
wgpu: Update to 0.10
Poly
2021-08-19
1
-7
/
+10
*
Use ceil on svg dimensions, fix svg memory usage
aentity
2021-07-21
1
-2
/
+3
*
Merge branch 'hecrj:master' into upgrade-wgpu
Aaron Housh
2021-05-19
1
-17
/
+5
|
\
|
*
This commit optimizes the function used to converg rgba pixels into bgra pixels.
Zak
2021-05-11
1
-17
/
+5
*
|
Upgrade wgpu
Dispersia
2021-04-11
1
-11
/
+13
|
/
*
Add image format options to reduce code bloat, fixes #376
Greg V
2021-02-13
2
-5
/
+5
*
Update resvg to `0.12`
Greg V
2020-12-19
1
-16
/
+29
*
Fix deprecation warnings from `image`
Héctor Ramón Jiménez
2020-11-20
1
-2
/
+2
*
Update `bytemuck` and remove `zerocopy` in `iced_wgpu`
Héctor Ramón Jiménez
2020-11-10
1
-3
/
+1
*
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
2020-08-31
1
-3
/
+3
*
Fix `offset` calculation in `image::Atlas`
Héctor Ramón Jiménez
2020-08-27
1
-1
/
+1
*
Fix `layers` initialization in `image::Atlas`
Héctor Ramón Jiménez
2020-08-27
1
-1
/
+1
*
Update `image` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
2020-08-27
1
-16
/
+60
*
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
2020-04-07
2
-27
/
+15
*
Implement `svg::Handle::from_memory`
Héctor Ramón Jiménez
2020-03-31
1
-3
/
+13
[next]