summaryrefslogtreecommitdiffstats
path: root/widget/src/image (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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