summaryrefslogtreecommitdiffstats
path: root/tiny_skia/src/engine.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2025-02-211-1/+1
|
* Introduce `Svg` struct in `core::svg`Libravatar Héctor Ramón Jiménez2024-08-041-11/+5
|
* Introduce `Image` struct in `core::image`Libravatar Héctor Ramón Jiménez2024-08-041-12/+5
|
* Implement image support for `canvas` widgetLibravatar Héctor Ramón Jiménez2024-08-041-0/+1
|
* Update `cosmic-text` and `resvg` (#2416)Libravatar Héctor Ramón2024-07-171-3/+7
| | | | | | | | | | | | | | | | | * 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`
* Introduce dynamic `opacity` support for `Image` and `Svg`Libravatar Héctor Ramón Jiménez2024-05-031-0/+4
|
* Introduce `center` widget helperLibravatar Héctor Ramón Jiménez2024-05-031-16/+16
| | | | | | | | ... 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 internalsLibravatar Héctor Ramón Jiménez2024-05-021-12/+14
|
* Add `Image` rotation supportLibravatar Héctor Ramón Jiménez2024-05-021-15/+34
| | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com>
* Reintroduce damage tracking for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2024-04-101-17/+17
|
* Port `iced_tiny_skia` to new layering architectureLibravatar Héctor Ramón Jiménez2024-04-091-0/+831