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
/
native
/
src
/
image.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-174
/
+0
*
Remove `Clone` bound for `Bytes::new` in `image`
Héctor Ramón Jiménez
2023-02-18
1
-3
/
+3
*
Wrap image `Bytes` with `Arc` instead of `Data`
Héctor Ramón Jiménez
2023-02-17
1
-35
/
+18
*
image: Allow any kind of data that implements `AsRef<[u8]>` for the image data
Sebastian Dröge
2023-02-17
1
-7
/
+64
*
Fix: Clippy lint 'uninlined_format_args'
13r0ck
2023-01-27
1
-2
/
+2
*
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
2022-11-05
1
-5
/
+5
*
Refactor some `image` traits a bit
Héctor Ramón Jiménez
2022-11-05
1
-2
/
+2
*
Unify methods by leveraging `Into<Cow>` in `image` and `svg`
Héctor Ramón Jiménez
2022-11-05
1
-23
/
+5
*
Use `Cow<'static, [u8]>` in image/svg, add constructors taking &[u8]`
Ian Douglas Scott
2022-10-03
1
-4
/
+27
*
Fix broken intra-doc links in documentation
Héctor Ramón Jiménez
2022-04-30
1
-2
/
+2
*
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
2021-12-10
1
-2
/
+7
*
Write documentation for `iced_native::image`
Héctor Ramón Jiménez
2021-11-04
1
-3
/
+5
*
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-0
/
+122