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
/
wgpu
/
src
/
geometry.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-3
/
+4
*
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2023-05-26
1
-2
/
+2
*
Created "Packed" data structure for gradient data.
Bingus
2023-05-25
1
-3
/
+4
*
Made gradient pack public for iced_graphics::gradient mod for use with Gradie...
Bingus
2023-05-24
1
-41
/
+2
*
Avoid packing gradient data for every vertex in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-19
1
-5
/
+5
*
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
-30
/
+81
*
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-11
1
-6
/
+9
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-0
/
+1
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-1
/
+1
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-0
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-4
/
+4
*
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-0
/
+608