summaryrefslogtreecommitdiffstats
path: root/widget/src/image (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Draft support for dynamic custom renderer injectionLibravatar Héctor Ramón Jiménez2024-03-211-4/+3
|
* Implement setter for filter_method property of viewerLibravatar gigas0022024-03-111-0/+6
|
* fix some commentsLibravatar rustrover2024-03-091-1/+1
| | | | Signed-off-by: rustrover <seekseat@126.com>
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-5/+6
|
* Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-101-1/+1
|
* Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-101-6/+5
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-4/+5
|
* Refactor texture image filteringLibravatar Héctor Ramón Jiménez2023-11-111-1/+4
| | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer`
* Fix `clippy::semicolon_if_nothing_returned`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
|
* Make `widget::Tree` mutable in `Widget::layout`Libravatar Héctor Ramón Jiménez2023-08-301-1/+1
|
* Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-0/+1
|
* Remove unnecessary comment in `image::viewer`Libravatar Héctor Ramón Jiménez2023-08-031-1/+0
|
* fix: Check cursor in bounds when scrolling image::ViewerLibravatar Malcolm Ramsay2023-08-031-1/+2
| | | | | | | Ensure that the cursor is within the bounds of the image::Viewer when performing the scrolling. Fixes #1997
* Add viewport to Widget::on_eventLibravatar Cory Forsstrom2023-07-151-0/+1
|
* Take `Rectangle` by value in `Cursor` APILibravatar Héctor Ramón Jiménez2023-06-081-1/+1
|
* Implement basic cursor availabilityLibravatar Héctor Ramón Jiménez2023-06-081-11/+14
|
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-0/+428