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-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
2023-04-26
Remove `debug` overlay from `iced_tiny_skia` for now
Héctor Ramón Jiménez
1
-38
/
+0
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
1
-2
/
+4
2023-04-05
Fix `Svg` and `Image` primitives in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-15
/
+22
2023-04-05
Group damage regions by area increase
Héctor Ramón Jiménez
1
-104
/
+171
2023-04-04
Keep playing with incremental rendering (still very slow)
Héctor Ramón Jiménez
1
-82
/
+150
2023-04-04
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+67
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-17
Fix panic rendering an out of bounds clip in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+8
2023-03-09
Implement color filter support for `Primitive::Svg` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+2
2023-03-07
Trim `raster` cache in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+3
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-6
/
+24
2023-03-07
Implement `raster` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-5
/
+23
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-9
/
+9
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-2
/
+0
2023-03-03
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+3
2023-03-02
Reuse `ClipMask` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-14
/
+27
[next]