Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `appearance` from `Handle` | 2022-12-06 | 1 | -1/+6 | |
| | | | | ... and pass it directly to `Renderer::draw` instead. | ||||
* | Group all solid triangles independently of color | 2022-11-16 | 1 | -4/+21 | |
| | |||||
* | Refactor exports in `graphics::layer` | 2022-11-03 | 1 | -5/+7 | |
| | |||||
* | Run `cargo fmt` | 2022-11-03 | 1 | -13/+11 | |
| | |||||
* | More import adjusting. | 2022-10-07 | 1 | -13/+1 | |
| | |||||
* | Fixed lint issues & cleaned up some documentation. | 2022-10-06 | 1 | -1/+1 | |
| | |||||
* | Readjusted namespaces, removed Geometry example as it's no longer relevant. | 2022-10-05 | 1 | -100/+11 | |
| | |||||
* | Reworked wgpu buffers, updated glow side to have proper transform location ↵ | 2022-10-04 | 1 | -19/+13 | |
| | | | | storage, attempting to fix visibility modifiers, implemented some of the feedback received in initial PR. | ||||
* | Adds linear gradient support to 2D meshes in the canvas widget. | 2022-09-29 | 1 | -9/+38 | |
| | |||||
* | Address Clippy lints | 2022-07-09 | 1 | -2/+2 | |
| | |||||
* | Remove redundant `widget` modules in subcrates | 2022-03-09 | 1 | -2/+3 | |
| | | | | Instead, we can define the type aliases just once in the root crate! | ||||
* | Implement `Widget::mouse_interaction` for `PaneGrid` | 2021-10-25 | 1 | -7/+2 | |
| | | | | | | ... 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. | ||||
* | Implement `Widget::draw` for `Text` | 2021-10-14 | 1 | -7/+9 | |
| | |||||
* | Refactor alignment types into an `alignment` module | 2021-09-20 | 1 | -6/+6 | |
| | |||||
* | Generate new layers only for clip primitives in `Layer::generate` | 2021-02-23 | 1 | -12/+28 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -48/+0 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Use `f32` for `border_width` and `border_radius` | 2020-11-23 | 1 | -2/+2 | |
| | |||||
* | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -2/+113 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -0/+1 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -32/+13 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 1 | -0/+266 | |