Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -0/+3 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | Merge branch 'master' into non-uniform-border-radius-for-quads | 2022-12-02 | 1 | -6/+19 | |
|\ | |||||
| * | Group all solid triangles independently of color | 2022-11-16 | 1 | -6/+19 | |
| | | |||||
* | | non uniform border radius for quads | 2022-11-03 | 1 | -1/+1 | |
|/ | |||||
* | Move `mesh::Style` to `triangle` and reuse it in `fill` and `stroke` | 2022-11-03 | 1 | -2/+2 | |
| | |||||
* | Run `cargo fmt` | 2022-11-03 | 1 | -1/+1 | |
| | |||||
* | Added support for relative positioning of gradient fills. Addressed some PR ↵ | 2022-10-07 | 1 | -2/+1 | |
| | | | | feedback. | ||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -2/+3 | |
| | |||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -1/+4 | |
| | |||||
* | Introduce first-class `svg` module in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Introduce first-class `image` module in `iced_native` | 2021-10-31 | 1 | -1/+1 | |
| | |||||
* | Remove `widget` module re-exports in `iced_native` | 2021-10-31 | 1 | -3/+3 | |
| | |||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -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` module | 2021-09-20 | 1 | -4/+5 | |
| | |||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -2/+2 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -3/+3 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -0/+107 | |