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
/
geometry.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-2
/
+6
2023-09-07
Implement `scale` in terms of `scale_nonuniform`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-05
added a Frame::scale_nonuniform method
ripytide
1
-0
/
+4
2023-08-26
Run `cargo fmt` with Rust 1.72
Héctor Ramón Jiménez
1
-3
/
+9
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-22
/
+25
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-16
/
+28
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
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
-0
/
+1
2023-04-04
Implement `Frame::clip` for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-1
/
+6
2023-04-04
Warn about invalid paths in `iced_tiny_skia` instead of panicking
Héctor Ramón Jiménez
1
-7
/
+13
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+6
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-5
/
+5
2023-03-01
Remove magic boolean in `into_paint`
Héctor Ramón Jiménez
1
-5
/
+8
2023-03-01
Disable `anti_alias` for `Frame::fill_rectangle` in `iced_tiny_skia`
Héctor Ramón Jiménez
1
-5
/
+13
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-0
/
+276