Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run `cargo fmt` | 2025-02-21 | 1 | -3/+7 | |
| | |||||
* | Fix new `clippy` lints | 2024-12-02 | 1 | -2/+2 | |
| | |||||
* | Add `rounded_rectangle` to `geometry::Path` | 2024-09-13 | 2 | -2/+79 | |
| | |||||
* | Add stroke_rectangle | 2024-09-10 | 1 | -0/+24 | |
| | | | | | This method should be able to leverage performance improvements in lyon's `tessellate_rectangle` over `tessellate_path`. | ||||
* | Implement missing `draw_svg` in `Frame` wrapper | 2024-08-04 | 1 | -1/+7 | |
| | |||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -23/+5 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -34/+5 | |
| | |||||
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -7/+65 | |
| | |||||
* | Update `cosmic-text` and `resvg` (#2416) | 2024-07-17 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | * Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash` | ||||
* | Implement Copy on Fill and Stroke | 2024-06-21 | 3 | -3/+3 | |
| | |||||
* | Introduce `canvas::Cache` grouping | 2024-04-30 | 1 | -44/+39 | |
| | | | | | Caches with the same `Group` will share their text atlas! | ||||
* | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -9/+7 | |
| | |||||
* | Fix `geometry::Cache` not reusing previous geometry | 2024-04-03 | 1 | -15/+24 | |
| | |||||
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -3/+7 | |
| | |||||
* | Fix standalone compilation of `iced_widget` crate | 2024-03-22 | 1 | -0/+46 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -2/+1 | |
| | |||||
* | Fix outdated warning in docs of `Frame::fill_text` | 2024-03-22 | 1 | -8/+1 | |
| | |||||
* | Fix broken links in documentation | 2024-03-22 | 2 | -27/+17 | |
| | |||||
* | Restore `canvas::Frame` API | 2024-03-22 | 2 | -0/+331 | |
| | |||||
* | Use `Radians` in arc and ellipse types | 2024-01-31 | 2 | -17/+19 | |
| | |||||
* | Implement vectorial text support for `iced_tiny_skia` | 2024-01-17 | 1 | -1/+134 | |
| | |||||
* | Fix `clippy::semicolon_if_nothing_returned` | 2023-09-20 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 2 | -2/+6 | |
|\ | |||||
| * | Fix outstanding broken intradoc links | 2023-09-09 | 2 | -2/+6 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -3/+3 | |
|/ | |||||
* | Update arc.rs with improved documentation | 2023-08-15 | 1 | -6/+6 | |
| | | | added units and improved description to field comments of Arc and Ellipse structs. | ||||
* | Fix imports of `geometry::style` in `iced_graphics` | 2023-05-19 | 1 | -2/+2 | |
| | |||||
* | Remove `Builder` abstractions for gradients | 2023-05-19 | 1 | -3/+12 | |
| | |||||
* | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 2 | -2/+4 | |
| | |||||
* | Write missing documentation in `iced_graphics` | 2023-05-11 | 1 | -0/+2 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+4 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -12/+6 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+10 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into advanced-text | 2023-03-17 | 1 | -14/+4 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 7 | -8/+9 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 7 | -0/+550 | |
Rename `canvas` modules to `geometry` in graphics subcrates |