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
/
graphics
/
src
/
gradient.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Copy on Fill and Stroke
Vlad-Stefan Harbuz
2024-06-21
1
-1
/
+1
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
Chore: Apply some minor clippy fixes
Yuri Astrakhan
2023-09-19
1
-1
/
+1
*
Fix outstanding broken intradoc links
Héctor Ramón Jiménez
2023-09-09
1
-6
/
+1
*
Fix majority of unresolved documentation links
Matthias Vogelgesang
2023-09-09
1
-2
/
+2
*
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
2023-06-29
1
-1
/
+2
*
Switched to packing using f16s to maintain acceptable precision.
Bingus
2023-06-07
1
-30
/
+52
*
Updated color packing into u32 to consider incorrect web-colors.
Bingus
2023-06-06
1
-13
/
+20
*
Optimized gradient data packing.
Bingus
2023-06-06
1
-32
/
+39
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-2
/
+6
*
Make `Packed` fully opaque
Héctor Ramón Jiménez
2023-05-29
1
-4
/
+27
*
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2023-05-26
1
-5
/
+9
*
Created "Packed" data structure for gradient data.
Bingus
2023-05-25
1
-13
/
+20
*
Made gradient pack public for iced_graphics::gradient mod for use with Gradie...
Bingus
2023-05-24
1
-0
/
+33
*
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-88
/
+57
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-0
/
+119
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-117
/
+0
*
Fix lint
Cory Forsstrom
2023-01-04
1
-1
/
+1
*
Make location copy
Cory Forsstrom
2023-01-04
1
-1
/
+1
*
Fix broken documentation links
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+6
*
Move `Position` and `Location` to `gradient` module
Héctor Ramón Jiménez
2022-11-03
1
-7
/
+89
*
Adjusted gradient transform function to be more readable.
shan
2022-10-07
1
-7
/
+1
*
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
2022-10-07
1
-21
/
+5
*
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2022-10-07
1
-6
/
+16
*
Fixed some more imports/documentation.
shan
2022-10-06
1
-2
/
+1
*
Added support for gradients to respect current frame transform.
shan
2022-10-06
1
-1
/
+13
*
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
1
-1
/
+0
*
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
1
-73
/
+2
*
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
1
-1
/
+1
*
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2022-09-30
1
-6
/
+86
*
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
1
-0
/
+23