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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2020-03-31
Genericize `From` implementation for `image::Handle`
Héctor Ramón Jiménez
1
-9
/
+6
2020-03-30
Hash type ids in `Widget::hash_layout` impls
Héctor Ramón Jiménez
1
-0
/
+2
2020-03-20
Remove excess whitespace from end of line to comply with `cargo fmt`.
Mark Friedenbach
1
-1
/
+1
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
1
-2
/
+2
2020-03-01
Note BGRA requirement in Handle::from_pixels docs
Soham Chowdhury
1
-1
/
+3
2020-02-29
Add support for loading already-decoded image pixels
Soham Chowdhury
1
-0
/
+26
2020-02-25
Implemented a texture atlas for images and svgs.
Malte Veerman
1
-1
/
+1
2020-02-14
Revert changing the constructor and implement new method.
daxpedda
1
-1
/
+1
2020-02-14
Add `bound` to `Node` constructor.
daxpedda
1
-1
/
+1
2020-02-05
Add `Handle` and `Data` to `image` in `iced_web`
Héctor Ramón Jiménez
1
-1
/
+0
2019-12-30
Add `Renderer::Defaults` and style inheritance
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-04
Update `Image::hash_layout` to hash new `Handle`
Héctor Ramón Jiménez
1
-1
/
+7
2019-12-04
Rename `image::Handle::from_bytes` to `from_memory`
Héctor Ramón Jiménez
1
-1
/
+4
2019-12-01
Added path to image hash so it updates when path changes
Nicholas Pienta
1
-0
/
+1
2019-11-30
Fix typo in `image::Handle` docs
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-29
Make many functions `const`
Nikolai Vazquez
1
-2
/
+2
2019-11-30
Implement `image` viewer example
Héctor Ramón Jiménez
1
-16
/
+23
2019-11-29
Allow to load an image from memory
Héctor Ramón Jiménez
1
-8
/
+85
2019-11-24
Fix `iced_native` widget examples
Héctor Ramón Jiménez
1
-11
/
+8
2019-11-22
Write docs for `iced` and `iced_native`
Héctor Ramón Jiménez
1
-0
/
+3
2019-11-21
Move widgets from `core` to `native` and `web`
Héctor Ramón Jiménez
1
-10
/
+71
2019-11-16
Make `width` and `height` required methods
Héctor Ramón Jiménez
1
-1
/
+9
2019-11-11
Implement `Container` widget
Héctor Ramón Jiménez
1
-1
/
+0
2019-11-11
Draft custom layout engine based on `druid`
Héctor Ramón Jiménez
1
-4
/
+8
2019-11-10
Draft new layout API
Héctor Ramón Jiménez
1
-6
/
+6
2019-10-22
Remove generic handle in `Image`
Héctor Ramón Jiménez
1
-10
/
+8
2019-10-11
Rename `Renderer::Primitive` to `Renderer::Output`
Héctor Ramón Jiménez
1
-3
/
+2
2019-10-08
Make `iced_core::Button` customizable
Héctor Ramón Jiménez
1
-2
/
+2
2019-10-05
Move `MouseCursor` to `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-05
Add `Renderer` and `Primitive` concepts
Héctor Ramón Jiménez
1
-6
/
+5
2019-09-20
Complete some `hash_layout` implementations
Héctor Ramón Jiménez
1
-3
/
+2
2019-09-20
Create `iced_core` and `iced_native`
Héctor Ramón Jiménez
1
-0
/
+67