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
/
widget
/
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
-204
/
+0
*
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
2023-02-17
1
-5
/
+5
*
Refactor image draw to standalone function
Cory Forsstrom
2023-01-28
1
-28
/
+40
*
Refactor some `image` traits a bit
Héctor Ramón Jiménez
2022-11-05
1
-2
/
+2
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
1
-0
/
+7
*
Remove unused code warnings
Héctor Ramón Jiménez
2022-06-07
1
-1
/
+1
*
Draft first-class `Theme` support
Héctor Ramón Jiménez
2022-05-14
1
-0
/
+1
*
Merge branch 'master' into virtual-widgets
Héctor Ramón Jiménez
2022-03-07
1
-41
/
+78
|
\
|
*
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
2022-02-23
1
-12
/
+1
|
*
Hash `content_fit` in `hash_layout` of `Image` and `Svg`
Héctor Ramón Jiménez
2022-02-16
1
-0
/
+1
|
*
Remove redundant `layout.bounds()` calls in `Image` and `Svg`
Héctor Ramón Jiménez
2022-02-16
1
-6
/
+5
|
*
Add `ContentFit` support to `Svg` widget
Héctor Ramón Jiménez
2022-02-16
1
-1
/
+0
|
*
Center `Image` inside available bounds when possible
Héctor Ramón Jiménez
2022-02-16
1
-9
/
+14
|
*
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
2022-02-16
1
-6
/
+10
|
*
Make documentation of `Image::fit` consistent
Héctor Ramón Jiménez
2022-02-16
1
-1
/
+1
|
*
Use a new clipping layer only when necessary in `Image::draw`
Héctor Ramón Jiménez
2022-02-16
1
-2
/
+11
|
*
Add support for `ContentFit` for `Image`
Emi Simpson
2022-02-16
1
-16
/
+50
*
|
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
2022-02-13
1
-24
/
+49
|
/
*
Change GitHub namespace to new org for all files
LordRatte
2022-01-03
1
-1
/
+1
*
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
2021-12-10
1
-9
/
+13
*
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-127
/
+4
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Implement `Widget::draw` for `image::Viewer`
Héctor Ramón Jiménez
2021-10-28
1
-2
/
+2
*
Implement `Widget::draw` for `Image`
Héctor Ramón Jiménez
2021-10-25
1
-1
/
+4
*
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
2021-10-18
1
-1
/
+2
*
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
2021-10-14
1
-5
/
+2
*
Merge remote-tracking branch 'tarkah/image-pane' into image-pane
Héctor Ramón Jiménez
2020-12-18
1
-0
/
+3
|
\
|
*
remove re-export on viewer::State
Cory Forsstrom
2020-05-27
1
-1
/
+1
|
*
rename to image::Viewer
Cory Forsstrom
2020-05-26
1
-0
/
+3
*
|
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
2020-11-26
1
-26
/
+1
*
|
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
2020-10-28
1
-1
/
+3
|
/
*
document that img handle constructors guess fmt
Ethan Pailes
2020-04-26
1
-0
/
+4
*
#288 Renamed XXXWidget to Marker
Olivier Pinon
2020-04-12
1
-1
/
+2
*
Genericize `From` implementation for `image::Handle`
Héctor Ramón Jiménez
2020-03-31
1
-9
/
+6
*
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
2020-03-30
1
-0
/
+2
*
Remove excess whitespace from end of line to comply with `cargo fmt`.
Mark Friedenbach
2020-03-20
1
-1
/
+1
*
Note BGRA requirement in Handle::from_pixels docs
Soham Chowdhury
2020-03-01
1
-1
/
+3
*
Add support for loading already-decoded image pixels
Soham Chowdhury
2020-02-29
1
-0
/
+26
*
Implemented a texture atlas for images and svgs.
Malte Veerman
2020-02-25
1
-1
/
+1
*
Add `Handle` and `Data` to `image` in `iced_web`
Héctor Ramón Jiménez
2020-02-05
1
-1
/
+0
*
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
2019-12-30
1
-0
/
+1
*
Update `Image::hash_layout` to hash new `Handle`
Héctor Ramón Jiménez
2019-12-04
1
-1
/
+7
*
Merge branch 'master' into feature/image-from-bytes
Héctor Ramón Jiménez
2019-12-04
1
-0
/
+1
|
\
|
*
Added path to image hash so it updates when path changes
Nicholas Pienta
2019-12-01
1
-0
/
+1
*
|
Rename `image::Handle::from_bytes` to `from_memory`
Héctor Ramón Jiménez
2019-12-04
1
-1
/
+4
*
|
Fix typo in `image::Handle` docs
Héctor Ramón Jiménez
2019-11-30
1
-1
/
+1
*
|
Implement `image` viewer example
Héctor Ramón Jiménez
2019-11-30
1
-16
/
+23
*
|
Allow to load an image from memory
Héctor Ramón Jiménez
2019-11-29
1
-8
/
+85
|
/
*
Fix `iced_native` widget examples
Héctor Ramón Jiménez
2019-11-24
1
-11
/
+8
*
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
2019-11-22
1
-0
/
+3
[next]