| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
