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
/
widget
/
src
/
image.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+14
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-41
/
+29
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-18
/
+55
2024-05-01
Use an opaque `Id` type for `image::Handle`
Héctor Ramón Jiménez
1
-5
/
+3
2024-03-21
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
1
-3
/
+7
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-5
/
+6
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-1
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-8
/
+21
2023-11-11
Fix clippy + fmt
Remmirad
1
-1
/
+1
2023-11-11
Implement texture filtering options
Remmirad
1
-1
/
+1
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-3
/
+3
2023-08-30
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-0
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-2
/
+3
2023-03-05
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-7
/
+8
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-5
/
+5
2023-01-28
Refactor image draw to standalone function
Cory Forsstrom
1
-28
/
+40
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
1
-2
/
+2
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-0
/
+7
2022-06-07
Remove unused code warnings
Héctor Ramón Jiménez
1
-1
/
+1
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-0
/
+1
2022-02-23
Remove `hash_layout` method from `Widget` trait
Héctor Ramón Jiménez
1
-12
/
+1
2022-02-16
Hash `content_fit` in `hash_layout` of `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+1
2022-02-16
Remove redundant `layout.bounds()` calls in `Image` and `Svg`
Héctor Ramón Jiménez
1
-6
/
+5
2022-02-16
Add `ContentFit` support to `Svg` widget
Héctor Ramón Jiménez
1
-1
/
+0
2022-02-16
Center `Image` inside available bounds when possible
Héctor Ramón Jiménez
1
-9
/
+14
2022-02-16
Rename `Image::fit` to `content_fit`
Héctor Ramón Jiménez
1
-6
/
+10
2022-02-16
Make documentation of `Image::fit` consistent
Héctor Ramón Jiménez
1
-1
/
+1
2022-02-16
Use a new clipping layer only when necessary in `Image::draw`
Héctor Ramón Jiménez
1
-2
/
+11
2022-02-16
Add support for `ContentFit` for `Image`
Emi Simpson
1
-16
/
+50
2022-02-13
Implement `Image` in `iced_pure`
Héctor Ramón Jiménez
1
-24
/
+49
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-12-10
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
1
-9
/
+13
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-127
/
+4
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-28
Implement `Widget::draw` for `image::Viewer`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-25
Implement `Widget::draw` for `Image`
Héctor Ramón Jiménez
1
-1
/
+4
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-5
/
+2
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-26
/
+1
2020-10-28
Introduce `viewport` to `Widget::draw`
Héctor Ramón Jiménez
1
-1
/
+3
2020-07-10
Remove unnecessary lifetime in `Widget` trait
Héctor Ramón Jiménez
1
-1
/
+1
2020-07-08
Introduce `Widget::overlay` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-27
remove re-export on viewer::State
Cory Forsstrom
1
-1
/
+1
2020-05-26
rename to image::Viewer
Cory Forsstrom
1
-0
/
+3
2020-04-26
document that img handle constructors guess fmt
Ethan Pailes
1
-0
/
+4
2020-04-12
#288 Renamed XXXWidget to Marker
Olivier Pinon
1
-1
/
+2
[next]