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
/
src
/
geometry
/
path.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
Write missing documentation in `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+2
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-0
/
+0
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-47
/
+5
2022-07-27
Replace stateful widgets with new `iced_pure` API
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-11
Update `lyon` to `1.0` :tada:
Héctor Ramón Jiménez
1
-6
/
+5
2022-07-09
Run `cargo fmt`
Héctor Ramón Jiménez
1
-3
/
+2
2022-07-09
Address Clippy lints
Poly
1
-3
/
+2
2022-02-03
Access `lyon_algorithms` indirectly through `lyon`
Héctor Ramón Jiménez
1
-2
/
+2
2022-02-03
Ask for a slice of segments instead of ownership in `LineDash`
Héctor Ramón Jiménez
1
-9
/
+8
2022-01-27
Remove vec allocation
Cory Forsstrom
1
-35
/
+36
2022-01-27
Add line dash API
Cory Forsstrom
1
-0
/
+44
2021-08-26
Update `lyon` to `0.17` in `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-11
/
+0
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-0
/
+0
2020-04-14
Implement `canvas::Path::line` helper method
Héctor Ramón Jiménez
1
-0
/
+11
2020-04-14
Implement `canvas::Path::circle` helper method
Héctor Ramón Jiménez
1
-0
/
+8
2020-04-14
Implement `canvas::Path::rectangle` helper method
Héctor Ramón Jiménez
1
-0
/
+10
2020-04-02
Fix minor documentation issues
Héctor Ramón Jiménez
1
-0
/
+1
2020-02-18
Write documentation for new `canvas` module
Héctor Ramón Jiménez
1
-151
/
+17
2020-02-14
Add transform stack to `canvas::Frame`
Héctor Ramón Jiménez
1
-0
/
+10
2020-02-14
Implement additional methods in `path::Builder`
Héctor Ramón Jiménez
1
-10
/
+75
2020-02-12
Finish `clock` example
Héctor Ramón Jiménez
1
-0
/
+2
2020-02-12
Implement `Frame::fill` and `Frame::stroke`
Héctor Ramón Jiménez
1
-0
/
+6
2020-02-12
Rename current `Path` to `path::Builder`
Héctor Ramón Jiménez
1
-5
/
+27
2020-02-12
Draft `Canvas` types and `clock` example
Héctor Ramón Jiménez
1
-0
/
+78