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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement `scale` support for `image` widget
Héctor Ramón Jiménez
2025-01-27
1
-2
/
+15
*
Fix `Image` not respecting `viewport` bounds
Héctor Ramón Jiménez
2025-01-26
1
-2
/
+6
*
Show `image` doc example in multiple places
Héctor Ramón Jiménez
2024-09-19
1
-7
/
+31
*
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2024-08-04
1
-3
/
+3
*
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
1
-6
/
+9
*
Implement `From<&Handle>` for `image::Handle`
Héctor Ramón Jiménez
2024-08-03
1
-1
/
+1
*
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
2024-05-03
1
-0
/
+14
*
Simplify image rotation API and its internals
Héctor Ramón Jiménez
2024-05-02
1
-41
/
+29
*
Add `Image` rotation support
Héctor Ramón Jiménez
2024-05-02
1
-18
/
+55
*
Use an opaque `Id` type for `image::Handle`
Héctor Ramón Jiménez
2024-05-01
1
-5
/
+3
*
Draft support for dynamic custom renderer injection
Héctor Ramón Jiménez
2024-03-21
1
-3
/
+7
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-5
/
+6
*
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
2024-01-10
1
-1
/
+1
*
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
2024-01-10
1
-6
/
+5
*
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
2024-01-04
1
-1
/
+1
*
Refactor texture image filtering
Héctor Ramón Jiménez
2023-11-11
1
-8
/
+21
*
Fix clippy + fmt
Remmirad
2023-11-11
1
-1
/
+1
*
Implement texture filtering options
Remmirad
2023-11-11
1
-1
/
+1
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-3
/
+3
*
Make `widget::Tree` mutable in `Widget::layout`
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-0
/
+1
*
Implement basic cursor availability
Héctor Ramón Jiménez
2023-06-08
1
-2
/
+3
*
Use `no_run` for widget doc-tests
Héctor Ramón Jiménez
2023-03-05
1
-1
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-0
/
+205