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
/
glow
/
src
/
triangle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Group all solid triangles independently of color
Héctor Ramón Jiménez
2022-11-16
2
-253
/
+0
*
Fixed issues with old GL versions ( <= 2.1 )
bungoboingo
2022-11-08
1
-2
/
+2
*
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+6
*
Convert colors to linear RGB before uploading in `solid` pipelines
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+6
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
1
-45
/
+48
*
Updated syntax for color stop iteration re: PR comments.
bungoboingo
2022-10-18
1
-2
/
+1
*
Cleaned up namespaces re: PR comments.
bungoboingo
2022-10-18
2
-24
/
+26
*
Fixed some more imports/documentation.
shan
2022-10-06
2
-9
/
+11
*
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
1
-3
/
+3
*
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
1
-92
/
+51
*
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
2
-63
/
+91
*
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
2
-0
/
+256