summaryrefslogtreecommitdiffstats
path: root/graphics/src/primitive.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix `clippy` lints for Rust 1.68Libravatar Héctor Ramón Jiménez2023-03-141-7/+2
|
* Remove `appearance` from `Handle`Libravatar Héctor Ramón Jiménez2022-12-061-0/+3
| | | | ... and pass it directly to `Renderer::draw` instead.
* Merge branch 'master' into non-uniform-border-radius-for-quadsLibravatar Héctor Ramón Jiménez2022-12-021-6/+19
|\
| * Group all solid triangles independently of colorLibravatar Héctor Ramón Jiménez2022-11-161-6/+19
| |
* | non uniform border radius for quadsLibravatar Robert Krahn2022-11-031-1/+1
|/
* Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke`Libravatar Héctor Ramón Jiménez2022-11-031-2/+2
|
* Run `cargo fmt`Libravatar Héctor Ramón Jiménez2022-11-031-1/+1
|
* Added support for relative positioning of gradient fills. Addressed some PR ↵Libravatar shan2022-10-071-2/+1
| | | | feedback.
* Readjusted namespaces, removed Geometry example as it's no longer relevant.Libravatar shan2022-10-051-2/+3
|
* Adds linear gradient support to 2D meshes in the canvas widget.Libravatar shan2022-09-291-1/+4
|
* Introduce first-class `svg` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|
* Introduce first-class `image` module in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-1/+1
|
* Remove `widget` module re-exports in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-311-3/+3
|
* Implement `Widget::mouse_interaction` for `PaneGrid`Libravatar Héctor Ramón Jiménez2021-10-251-2/+0
| | | | | | ... and fix rendering of drag interaction in `PaneGrid` by introducing an explicit `with_translation` method to `Renderer` and simplifying the `with_layer` and `Clip` primitive.
* Refactor alignment types into an `alignment` moduleLibravatar Héctor Ramón Jiménez2021-09-201-4/+5
|
* Use `f32` for `border_width` and `border_radius`Libravatar Héctor Ramón Jiménez2020-11-231-2/+2
|
* Move `Layer` to `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-191-3/+3
|
* Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez2020-05-191-0/+107