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
/
wgpu
/
src
/
geometry.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-2
/
+2
2023-09-09
Fix majority of unresolved documentation links
Matthias Vogelgesang
1
-3
/
+1
2023-09-07
Make `scale` methods in `Frame` generic over `f32` and `Vector`
Héctor Ramón Jiménez
1
-2
/
+6
2023-09-07
Implement `scale` in terms of `scale_nonuniform`
Héctor Ramón Jiménez
1
-3
/
+1
2023-09-05
added a Frame::scale_nonuniform method
ripytide
1
-1
/
+9
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-30
/
+34
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-3
/
+3
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-3
/
+4
2023-05-26
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
1
-2
/
+2
2023-05-25
Created "Packed" data structure for gradient data.
Bingus
1
-3
/
+4
2023-05-24
Made gradient pack public for iced_graphics::gradient mod for use with Gradie...
Bingus
1
-41
/
+2
2023-05-19
Avoid packing gradient data for every vertex in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+5
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-30
/
+81
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-6
/
+9
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-0
/
+1
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-4
/
+4
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-4
/
+4
2023-03-03
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+3
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-39
/
+118
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-46
/
+150
2022-11-10
Added conditional configurations for WASM target for gradients & storage buff...
bungoboingo
1
-0
/
+1
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 `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`
Héctor Ramón Jiménez
1
-9
/
+17
2022-11-03
Reuse last buffer in `Frame` if `mesh_style` matches
Héctor Ramón Jiménez
1
-29
/
+45
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
1
-3
/
+16
2022-10-07
Fixed import issue with canvas in the gradient mod for situations where canva...
shan
1
-2
/
+1
2022-10-07
Added support for relative positioning of gradient fills. Addressed some PR f...
shan
1
-5
/
+5
2022-10-06
Added support for gradients to respect current frame transform.
shan
1
-10
/
+22
2022-10-06
Changed tesselation functions to take Vertex2D builder instead of using lyon'...
shan
1
-17
/
+31
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-10
/
+22
2022-09-30
Fixed some importing issues since you can use a Shader::Gradient outside a Ca...
shan
1
-1
/
+6
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-73
/
+40
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-71
/
+40
2022-08-15
Don't double translate text clip
Cory Forsstrom
1
-1
/
+1
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-5
/
+4
2022-07-11
Remove unnecessary `let` bindings in `canvas::Frame`
Héctor Ramón Jiménez
1
-4
/
+3
2022-07-11
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-10
Fix `canvas::Frame` issuing a new layer for `Mesh2D` in `with_clip`
Héctor Ramón Jiménez
1
-10
/
+32
2022-03-02
Use `Rectangle` directly in `Frame::with_clip`
Héctor Ramón Jiménez
1
-21
/
+11
2022-02-23
Add doc comment
Cory Forsstrom
1
-1
/
+8
2022-02-23
Add with_clip for canvas
Cory Forsstrom
1
-0
/
+24
2022-02-03
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-27
Add line dash API
Cory Forsstrom
1
-0
/
+9
2021-08-26
Use `FillTessellator::tessellate_rectangle` in `Frame`
Héctor Ramón Jiménez
1
-10
/
+8
2021-08-26
Avoid reallocating tessellators in `Frame` methods
Héctor Ramón Jiménez
1
-27
/
+36
[next]