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
/
text.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-8
/
+1
2023-04-05
Group damage regions by area increase
Héctor Ramón Jiménez
1
-3
/
+13
2023-03-30
Introduce `font::Stretch`
Héctor Ramón Jiménez
1
-0
/
+15
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-11
/
+33
2023-03-19
Update `cosmic-text` to latest :tada:
Héctor Ramón Jiménez
1
-159
/
+121
2023-03-17
Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia`
Héctor Ramón Jiménez
1
-14
/
+6
2023-03-07
Use `ceil` to avoid cut text in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+6
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-05
Rename `iced_native` to `iced_runtime`
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+5
2023-02-28
Use `get_image_uncached` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-27
Remove unnecessary `cast_slice` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-2
/
+1
2023-02-27
Implement basic glyph cache in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-64
/
+119
2023-02-27
Fix `clippy` lints
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-26
Fix glyphs with color mask in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-6
/
+10
2023-02-26
Implement text alignment support in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-6
/
+25
2023-02-26
Draft text support in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+350