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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor some `image` traits a bit
Héctor Ramón Jiménez
2022-11-05
6
-52
/
+65
*
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
2022-11-05
5
-0
/
+492
*
Remove unnecessary `pub(crate)` in `widget::canvas::frame`
Héctor Ramón Jiménez
2022-11-03
1
-5
/
+2
*
Refactor imports of `widget::canvas::frame` in `iced_graphics`
Héctor Ramón Jiménez
2022-11-03
1
-7
/
+7
*
Move re-export in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
*
Fix documentation example of `Canvas`
Héctor Ramón Jiménez
2022-11-03
1
-5
/
+9
*
Refactor imports in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
2022-11-03
1
-4
/
+3
*
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
2022-11-03
6
-88
/
+58
*
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
*
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
2
-4
/
+4
|
\
|
*
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
2022-11-01
2
-4
/
+4
*
|
Fix lints by `clippy`
Héctor Ramón Jiménez
2022-11-03
4
-19
/
+12
*
|
Run `cargo fmt`
Héctor Ramón Jiménez
2022-11-03
6
-23
/
+21
*
|
Reuse last buffer in `Frame` if `mesh_style` matches
Héctor Ramón Jiménez
2022-11-03
3
-37
/
+51
*
|
Documentation changes
bungoboingo
2022-10-19
1
-1
/
+4
*
|
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
2
-2
/
+7
*
|
Merge branch 'master' into fear/linear-gradients
Bingus
2022-10-07
2
-0
/
+7
|
\
|
|
*
expose touch events in canvas widget
Artur Sapek
2022-10-04
2
-0
/
+7
*
|
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
4
-25
/
+25
*
|
More import adjusting.
shan
2022-10-07
2
-13
/
+13
*
|
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
5
-35
/
+150
*
|
Fixed some more imports/documentation.
shan
2022-10-06
3
-5
/
+4
*
|
Fixed some imports/documentation.
shan
2022-10-06
1
-0
/
+1
*
|
Added support for gradients to respect current frame transform.
shan
2022-10-06
5
-20
/
+56
*
|
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
9
-9
/
+8
*
|
Reduced memory transfer of OpenGL gradient uniform upload. Rearranged gradien...
shan
2022-10-05
1
-2
/
+1
*
|
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
2022-10-05
14
-223
/
+247
*
|
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
2022-10-04
5
-36
/
+30
*
|
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
2022-09-30
9
-147
/
+123
*
|
Fixed issue where stops could be declared out of order in the builder but mus...
shan
2022-09-29
1
-8
/
+8
*
|
Adds linear gradient support to 2D meshes in the canvas widget.
shan
2022-09-29
14
-111
/
+308
|
/
*
Make `Cache::clear` immutable
Héctor Ramón Jiménez
2022-09-13
1
-1
/
+1
*
Don't double translate text clip
Cory Forsstrom
2022-08-15
1
-1
/
+1
*
Remove `pure` leftovers in `iced_graphics`
Héctor Ramón Jiménez
2022-07-27
4
-325
/
+0
*
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
2022-07-27
11
-164
/
+67
*
Remove unnecessary `let` bindings in `canvas::Frame`
Héctor Ramón Jiménez
2022-07-11
1
-4
/
+3
*
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
2022-07-11
4
-9
/
+8
*
fix another discrepancy with HTML5 arcTo
ThatsNoMoon
2022-07-10
1
-7
/
+12
*
fix arc_to
ThatsNoMoon
2022-07-10
1
-7
/
+41
*
Merge pull request #1379 from PolyMeilex/fix/clippy
Héctor Ramón
2022-07-09
8
-24
/
+42
|
\
|
*
Fix `clippy` lints for all crates and features
Héctor Ramón Jiménez
2022-07-09
5
-8
/
+23
|
*
Fix further `clippy` lints
Héctor Ramón Jiménez
2022-07-09
1
-4
/
+12
[next]