| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused field in `wgpu::Backend` | Héctor Ramón Jiménez | 2021-12-07 | 1 | -2/+0 |
* | Introduce first-class `svg` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -1/+1 |
* | Introduce first-class `image` module in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -4/+1 |
* | Remove `widget` module re-exports in `iced_native` | Héctor Ramón Jiménez | 2021-10-31 | 1 | -2/+5 |
* | Avoid flushing empty layers in `iced_wgpu` and `iced_glow` | Héctor Ramón Jiménez | 2021-10-25 | 1 | -0/+4 |
* | Implement `Widget::draw` for `Text` | Héctor Ramón Jiménez | 2021-10-14 | 1 | -2/+2 |
* | Remove trait-specific draw logic in `iced_native` | Héctor Ramón Jiménez | 2021-10-14 | 1 | -6/+5 |
* | Refactor alignment types into an `alignment` module | Héctor Ramón Jiménez | 2021-09-20 | 1 | -7/+8 |
* | Use `Option` to encode empty text case in hit test methods | Héctor Ramón Jiménez | 2021-09-15 | 1 | -1/+1 |
* | Rename `HitTestResult` to `Hit` | Héctor Ramón Jiménez | 2021-08-26 | 1 | -4/+3 |
* | Implement textual hit testing | Tom | 2021-08-21 | 1 | -1/+22 |
* | wgpu: Use the preferred texture format of the surface | Tilmann Meyer | 2021-08-03 | 1 | -9/+10 |
* | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | Héctor Ramón Jiménez | 2021-07-22 | 1 | -2/+7 |
* | Add image format options to reduce code bloat, fixes #376 | Greg V | 2021-02-13 | 1 | -7/+7 |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -2/+0 |
* | Update `image` pipeline in `iced_wgpu` | Héctor Ramón Jiménez | 2020-08-27 | 1 | -0/+1 |
* | Update `wgpu` to `0.6` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-08-27 | 1 | -0/+6 |
* | Render arrow icon in `ComboBox` | Héctor Ramón Jiménez | 2020-07-08 | 1 | -0/+1 |
* | Make default text size configurable in `Settings` | Héctor Ramón Jiménez | 2020-06-19 | 1 | -0/+8 |
* | Rename `Rectangle::round` to `snap` | Héctor Ramón Jiménez | 2020-06-02 | 1 | -1/+1 |
* | Fix documentation of `Backend` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-05-30 | 1 | -6/+4 |
* | Merge branch 'master' into improvement/update-wgpu_glyph | Héctor Ramón Jiménez | 2020-05-29 | 1 | -7/+12 |
* | Write documentation for `iced_graphics` | Héctor Ramón Jiménez | 2020-05-28 | 1 | -1/+2 |
* | Update `glyph_brush` and `glow_glyph` | Héctor Ramón Jiménez | 2020-05-27 | 1 | -4/+0 |
* | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2020-05-20 | 1 | -13/+13 |
* | Move `Layer` to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -259/+40 |
* | Move built-in fonts to `iced_graphics` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -2/+3 |
* | Draft new `iced_graphics` crate :tada: | Héctor Ramón Jiménez | 2020-05-19 | 1 | -0/+492 |