summaryrefslogtreecommitdiffstats
path: root/tiny_skia (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deny `broken_intradoc_links` and verify documentation in CILibravatar Héctor Ramón Jiménez2023-09-096-10/+24
* Merge pull request #2070 from ripytide/masterLibravatar Héctor Ramón2023-09-071-2/+10
|\
| * Make `scale` methods in `Frame` generic over `f32` and `Vector`Libravatar Héctor Ramón Jiménez2023-09-071-2/+6
| * Implement `scale` in terms of `scale_nonuniform`Libravatar Héctor Ramón Jiménez2023-09-071-1/+1
| * added a Frame::scale_nonuniform methodLibravatar ripytide2023-09-051-0/+4
* | Merge pull request #2059 from joshuamegnauth54/ensure_nonzero_text_lineheightLibravatar Héctor Ramón2023-09-071-1/+4
|\ \
| * | Use the correct text size and height in tiny_skiaLibravatar Josh Megnauth2023-09-051-2/+2
| * | Check LineHeight > 0.0 before allocating textLibravatar Josh Megnauth2023-09-041-8/+5
| * | Ensure LineHeight is always > 0.0 for tiny skia.Libravatar Josh Megnauth2023-09-041-4/+10
| |/
* / Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-30/+24
|/
* Run `cargo fmt` with Rust 1.72Libravatar Héctor Ramón Jiménez2023-08-261-3/+9
* Make the style attribute available on FontLibravatar lufte2023-08-181-1/+10
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2023-07-281-1/+8
* Update `cosmic-text` and `glyphon`Libravatar Héctor Ramón Jiménez2023-07-201-4/+1
* Update `resvg` dependency to `0.35`Libravatar Héctor Ramón Jiménez2023-07-121-1/+1
* Improve code style in `vector` modulesLibravatar Héctor Ramón Jiménez2023-07-121-11/+12
* Fix import consistency for `bytemuck`Libravatar Héctor Ramón Jiménez2023-07-123-8/+6
* Upgrade resvg to 0.34 and tiny_skia to 0.10Libravatar Alec Deason2023-07-125-40/+63
* Decouple `Mesh` primitives from main `Primitive` typeLibravatar Héctor Ramón Jiménez2023-06-291-8/+0
* Introduce custom backend-specific primitivesLibravatar Héctor Ramón Jiménez2023-06-296-37/+101
* Retain text measurements as long as original entriesLibravatar Héctor Ramón Jiménez2023-06-281-16/+18
* Retain measurements for text entries even if not directly usedLibravatar Héctor Ramón Jiménez2023-06-281-2/+4
* Fix needless borrow in `iced_wgpu` and `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-06-281-1/+1
* Reuse entries in `text::Cache` in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-06-281-38/+64
* Reuse entries in `text::Cache` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-06-282-3/+3
* Merge pull request #1843 from wash2/fix-tiny-skia-quadLibravatar Héctor Ramón2023-06-271-18/+126
|\
| * Fix import consistency in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-06-271-5/+3
| * Draw border path for `quad` only if it has a border in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-06-271-105/+109
| * fix: tiny-skia quad handle case where border_radius < border_width / 2.0Libravatar Ashley Wulber2023-05-111-7/+83
| * fix: don't offset fill of quadLibravatar Ashley Wulber2023-05-111-12/+4
| * fix: quad rendering including border only inside of the boundsLibravatar Ashley Wulber2023-05-101-4/+42
* | Merge pull request #1845 from bungoboingo/feat/offscreen-renderingLibravatar Héctor Ramón2023-06-271-3/+73
|\ \
| * | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...Libravatar Bingus2023-06-061-3/+73
* | | Merge pull request #1921 from iced-rs/subpixel-glyph-positioningLibravatar Héctor Ramón2023-06-263-38/+21
|\ \ \
| * | | Clear text caches after a font is loadedLibravatar Héctor Ramón Jiménez2023-06-211-0/+2
| * | | Use subpixel glyph positioning and layout linearityLibravatar Héctor Ramón Jiménez2023-06-203-38/+19
* | | | Provide access to font from each crateLibravatar Cory Forsstrom2023-06-222-2/+1
|/ / /
* / / Update `glyphon` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-06-161-1/+1
|/ /
* | Merge pull request #1846 from bungoboingo/feat/background-gradientsLibravatar Héctor Ramón2023-05-192-17/+72
|\ \
| * | Fix needless borrow in `tiny_skia::backend`Libravatar Héctor Ramón Jiménez2023-05-191-1/+1
| * | Inline `into_gradient` in `tiny_skia::backend`Libravatar Héctor Ramón Jiménez2023-05-191-43/+41
| * | Remove `Builder` abstractions for gradientsLibravatar Héctor Ramón Jiménez2023-05-192-2/+2
| * | Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-112-16/+73
* | | fix: when clearing damaged surface with background color blend mode should be...Libravatar Ashley Wulber2023-05-151-0/+1
|/ /
* / Write missing documentation in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-05-111-2/+2
|/
* Merge pull request #1841 from wash2/fix-svg-color-filterLibravatar Héctor Ramón2023-05-101-8/+9
|\
| * fix: tiny-skia svg premultiply final filtered colorLibravatar Ashley Wulber2023-05-091-8/+9
* | fix: border radius typoLibravatar Ashley Wulber2023-05-091-1/+1
|/
* Round paragraph position until we implement subpixel glyph positioningLibravatar Héctor Ramón Jiménez2023-05-081-3/+6
* Warn about unsupported primitives in `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-05-081-1/+9