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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
2021-12-10
1
-13
/
+15
*
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
2021-11-29
1
-3
/
+3
*
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
2021-11-02
1
-1
/
+1
*
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
2021-10-31
1
-1
/
+1
*
Implement `Widget::mouse_interaction` for `image::Viewer`
Héctor Ramón Jiménez
2021-10-28
1
-0
/
+18
*
Implement `Widget::draw` for `image::Viewer`
Héctor Ramón Jiménez
2021-10-28
1
-3
/
+15
*
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
-43
/
+4
*
viewer: Don't calculate viewport on Fill|Portion
chiheisen
2021-05-17
1
-7
/
+18
*
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
2021-03-10
1
-2
/
+2
*
Capture relevant events in `image::Viewer`
Héctor Ramón Jiménez
2021-01-11
1
-5
/
+15
*
Remove `max_width` and `max_height` from `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-19
/
+1
*
Use intra-doc links in `image::viewer`
Héctor Ramón Jiménez
2020-12-18
1
-37
/
+4
*
Simplify `cursor_to_center` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-21
/
+2
*
Remove use of `unwrap` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-34
/
+33
*
Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-11
/
+10
*
Negate values instead of multipling by `-1.0` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-10
/
+4
*
Remove redundant `f32` conversions in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-12
/
+10
*
Remove unnecessary `Option` in `image::viewer::State`
Héctor Ramón Jiménez
2020-12-18
1
-18
/
+24
*
Rename `scale_pct` to `scale_step` in `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-6
/
+6
*
Simplify pattern match in `image::Viewer::on_event`
Héctor Ramón Jiménez
2020-12-18
1
-15
/
+10
*
Pan `image::Viewer` even if the cursor is out of bounds
Héctor Ramón Jiménez
2020-12-18
1
-77
/
+68
*
Fix `layout` of `image::Viewer`
Héctor Ramón Jiménez
2020-12-18
1
-52
/
+38
*
Turn methods into helper functions in `image::viewer`
Héctor Ramón Jiménez
2020-12-18
1
-26
/
+20
*
Merge remote-tracking branch 'tarkah/image-pane' into image-pane
Héctor Ramón Jiménez
2020-12-18
1
-5
/
+17
*
update docs
Cory Forsstrom
2020-05-27
1
-1
/
+1
*
centered image and zoom to cursor
Cory Forsstrom
2020-05-27
1
-91
/
+196
*
rename to image::Viewer
Cory Forsstrom
2020-05-26
1
-0
/
+383