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
/
examples
/
modern_art
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
2
-154
/
+0
*
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-2
/
+3
*
Fixed issues with old GL versions ( <= 2.1 )
bungoboingo
2022-11-08
2
-0
/
+3
*
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
1
-14
/
+7
*
Adjusted reexports for clarity.
shan
2022-10-07
1
-1
/
+1
*
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2022-10-07
1
-17
/
+24
*
Added support for gradients to respect current frame transform.
shan
2022-10-06
1
-17
/
+16
*
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
2
-5
/
+3
*
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
1
-1
/
+1
*
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
1
-5
/
+4
*
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
1
-3
/
+4
*
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2022-09-30
2
-1
/
+3
*
Fixed issue where OpenGL would not render both shaders at once under certain ...
shan
2022-09-29
1
-1
/
+1
*
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
2
-0
/
+151