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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
2022-11-03
10
-98
/
+72
|
*
|
|
|
Export `Gradient` in `iced_graphics` root
Héctor Ramón Jiménez
2022-11-03
1
-0
/
+1
|
*
|
|
|
Remove blank line if `layer::mesh` in `iced_graphics`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+0
|
*
|
|
|
Refactor exports in `graphics::layer`
Héctor Ramón Jiménez
2022-11-03
1
-5
/
+7
|
*
|
|
|
Refactor imports in `solar_system` example
Héctor Ramón Jiménez
2022-11-03
1
-11
/
+12
|
*
|
|
|
Move `Position` and `Location` to `gradient` module
Héctor Ramón Jiménez
2022-11-03
2
-90
/
+92
|
*
|
|
|
Merge branch 'master' into fear/linear-gradients
Héctor Ramón Jiménez
2022-11-03
26
-62
/
+799
|
|
\
\
\
\
|
*
|
|
|
|
Reuse last set pipeline for `triangle` in `iced_wgpu`
Héctor Ramón Jiménez
2022-11-03
3
-2
/
+33
|
*
|
|
|
|
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
2022-11-03
7
-66
/
+66
|
*
|
|
|
|
Fix lints by `clippy`
Héctor Ramón Jiménez
2022-11-03
9
-28
/
+20
|
*
|
|
|
|
Fix `multitouch` example
Héctor Ramón Jiménez
2022-11-03
1
-2
/
+3
|
*
|
|
|
|
Convert colors to linear RGB in `gradient` pipelines
Héctor Ramón Jiménez
2022-11-03
2
-12
/
+13
|
*
|
|
|
|
Convert colors to linear RGB before uploading in `solid` pipelines
Héctor Ramón Jiménez
2022-11-03
2
-5
/
+9
|
*
|
|
|
|
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
17
-110
/
+98
|
*
|
|
|
|
Reuse last buffer in `Frame` if `mesh_style` matches
Héctor Ramón Jiménez
2022-11-03
4
-42
/
+53
|
*
|
|
|
|
Documentation changes
bungoboingo
2022-10-19
1
-1
/
+4
|
*
|
|
|
|
Updated syntax for color stop iteration re: PR comments.
bungoboingo
2022-10-18
1
-2
/
+1
|
*
|
|
|
|
Changed gradient builder to be more clear about what caused certain errors.
bungoboingo
2022-10-18
1
-22
/
+30
|
*
|
|
|
|
Cleaned up namespaces re: PR comments.
bungoboingo
2022-10-18
13
-161
/
+158
|
*
|
|
|
|
Fixed fragment shader compatibility issues with GLES 3.0+
bungoboingo
2022-10-10
2
-14
/
+14
|
*
|
|
|
|
Merge branch 'master' into fear/linear-gradients
Bingus
2022-10-07
14
-12
/
+257
|
|
\
\
\
\
\
|
*
|
|
|
|
|
Jumped the gun on pushing; one more readability update :P
shan
2022-10-07
1
-3
/
+3
|
*
|
|
|
|
|
Adjusted gradient transform function to be more readable.
shan
2022-10-07
4
-28
/
+25
|
*
|
|
|
|
|
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
2022-10-07
5
-33
/
+27
|
*
|
|
|
|
|
More import adjusting.
shan
2022-10-07
4
-21
/
+20
|
*
|
|
|
|
|
Adjusted reexports for clarity.
shan
2022-10-07
3
-4
/
+3
|
*
|
|
|
|
|
Fixed an edge case where when gradient start/end are identical the GL fragmen...
shan
2022-10-07
1
-13
/
+19
|
*
|
|
|
|
|
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
2022-10-07
8
-54
/
+182
|
*
|
|
|
|
|
Fixed some more imports/documentation.
shan
2022-10-06
12
-26
/
+28
|
*
|
|
|
|
|
Fixed some imports/documentation.
shan
2022-10-06
3
-7
/
+4
|
*
|
|
|
|
|
Added support for gradients to respect current frame transform.
shan
2022-10-06
7
-56
/
+93
|
*
|
|
|
|
|
Changed tesselation functions to take Vertex2D builder instead of using lyon'...
shan
2022-10-06
1
-17
/
+31
|
*
|
|
|
|
|
Fixed lint issues & cleaned up some documentation.
shan
2022-10-06
24
-40
/
+33
|
*
|
|
|
|
|
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
7
-126
/
+81
|
*
|
|
|
|
|
Adjusted gradient uniforms to be more tightly packed.
shan
2022-10-05
2
-31
/
+37
|
*
|
|
|
|
|
Fixed issue with offsets not being reset properly leading to borked draws.
shan
2022-10-05
2
-2
/
+10
|
*
|
|
|
|
|
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
27
-625
/
+394
|
*
|
|
|
|
|
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
20
-423
/
+417
|
*
|
|
|
|
|
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2022-09-30
11
-148
/
+126
|
*
|
|
|
|
|
Fixed issue where OpenGL would not render both shaders at once under certain ...
shan
2022-09-29
2
-31
/
+23
|
*
|
|
|
|
|
Removed some leftover debugging.
shan
2022-09-29
1
-4
/
+0
|
*
|
|
|
|
|
Fixed issue where stops could be declared out of order in the builder but mus...
shan
2022-09-29
1
-8
/
+8
|
*
|
|
|
|
|
Merge remote-tracking branch 'origin/fear/linear-gradients' into fear/linear-...
shan
2022-09-29
0
-0
/
+0
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
40
-655
/
+2043
|
*
|
|
|
|
|
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
40
-657
/
+2043
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #1432 from wash2/custom-theme
Héctor Ramón
2022-11-03
4
-27
/
+90
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Box `Custom` in `Theme`
Héctor Ramón Jiménez
2022-11-03
3
-6
/
+6
|
*
|
|
|
|
|
Remove unnecessary `clone` in `scrollable` example
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
-3
/
+1
|
*
|
|
|
|
|
Derive `Copy` for `Theme`
Héctor Ramón Jiménez
2022-11-03
3
-4
/
+4
[prev]
[next]