Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -126/+0 | |
| | |||||
* | Group all solid triangles independently of color | 2022-11-16 | 1 | -1/+1 | |
| | |||||
* | Fix broken documentation links | 2022-11-10 | 1 | -1/+1 | |
| | |||||
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 1 | -25/+2 | |
| | |||||
* | Adjusted gradient transform function to be more readable. | 2022-10-07 | 1 | -11/+5 | |
| | |||||
* | Fixed import issue with canvas in the gradient mod for situations where ↵ | 2022-10-07 | 1 | -1/+5 | |
| | | | | canvas feature is not enabled. | ||||
* | Fixed some more imports/documentation. | 2022-10-06 | 1 | -2/+2 | |
| | |||||
* | Added support for gradients to respect current frame transform. | 2022-10-06 | 1 | -4/+10 | |
| | |||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -4/+6 | |
| | |||||
* | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 1 | -7/+7 | |
| | | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | ||||
* | Fixed some importing issues since you can use a Shader::Gradient outside a ↵ | 2022-09-30 | 1 | -2/+11 | |
| | | | | Canvas widget, where it was previously only accessible. | ||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -5/+21 | |
| | |||||
* | Ask for a slice of segments instead of ownership in `LineDash` | 2022-02-03 | 1 | -13/+14 | |
| | |||||
* | Add line dash API | 2022-01-27 | 1 | -1/+13 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -10/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+115 | |