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
/
viewer.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-08
Take `Rectangle` by value in `Cursor` API
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-08
Implement basic cursor availability
Héctor Ramón Jiménez
1
-11
/
+14
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-7
/
+7
2023-02-17
Use `Pixels` for `padding` in `image::Viewer`
Héctor Ramón Jiménez
1
-6
/
+6
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-5
/
+5
2022-12-20
Fix `clippy` lints for Rust 1.66
Héctor Ramón Jiménez
1
-8
/
+5
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
-65
/
+98
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
-13
/
+2
2022-01-11
Introduce `Renderer` argument to `mouse_interaction` and `on_event`
Héctor Ramón Jiménez
1
-0
/
+1
2021-12-10
Decouple the image Handle type from the iced_native implementation
Olivier Pinon
1
-13
/
+15
2021-11-29
Introduce `Shell` type in `iced_native`
Héctor Ramón Jiménez
1
-3
/
+3
2021-11-02
Move `viewport` argument to last position in `mouse_interaction` methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
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::mouse_interaction` for `image::Viewer`
Héctor Ramón Jiménez
1
-0
/
+18
2021-10-28
Implement `Widget::draw` for `image::Viewer`
Héctor Ramón Jiménez
1
-3
/
+15
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
-43
/
+4
2021-05-17
viewer: Don't calculate viewport on Fill|Portion
chiheisen
1
-7
/
+18
2021-03-10
Make `Clipboard` argument in `Widget` trait mutable
Héctor Ramón Jiménez
1
-2
/
+2
2021-01-11
Capture relevant events in `image::Viewer`
Héctor Ramón Jiménez
1
-5
/
+15
2020-12-18
Remove `max_width` and `max_height` from `image::Viewer`
Héctor Ramón Jiménez
1
-19
/
+1
2020-12-18
Use intra-doc links in `image::viewer`
Héctor Ramón Jiménez
1
-37
/
+4
2020-12-18
Simplify `cursor_to_center` in `image::Viewer`
Héctor Ramón Jiménez
1
-21
/
+2
2020-12-18
Remove use of `unwrap` in `image::Viewer`
Héctor Ramón Jiménez
1
-34
/
+33
2020-12-18
Rename `starting_cursor_pos` to `cursor_grabbed_at` in `image::Viewer`
Héctor Ramón Jiménez
1
-11
/
+10
2020-12-18
Negate values instead of multipling by `-1.0` in `image::Viewer`
Héctor Ramón Jiménez
1
-10
/
+4
2020-12-18
Remove redundant `f32` conversions in `image::Viewer`
Héctor Ramón Jiménez
1
-12
/
+10
2020-12-18
Remove unnecessary `Option` in `image::viewer::State`
Héctor Ramón Jiménez
1
-18
/
+24
2020-12-18
Rename `scale_pct` to `scale_step` in `image::Viewer`
Héctor Ramón Jiménez
1
-6
/
+6
2020-12-18
Simplify pattern match in `image::Viewer::on_event`
Héctor Ramón Jiménez
1
-15
/
+10
2020-12-18
Pan `image::Viewer` even if the cursor is out of bounds
Héctor Ramón Jiménez
1
-77
/
+68
2020-12-18
Fix `layout` of `image::Viewer`
Héctor Ramón Jiménez
1
-52
/
+38
2020-12-18
Turn methods into helper functions in `image::viewer`
Héctor Ramón Jiménez
1
-26
/
+20
2020-05-27
update docs
Cory Forsstrom
1
-1
/
+1
2020-05-27
centered image and zoom to cursor
Cory Forsstrom
1
-91
/
+196
2020-05-26
rename to image::Viewer
Cory Forsstrom
1
-39
/
+38
2020-05-26
Rename and add to iced image module
Cory Forsstrom
1
-37
/
+37
2020-05-26
Rebase to master and update for api changes
Cory Forsstrom
1
-39
/
+16
2020-05-26
Add `ImagePane` widget
Cory Forsstrom
1
-0
/
+407