| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Leverage `stroke` for `stroke_rectangle` in `tiny-skia` backend | 2024-09-10 | 1 | -17/+1 | |
| | | |||||
| * | Add stroke_rectangle | 2024-09-10 | 1 | -0/+25 | |
| | | | | | | This method should be able to leverage performance improvements in lyon's `tessellate_rectangle` over `tessellate_path`. | ||||
| * | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -20/+10 | |
| | | |||||
| * | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -23/+12 | |
| | | |||||
| * | Implement image support for `canvas` widget | 2024-08-04 | 1 | -3/+83 | |
| | | |||||
| * | Introduce `canvas::Cache` grouping | 2024-04-30 | 1 | -2/+3 | |
| | | | | | | Caches with the same `Group` will share their text atlas! | ||||
| * | Reintroduce damage tracking for `iced_tiny_skia` | 2024-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -52/+91 | |
| | | |||||
| * | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -0/+1 | |
| |\ | |||||
| | * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -0/+1 | |
| | | | |||||
| * | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -2/+2 | |
| |/ | |||||
| * | Restore `canvas::Frame` API | 2024-03-22 | 1 | -5/+3 | |
| | | |||||
| * | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -23/+37 | |
| | | |||||
| * | Show name of current `Theme` in `clock` example | 2024-03-16 | 1 | -5/+7 | |
| | | |||||
| * | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -2/+2 | |
| | | |||||
| * | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 1 | -3/+3 | |
| | | |||||
| * | Fix `paint` not being transformed in `iced_tiny_skia` | 2024-01-17 | 1 | -6/+15 | |
| | | |||||
| * | Fix paths with negative coordinates in `iced_tiny_skia` | 2024-01-17 | 1 | -6/+11 | |
| | | |||||
| * | Implement vectorial text support for `iced_tiny_skia` | 2024-01-17 | 1 | -44/+55 | |
| | | |||||
| * | Apply scaling during `Frame::fill_text` in `iced_tiny_skia` | 2024-01-17 | 1 | -8/+24 | |
| | | |||||
| * | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -1/+1 | |
| | | |||||
| * | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -6/+9 | |
| | | |||||
| * | Fix `clippy::default_trait_access` | 2023-09-20 | 1 | -1/+1 | |
| | | |||||
| * | Chore: Apply some minor clippy fixes | 2023-09-19 | 1 | -1/+1 | |
| | | | | | | | * Use `.elapsed()` for duration * Use direct iteration without calling `.iter()` and the like * order fields in the `Text` struct creation as declared | ||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -1/+1 | |
| | | |||||
| * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | 2023-09-07 | 1 | -2/+6 | |
| | | |||||
| * | Implement `scale` in terms of `scale_nonuniform` | 2023-09-07 | 1 | -1/+1 | |
| | | |||||
| * | added a Frame::scale_nonuniform method | 2023-09-05 | 1 | -0/+4 | |
| | | |||||
| * | Run `cargo fmt` with Rust 1.72 | 2023-08-26 | 1 | -3/+9 | |
| | | |||||
| * | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -22/+25 | |
| | | |||||
| * | Remove `Builder` abstractions for gradients | 2023-05-19 | 1 | -1/+1 | |
| | | |||||
| * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -16/+28 | |
| | | |||||
| * | Write missing documentation in `iced_wgpu` | 2023-05-11 | 1 | -2/+2 | |
| | | |||||
| * | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -0/+1 | |
| | | |||||
| * | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -1/+1 | |
| | | |||||
| * | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+1 | |
| | | |||||
| * | Implement `Frame::clip` for `iced_tiny_skia` | 2023-04-04 | 1 | -1/+6 | |
| | | |||||
| * | Warn about invalid paths in `iced_tiny_skia` instead of panicking | 2023-04-04 | 1 | -7/+13 | |
| | | |||||
| * | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -6/+6 | |
| | | |||||
| * | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -0/+287 | |
| Rename `canvas` modules to `geometry` in graphics subcrates | |||||
