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
/
Cargo.toml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-04
Implement image support for `canvas` widget
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-07
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
1
-0
/
+3
2024-03-30
Replace `xxhash-rust` with `rustc-hash`
Héctor Ramón Jiménez
1
-1
/
+0
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-1
/
+0
2023-11-11
Migrate twox-hash -> xxhash_rust. Switch to Xxh3 for better performance.
dtzxporter
1
-5
/
+1
2023-09-04
Use workspace dependencies and package inheritance
Héctor Ramón Jiménez
1
-30
/
+24
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
Upgrade resvg to 0.34 and tiny_skia to 0.10
Alec Deason
1
-2
/
+2
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-1
/
+0
2023-06-20
Use subpixel glyph positioning and layout linearity
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-16
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-02
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-1
/
+4
2023-04-26
Update `tiny-skia` and `resvg`
Héctor Ramón Jiménez
1
-2
/
+2
2023-04-26
Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible"
Héctor Ramón Jiménez
1
-6
/
+0
2023-04-08
Use `pixels` for presentation in `iced_tiny_skia` when possible
Héctor Ramón Jiménez
1
-0
/
+6
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-5
/
+1
2023-04-05
Revert "Use `softbuffer` fork with owned pixel buffer"
Héctor Ramón Jiménez
1
-4
/
+1
2023-04-05
Use `softbuffer` fork with owned pixel buffer
Héctor Ramón Jiménez
1
-1
/
+4
2023-04-04
Warn about invalid paths in `iced_tiny_skia` instead of panicking
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-19
Update `cosmic-text` to latest :tada:
Héctor Ramón Jiménez
1
-3
/
+2
2023-03-07
Implement `vector` pipeline in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+5
2023-03-07
Implement `raster` 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
-4
/
+0
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-03
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-27
Implement basic glyph cache in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-27
Use `kurbo` to approximate arcs in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-26
Draft text support in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+15
2023-02-26
Use `Surface::buffer` directly for drawing in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+1
2023-02-25
Scaffold `iced_tiny_skia` and connect it to `iced_renderer`
Héctor Ramón Jiménez
1
-0
/
+21