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
/
src
/
backend.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-1033
/
+0
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-0
/
+1
2024-03-26
Make tiny-skia equivalent
Daniel Yoon
1
-1
/
+2
2024-03-22
Rename `compositor::Renderer` to `Default`
Héctor Ramón Jiménez
1
-2
/
+2
2024-03-22
Fix standalone compilation of `iced_widget` crate
Héctor Ramón Jiménez
1
-1
/
+0
2024-03-22
Make `iced_tiny_skia` optional with a `tiny-skia` feature
Héctor Ramón Jiménez
1
-0
/
+3
2024-03-21
Implement composable, type-safe renderer fallback
Héctor Ramón Jiménez
1
-0
/
+9
2024-02-22
Fix `iced_tiny_skia` clipping line strokes
Héctor Ramón Jiménez
1
-2
/
+2
2024-02-11
Fix clipping of text in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-38
/
+50
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-10
/
+18
2024-02-02
Allow only uniform scaling in `Transformation`
Héctor Ramón Jiménez
1
-4
/
+4
2024-02-02
Replace `Primitive::Translate` with `Transform`
Héctor Ramón Jiménez
1
-46
/
+45
2024-01-31
Assert dimensions of quads are normal in `iced_tiny_skia`
Josh Megnauth
1
-0
/
+9
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-91
/
+76
2024-01-20
Skip transparent shadows in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-94
/
+101
2024-01-20
Use `Default` implementation of `renderer::Quad`
Héctor Ramón Jiménez
1
-12
/
+13
2024-01-20
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
1
-13
/
+11
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+106
2024-01-17
Fix paths with negative coordinates in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-8
/
+10
2023-12-05
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+30
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
1
-6
/
+9
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-10
/
+7
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-3
/
+13
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-4
/
+2
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-0
/
+25
2023-09-11
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
1
-5
/
+0
2023-09-03
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-63
/
+42
2023-07-12
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
1
-1
/
+9
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
1
-12
/
+24
2023-06-28
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
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-20
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
1
-6
/
+0
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
1
-1
/
+1
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
1
-0
/
+45
2023-05-11
fix: don't offset fill of quad
Ashley Wulber
1
-12
/
+4
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-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
1
-4
/
+16
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-6
/
+6
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-1
/
+7
2023-04-27
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-77
/
+3
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-19
/
+14
[next]