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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+106
*
Fix paths with negative coordinates in `iced_tiny_skia`
Héctor Ramón Jiménez
2024-01-17
1
-8
/
+10
*
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
2023-12-05
1
-0
/
+30
*
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
2023-12-02
1
-6
/
+9
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-10
/
+7
*
Refactor texture image filtering
Héctor Ramón Jiménez
2023-11-11
1
-3
/
+13
*
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
1
-4
/
+2
|
\
|
*
Chore: Inline format args for ease of reading
Yuri Astrakhan
2023-09-19
1
-4
/
+2
*
|
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
1
-0
/
+25
*
|
Make `FontSystem` global and simplify `Paragraph` API
Héctor Ramón Jiménez
2023-09-11
1
-5
/
+0
|
/
*
Implement `draw_paragraph` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-09-03
1
-1
/
+1
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-63
/
+42
*
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
2023-07-12
1
-1
/
+9
*
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
2023-06-29
1
-8
/
+0
*
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
1
-12
/
+24
*
Reuse entries in `text::Cache` in `iced_wgpu`
Héctor Ramón Jiménez
2023-06-28
1
-1
/
+1
*
Merge pull request #1843 from wash2/fix-tiny-skia-quad
Héctor Ramón
2023-06-27
1
-18
/
+126
|
\
|
*
Fix import consistency in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-27
1
-5
/
+3
|
*
Draw border path for `quad` only if it has a border in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-06-27
1
-105
/
+109
|
*
fix: tiny-skia quad handle case where border_radius < border_width / 2.0
Ashley Wulber
2023-05-11
1
-7
/
+83
|
*
fix: don't offset fill of quad
Ashley Wulber
2023-05-11
1
-12
/
+4
|
*
fix: quad rendering including border only inside of the bounds
Ashley Wulber
2023-05-10
1
-4
/
+42
*
|
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
2023-06-20
1
-6
/
+0
*
|
Merge pull request #1846 from bungoboingo/feat/background-gradients
Héctor Ramón
2023-05-19
1
-0
/
+43
|
\
\
|
*
|
Fix needless borrow in `tiny_skia::backend`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
|
Inline `into_gradient` in `tiny_skia::backend`
Héctor Ramón Jiménez
2023-05-19
1
-43
/
+41
|
*
|
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
|
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-0
/
+45
|
|
/
*
/
fix: when clearing damaged surface with background color blend mode should be...
Ashley Wulber
2023-05-15
1
-0
/
+1
|
/
*
fix: border radius typo
Ashley Wulber
2023-05-09
1
-1
/
+1
*
Warn about unsupported primitives in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+9
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-4
/
+16
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-6
/
+6
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-1
/
+7
*
Move damage tracking logic to `compositor` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-27
1
-77
/
+3
*
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
2023-04-26
1
-19
/
+14
*
Remove `debug` overlay from `iced_tiny_skia` for now
Héctor Ramón Jiménez
2023-04-26
1
-38
/
+0
*
Switch debug mode to fade old primitives and display damage in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-05
1
-37
/
+60
*
Present new frame only when damaged in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-05
1
-2
/
+4
*
Fix `Svg` and `Image` primitives in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-05
1
-15
/
+22
*
Group damage regions by area increase
Héctor Ramón Jiménez
2023-04-05
1
-104
/
+171
*
Keep playing with incremental rendering (still very slow)
Héctor Ramón Jiménez
2023-04-04
1
-82
/
+150
*
Draft (very) basic incremental rendering for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-04-04
1
-1
/
+67
*
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2023-03-30
1
-2
/
+2
*
Fix panic rendering an out of bounds clip in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-17
1
-0
/
+8
*
Implement color filter support for `Primitive::Svg` in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-09
1
-1
/
+2
*
Trim `raster` cache in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-07
1
-0
/
+3
*
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-07
1
-6
/
+24
*
Implement `raster` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-07
1
-5
/
+23
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-9
/
+9
[next]