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