Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-06 | Request redraw in image viewer update | 1 | -0/+5 | ||
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -3/+3 | ||
2024-11-05 | Rename `Widget::on_event` to `update` | 1 | -1/+1 | ||
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 1 | -19/+11 | ||
2024-08-04 | Introduce `Image` struct in `core::image` | 1 | -6/+9 | ||
2024-05-10 | Make viewer widget inner naming and syntax closer to image widget | 1 | -25/+27 | ||
2024-05-08 | Run cargo fmt | 1 | -2/+2 | ||
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -0/+1 | ||
2024-05-02 | Apply bounds check when grabbing `image::Viewer` | 1 | -1/+1 | ||
2024-05-02 | Simplify image rotation API and its internals | 1 | -4/+3 | ||
2024-05-02 | Add `Image` rotation support | 1 | -0/+2 | ||
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | |||||
2024-05-01 | Use an opaque `Id` type for `image::Handle` | 1 | -4/+2 | ||
Hashing pointers is a terrible idea. | |||||
2024-04-25 | Introduce `opaque` widget helper | 1 | -1/+1 | ||
2024-03-29 | Minor renaming refactoring | 1 | -30/+38 | ||
2024-03-21 | Draft support for dynamic custom renderer injection | 1 | -4/+3 | ||
2024-03-15 | run cargo fmt | 1 | -8/+30 | ||
2024-03-15 | Implement content_fit for viewer | 1 | -78/+50 | ||
2024-03-11 | Implement setter for filter_method property of viewer | 1 | -0/+6 | ||
2024-03-09 | fix some comments | 1 | -1/+1 | ||
Signed-off-by: rustrover <seekseat@126.com> | |||||
2024-02-02 | Use `with_translation` wherever possible | 1 | -16/+13 | ||
2024-02-02 | Introduce `with_transformation` to `Renderer` trait | 1 | -13/+16 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -5/+6 | ||
2024-01-10 | Introduce useful helpers in `layout` module | 1 | -1/+1 | ||
2024-01-10 | Replace `width` and `height` with `Widget::size` | 1 | -6/+5 | ||
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | 1 | -4/+5 | ||
2023-11-11 | Refactor texture image filtering | 1 | -1/+4 | ||
- Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | |||||
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | 1 | -1/+1 | ||
2023-08-30 | Make `widget::Tree` mutable in `Widget::layout` | 1 | -1/+1 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -0/+1 | ||
2023-08-03 | Remove unnecessary comment in `image::viewer` | 1 | -1/+0 | ||
2023-08-03 | fix: Check cursor in bounds when scrolling image::Viewer | 1 | -1/+2 | ||
Ensure that the cursor is within the bounds of the image::Viewer when performing the scrolling. Fixes #1997 | |||||
2023-07-15 | Add viewport to Widget::on_event | 1 | -0/+1 | ||
2023-06-08 | Take `Rectangle` by value in `Cursor` API | 1 | -1/+1 | ||
2023-06-08 | Implement basic cursor availability | 1 | -11/+14 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -0/+428 | ||