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