Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2024-12-14 | Support custom renderers in `iced_test` through `renderer::Headless` trait | 1 | -1/+24 | ||
2024-08-04 | Introduce `Svg` struct in `core::svg` | 1 | -16/+2 | ||
2024-08-04 | Introduce `Image` struct in `core::image` | 1 | -18/+4 | ||
2024-08-04 | Implement image support for `canvas` widget | 1 | -1/+10 | ||
2024-08-03 | Render text on top of images by default | 1 | -10/+10 | ||
2024-05-03 | Introduce dynamic `opacity` support for `Image` and `Svg` | 1 | -1/+11 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -3/+3 | ||
... 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. | |||||
2024-05-02 | Simplify image rotation API and its internals | 1 | -7/+4 | ||
2024-05-02 | Add `Image` rotation support | 1 | -3/+14 | ||
Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | |||||
2024-04-10 | Reintroduce damage tracking for `iced_tiny_skia` | 1 | -26/+27 | ||
2024-04-09 | Port `iced_tiny_skia` to new layering architecture | 1 | -3/+380 | ||
2024-04-07 | Use built-in `[lints]` table in `Cargo.toml` | 1 | -2/+1 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -1/+1 | ||
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | 1 | -11/+1 | ||
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | 1 | -0/+13 | ||
2023-06-29 | Introduce custom backend-specific primitives | 1 | -0/+2 | ||
2023-03-07 | Implement `vector` pipeline in `iced_tiny_skia` | 1 | -0/+3 | ||
2023-03-07 | Implement `raster` pipeline in `iced_tiny_skia` | 1 | -0/+3 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -8/+3 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -2/+2 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -1/+9 | ||
2023-02-26 | Draft text support in `iced_tiny_skia` | 1 | -0/+1 | ||
2023-02-25 | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 1 | -4/+3 | ||
2023-02-24 | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 1 | -0/+17 | ||