| Commit message (Expand) | Author | Files | Lines |
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | Héctor Ramón Jiménez | 5 | -2/+26 |
2024-05-03 | Introduce `center` widget helper | Héctor Ramón Jiménez | 2 | -19/+19 |
2024-05-02 | Remove commented code in `tiny_skia::layer` | Héctor Ramón Jiménez | 1 | -16/+0 |
2024-05-02 | Simplify image rotation API and its internals | Héctor Ramón Jiménez | 3 | -26/+21 |
2024-05-02 | Add `Image` rotation support | Héctor Ramón Jiménez | 4 | -23/+79 |
2024-05-01 | Use an opaque `Id` type for `image::Handle` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-05-01 | Use `Bytes` as the `Container` of `ImageBuffer` | Héctor Ramón Jiménez | 1 | -1/+1 |
2024-04-30 | Introduce `canvas::Cache` grouping | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-04-10 | Clip quad damage with layer bounds in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -1/+11 |
2024-04-10 | Sort damage by distance from origin in `iced_graphics::damage` | Héctor Ramón Jiménez | 1 | -10/+8 |
2024-04-10 | Track image damage in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -0/+8 |
2024-04-10 | Account for `transformation` in `Text::visible_bounds` | Héctor Ramón Jiménez | 1 | -3/+1 |
2024-04-10 | Reintroduce damage tracking for `iced_tiny_skia` | Héctor Ramón Jiménez | 6 | -92/+191 |
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | Héctor Ramón Jiménez | 9 | -1187/+1584 |
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | Héctor Ramón Jiménez | 8 | -4/+23 |
2024-04-05 | Decouple caching from layering and simplify everything | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-03-30 | Replace `xxhash-rust` with `rustc-hash` | Héctor Ramón Jiménez | 1 | -1/+0 |
2024-03-26 | Make tiny-skia equivalent | Daniel Yoon | 1 | -1/+2 |
2024-03-24 | Reintroduce backend selection through `ICED_BACKEND` env var | Héctor Ramón Jiménez | 1 | -5/+16 |
2024-03-22 | Rename `compositor::Renderer` to `Default` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-03-22 | Allow custom renderers in `Program` and `Application` | Héctor Ramón Jiménez | 2 | -4/+13 |
2024-03-22 | Fix standalone compilation of `iced_widget` crate | Héctor Ramón Jiménez | 1 | -1/+0 |
2024-03-22 | Make `iced_tiny_skia` optional with a `tiny-skia` feature | Héctor Ramón Jiménez | 1 | -0/+3 |
2024-03-22 | Restore `canvas::Frame` API | Héctor Ramón Jiménez | 1 | -5/+3 |
2024-03-21 | Implement composable, type-safe renderer fallback | Héctor Ramón Jiménez | 3 | -24/+55 |
2024-03-16 | Show name of current `Theme` in `clock` example | Héctor Ramón Jiménez | 1 | -5/+7 |
2024-03-07 | Fix `block_on` in `iced_wgpu` hanging Wasm builds | Héctor Ramón Jiménez | 1 | -2/+3 |
2024-02-22 | Fix `iced_tiny_skia` clipping line strokes | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-02-15 | Fix text transparency in `iced_tiny_skia` | Daniel Yoon | 1 | -1/+10 |
2024-02-11 | Fix clipping of text in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -38/+50 |
2024-02-07 | tiny_skia: Add a capacity limit to `GlyphCache` | Mohammad AlSaleh | 1 | -1/+7 |
2024-02-02 | Introduce `with_transformation` to `Renderer` trait | Héctor Ramón Jiménez | 3 | -16/+39 |
2024-02-02 | Allow only uniform scaling in `Transformation` | Héctor Ramón Jiménez | 1 | -4/+4 |
2024-02-02 | Replace `Primitive::Translate` with `Transform` | Héctor Ramón Jiménez | 2 | -49/+48 |
2024-01-31 | Assert dimensions of quads are normal in `iced_tiny_skia` | Josh Megnauth | 1 | -0/+9 |
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | Héctor Ramón Jiménez | 2 | -13/+7 |
2024-01-20 | Introduce `Border` struct analogous to `Shadow` | Héctor Ramón Jiménez | 1 | -91/+76 |
2024-01-20 | Skip transparent shadows in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -94/+101 |
2024-01-20 | Use `Default` implementation of `renderer::Quad` | Héctor Ramón Jiménez | 1 | -12/+13 |
2024-01-20 | Make `shadow` optional in `renderer::Quad` | Héctor Ramón Jiménez | 1 | -13/+11 |
2024-01-20 | feat: quad shadows | Nick Senger | 1 | -0/+106 |
2024-01-18 | Use `Self::Surface` in `Compositor` implementors | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-01-18 | Resize surface in `configure_surface` in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -10/+14 |
2024-01-18 | Nest `age` declaration inside `last_primitives` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-01-18 | Avoid stacking new primitives when undamaged | Héctor Ramón Jiménez | 1 | -19/+21 |
2024-01-18 | Support out-of-order `Buffer` ages in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -17/+15 |
2024-01-18 | Make `compatible_window` mandatory in `Compositor` | Héctor Ramón Jiménez | 1 | -16/+10 |
2024-01-18 | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2 | -28/+29 |
2024-01-17 | Fix `paint` not being transformed in `iced_tiny_skia` | Héctor Ramón Jiménez | 1 | -6/+15 |
2024-01-17 | Fix paths with negative coordinates in `iced_tiny_skia` | Héctor Ramón Jiménez | 3 | -18/+21 |