Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 'iced-rs-master' into viewer_content_fit | 2024-05-08 | 120 | -2102/+4077 | |
|\ | |||||
| * | Merge branch 'master' of https://github.com/iced-rs/iced into iced-rs-master | 2024-05-08 | 120 | -2102/+4077 | |
|/| | |||||
| * | Merge pull request #2427 from iced-rs/winit-0.30 | 2024-05-08 | 12 | -632/+920 | |
| |\ | | | | | | | Update `winit` to `0.30` | ||||
| | * | Plug `new_events` handler to event loop | 2024-05-07 | 2 | -0/+30 | |
| | | | |||||
| | * | Update `winit` to `0.30` | 2024-05-07 | 12 | -633/+891 | |
| | | | |||||
| * | | Redirect `docs.iced.rs` to actual docs | 2024-05-07 | 2 | -0/+15 | |
| | | | |||||
| * | | Merge pull request #2428 from iced-rs/feature/present-mode-env-var | 2024-05-07 | 2 | -10/+41 | |
| |\ \ | | |/ | |/| | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode` | ||||
| | * | Document `present_mode_from_env` in `iced_wgpu` | 2024-05-07 | 1 | -0/+12 | |
| | | | |||||
| | * | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode` | 2024-05-07 | 2 | -10/+29 | |
| |/ | |||||
| * | Merge pull request #2425 from iced-rs/fix/image-cache-fighting | 2024-05-06 | 8 | -70/+80 | |
| |\ | | | | | | | Fix windows fighting over shared `image::Cache` | ||||
| | * | Trim `image::Cache` after `wgpu::Renderer::present` | 2024-05-06 | 1 | -0/+3 | |
| | | | |||||
| | * | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 8 | -70/+77 | |
| |/ | | | | | | | Image caches are local to each window now. | ||||
| * | Merge pull request #2424 from iced-rs/feature/image-opacity | 2024-05-03 | 18 | -41/+150 | |
| |\ | | | | | | | Introduce dynamic `opacity` support for `Image` and `Svg` | ||||
| | * | Improve layout of `ferris` example :crab: | 2024-05-03 | 1 | -16/+16 | |
| | | | |||||
| | * | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 18 | -33/+142 | |
| |/ | |||||
| * | Merge pull request #2423 from iced-rs/center-widget-helper | 2024-05-03 | 38 | -338/+253 | |
| |\ | | | | | | | Introduce `center` widget helper | ||||
| | * | Auto-focus `text_input` in `websocket` example | 2024-05-03 | 1 | -2/+7 | |
| | | | |||||
| | * | Introduce `center` widget helper | 2024-05-03 | 38 | -339/+249 | |
| |/ | | | | | | | | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
| * | Merge pull request #2334 from DKolter/image-rotation | 2024-05-03 | 26 | -109/+695 | |
| |\ | | | | | | | Adding feature: Image rotation | ||||
| | * | Add `spin` mode to `ferris` example :crab: | 2024-05-03 | 4 | -16/+87 | |
| | | | |||||
| | * | Fix `Image::bounds` when rotation present in `iced_graphics` | 2024-05-03 | 5 | -17/+37 | |
| | | | |||||
| | * | Remove commented code in `tiny_skia::layer` | 2024-05-02 | 1 | -16/+0 | |
| | | | |||||
| | * | Create `ferris` example to showcase `ContentFit` and `Rotation` | 2024-05-02 | 5 | -1/+234 | |
| | | | |||||
| | * | Rename `global_scale` to `scale` in `wgpu::image` | 2024-05-02 | 1 | -9/+3 | |
| | | | |||||
| | * | Simplify image rotation API and its internals | 2024-05-02 | 23 | -224/+218 | |
| | | | |||||
| | * | Add `Image` rotation support | 2024-05-02 | 19 | -84/+374 | |
| | | | | | | | | | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
| * | | Merge pull request #2420 from myuujiku/master | 2024-05-03 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | Fix: grabbing `image::Viewer` from outside the widget | ||||
| | * | Apply bounds check when grabbing `image::Viewer` | 2024-05-02 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix `clippy` lints for new `1.78` stable toolchain | 2024-05-02 | 3 | -3/+3 | |
| | | |||||
| * | Fix panic in `wgpu::color::convert` | 2024-05-02 | 1 | -18/+50 | |
| | | |||||
| * | Merge pull request #2412 from JL710/patch-1 | 2024-05-02 | 1 | -0/+1 | |
| |\ | | | | | | | add missing derive(Debug) in lib.rs docs | ||||
| | * | add missing derive(Debug) in lib.rs docs | 2024-04-30 | 1 | -0/+1 | |
| | | | |||||
| * | | Introduce `layered_text` benchmarks | 2024-05-01 | 1 | -42/+56 | |
| | | | |||||
| * | | Merge pull request #2356 from Bajix/feature/bytes | 2024-05-01 | 12 | -158/+152 | |
| |\ \ | | | | | | | | | Utilize bytes::Bytes for images | ||||
| | * | | Fix documentation link in `image::Handle` | 2024-05-01 | 1 | -1/+1 | |
| | | | | |||||
| | * | | Make `image::Id` actually opaque | 2024-05-01 | 3 | -24/+40 | |
| | | | | |||||
| | * | | Use an opaque `Id` type for `image::Handle` | 2024-05-01 | 6 | -36/+59 | |
| | | | | | | | | | | | | | | | | Hashing pointers is a terrible idea. | ||||
| | * | | Fix `clippy` lint in `runtime::window::screenshot` | 2024-05-01 | 1 | -3/+3 | |
| | | | | |||||
| | * | | Use `Bytes` as the `Container` of `ImageBuffer` | 2024-05-01 | 5 | -77/+73 | |
| | | | | | | | | | | | | | | | | | | | | Since we don't need to mutate images once loaded, we avoid unnecessary extra allocations. | ||||
| | * | | Utilize bytes::Bytes iced_runtime::window::Screenshot | 2024-05-01 | 2 | -5/+12 | |
| | | | | |||||
| | * | | Utilize bytes::Bytes for images | 2024-05-01 | 3 | -56/+8 | |
| |/ / | |||||
| * | | Merge pull request #2415 from iced-rs/feature/canvas-cache-groups | 2024-05-01 | 15 | -148/+398 | |
| |\ \ | | |/ | |/| | `canvas::Cache` Grouping | ||||
| | * | Enable logging in `clock` example | 2024-04-30 | 2 | -0/+3 | |
| | | | |||||
| | * | Keep text atlases alive during temporary empty uploads | 2024-04-30 | 1 | -32/+44 | |
| | | | |||||
| | * | Fix cache trimming loop in `iced_wgpu::text` | 2024-04-30 | 2 | -9/+52 | |
| | | | |||||
| | * | Invalidate text uploads after atlas trimming | 2024-04-30 | 4 | -12/+29 | |
| | | | |||||
| | * | Fix `clippy` lint in `the_matrix` example | 2024-04-30 | 1 | -6/+1 | |
| | | | |||||
| | * | Use shared `Cache` group in `the_matrix` example | 2024-04-30 | 1 | -15/+17 | |
| | | |