index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tiny_skia
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+8
2023-07-20
Update `cosmic-text` and `glyphon`
Héctor Ramón Jiménez
1
-4
/
+1
2023-07-12
Update `resvg` dependency to `0.35`
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-12
Improve code style in `vector` modules
Héctor Ramón Jiménez
1
-11
/
+12
2023-07-12
Fix import consistency for `bytemuck`
Héctor Ramón Jiménez
3
-8
/
+6
2023-07-12
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
5
-40
/
+63
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-8
/
+0
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
6
-37
/
+101
2023-06-28
Retain text measurements as long as original entries
Héctor Ramón Jiménez
1
-16
/
+18
2023-06-28
Retain measurements for text entries even if not directly used
Héctor Ramón Jiménez
1
-2
/
+4
2023-06-28
Fix needless borrow in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-28
Reuse entries in `text::Cache` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-38
/
+64
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
2
-3
/
+3
2023-06-27
Fix import consistency in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-5
/
+3
2023-06-27
Draw border path for `quad` only if it has a border in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-105
/
+109
2023-06-22
Provide access to font from each crate
Cory Forsstrom
2
-2
/
+1
2023-06-21
Clear text caches after a font is loaded
Héctor Ramón Jiménez
1
-0
/
+2
2023-06-20
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
3
-38
/
+19
2023-06-16
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-3
/
+73
2023-05-19
Fix needless borrow in `tiny_skia::backend`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-19
Inline `into_gradient` in `tiny_skia::backend`
Héctor Ramón Jiménez
1
-43
/
+41
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2
-2
/
+2
2023-05-15
fix: when clearing damaged surface with background color blend mode should be...
Ashley Wulber
1
-0
/
+1
2023-05-11
fix: tiny-skia quad handle case where border_radius < border_width / 2.0
Ashley Wulber
1
-7
/
+83
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
2
-16
/
+73
2023-05-11
fix: don't offset fill of quad
Ashley Wulber
1
-12
/
+4
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-05-10
fix: quad rendering including border only inside of the bounds
Ashley Wulber
1
-4
/
+42
2023-05-09
fix: border radius typo
Ashley Wulber
1
-1
/
+1
2023-05-09
fix: tiny-skia svg premultiply final filtered color
Ashley Wulber
1
-8
/
+9
2023-05-08
Round paragraph position until we implement subpixel glyph positioning
Héctor Ramón Jiménez
1
-3
/
+6
2023-05-08
Warn about unsupported primitives in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+9
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
3
-8
/
+41
2023-05-02
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2
-2
/
+9
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
3
-16
/
+16
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
4
-2
/
+20
2023-04-27
Remove unnecessary `last_` prefix in `Surface` of `iced_tiny_skia`
Héctor Ramón Jiménez
1
-9
/
+9
2023-04-27
Invalidate `last_primitives` on resize in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-10
/
+12
2023-04-27
Fix double reference in `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-27
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
2
-92
/
+42
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
6
-33
/
+30
2023-04-26
Remove `debug` overlay from `iced_tiny_skia` for now
Héctor Ramón Jiménez
1
-38
/
+0
2023-04-26
Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible"
Héctor Ramón Jiménez
2
-69
/
+13
2023-04-08
Use `pixels` for presentation in `iced_tiny_skia` when possible
Héctor Ramón Jiménez
2
-13
/
+69
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
2
-13
/
+2
2023-04-05
Revert "Use `softbuffer` fork with owned pixel buffer"
Héctor Ramón Jiménez
2
-30
/
+17
2023-04-05
Use `softbuffer` fork with owned pixel buffer
Héctor Ramón Jiménez
2
-17
/
+30
2023-04-05
Switch debug mode to fade old primitives and display damage in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-37
/
+60
2023-04-05
Present new frame only when damaged in `iced_tiny_skia`
Héctor Ramón Jiménez
2
-8
/
+12
[next]