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
/
layer.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
-1
/
+2
*
Move `layer::quad` types to `quad` module
Héctor Ramón Jiménez
2023-05-30
1
-4
/
+3
*
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
2023-05-29
1
-83
/
+4
*
Fixed issue where quads of different types were not ordered.
Bingus
2023-05-29
1
-1
/
+41
*
Make `Packed` fully opaque
Héctor Ramón Jiménez
2023-05-29
1
-33
/
+1
*
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2023-05-26
1
-12
/
+16
*
Fix inconsistent `pub use` in `wgpu::layer`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
*
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
-17
/
+77
*
Warn about unsupported primitives in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+5
*
Use `LineHeight::default` in `iced_wgpu::layer`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+1
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-0
/
+3
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-3
/
+4
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-0
/
+3
*
Introduce support for `Font` attributes
Héctor Ramón Jiménez
2023-03-30
1
-1
/
+1
*
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-6
/
+3
*
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
2023-03-03
1
-2
/
+1
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-0
/
+274