Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -1/+1 | |
| | |||||
* | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -6/+0 | |
| | | | | ... for offsetting and scaling text | ||||
* | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 1 | -4/+2 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+4 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -4/+4 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -2/+9 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 1 | -1/+1 | |
| | |||||
* | Introduce backend feature flags in `iced_renderer` | 2023-03-06 | 1 | -49/+27 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -6/+5 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -3/+1 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -1/+3 | |
| | |||||
* | Fix `clippy` lints | 2023-02-27 | 1 | -0/+1 | |
| | |||||
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 2023-02-25 | 1 | -0/+20 | |
| | |||||
* | Trim measurements in `renderer::Backend` | 2023-02-25 | 1 | -1/+7 | |
| | |||||
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 1 | -0/+94 | |