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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
4
-88
/
+0
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-02-17
Use `f32` for `Padding`
Héctor Ramón Jiménez
1
-2
/
+1
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
2
-3
/
+3
2023-02-17
Use `f32` in `Length::Units` and rename it to `Fixed`
Héctor Ramón Jiménez
1
-7
/
+7
2023-02-06
Accept FnOnce instead of Fn in canvas cache draw
sushigiri
1
-1
/
+5
2023-01-27
Fix: Clippy lint 'needless_lifetimes'
13r0ck
1
-2
/
+2
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2023-01-04
Fix lint
Cory Forsstrom
1
-1
/
+1
2023-01-04
Make location copy
Cory Forsstrom
1
-1
/
+1
2022-12-29
Minor docs typo
rpitasky
1
-1
/
+1
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-2
/
+2
2022-12-06
Rename `Fill` to `ColorFilter` in `graphics::image::vector`
Héctor Ramón Jiménez
1
-4
/
+4
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
5
-16
/
+37
2022-12-06
feat: SVG styling with icon fill color
Michael Aaron Murphy
1
-10
/
+28
2022-11-28
Implement `From` traits for `Style` in `canvas`
Héctor Ramón Jiménez
1
-0
/
+12
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
9
-100
/
+294
2022-11-10
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
2
-1
/
+6
2022-11-10
Bump versions :tada:
Héctor Ramón Jiménez
1
-3
/
+3
2022-11-10
Fix broken documentation links
Héctor Ramón Jiménez
6
-6
/
+14
2022-11-08
Rename `QuadBorderRadius` to `BorderRadius`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-04
Don't convert svg to BGRA before passing to shader
Ian Douglas Scott
1
-9
/
+2
2022-11-05
Update `image` dependency to `0.24`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-05
Replace `texture_store` and `store` with `storage`
Héctor Ramón Jiménez
2
-9
/
+9
2022-11-05
Use RGBA texture for `image` and `svg` pipelines
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
6
-52
/
+65
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
5
-0
/
+492
2022-11-03
non uniform border radius for quads
Robert Krahn
3
-3
/
+3
2022-11-03
Remove unnecessary `pub(crate)` in `widget::canvas::frame`
Héctor Ramón Jiménez
1
-5
/
+2
2022-11-03
Refactor imports of `widget::canvas::frame` in `iced_graphics`
Héctor Ramón Jiménez
1
-7
/
+7
2022-11-03
Move re-export in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Fix documentation example of `Canvas`
Héctor Ramón Jiménez
1
-5
/
+9
2022-11-03
Refactor imports in `widget::canvas` in `iced_graphics`
Héctor Ramón Jiménez
1
-4
/
+3
2022-11-03
Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
6
-88
/
+58
2022-11-03
Export `Gradient` in `iced_graphics` root
Héctor Ramón Jiménez
1
-0
/
+1
2022-11-03
Remove blank line if `layer::mesh` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+0
2022-11-03
Refactor exports in `graphics::layer`
Héctor Ramón Jiménez
1
-5
/
+7
2022-11-03
Move `Position` and `Location` to `gradient` module
Héctor Ramón Jiménez
2
-90
/
+92
2022-11-03
Fix lints by `clippy`
Héctor Ramón Jiménez
4
-19
/
+12
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
6
-23
/
+21
2022-11-03
Reuse last buffer in `Frame` if `mesh_style` matches
Héctor Ramón Jiménez
3
-37
/
+51
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
2
-4
/
+4
2022-10-19
Documentation changes
bungoboingo
1
-1
/
+4
2022-10-18
Changed gradient builder to be more clear about what caused certain errors.
bungoboingo
1
-22
/
+30
2022-10-18
Cleaned up namespaces re: PR comments.
bungoboingo
2
-2
/
+7
2022-10-07
Jumped the gun on pushing; one more readability update :P
shan
1
-3
/
+3
2022-10-07
Adjusted gradient transform function to be more readable.
shan
4
-28
/
+25
2022-10-07
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
4
-25
/
+25
2022-10-07
More import adjusting.
shan
2
-13
/
+13
2022-10-07
Adjusted reexports for clarity.
shan
1
-1
/
+1
[next]