Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Round paragraph position until we implement subpixel glyph positioning | 2023-05-08 | 1 | -3/+6 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -4/+24 | |
| | |||||
* | Update `glyphon` and `cosmic-text` | 2023-05-02 | 1 | -1/+8 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -9/+9 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+8 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-08 | 1 | -8/+1 | |
|\ | |||||
| * | Update `wgpu` and `cosmic-text` | 2023-04-08 | 1 | -8/+1 | |
| | | |||||
* | | Group damage regions by area increase | 2023-04-05 | 1 | -3/+13 | |
|/ | |||||
* | Introduce `font::Stretch` | 2023-03-30 | 1 | -0/+15 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 1 | -11/+33 | |
| | |||||
* | Update `cosmic-text` to latest :tada: | 2023-03-19 | 1 | -159/+121 | |
| | |||||
* | Trim text `Buffer` cache every frame in `iced_wgpu` and `iced_tiny_skia` | 2023-03-17 | 1 | -14/+6 | |
| | |||||
* | Use `ceil` to avoid cut text in `iced_tiny_skia` | 2023-03-07 | 1 | -1/+6 | |
| | | | | | This won't be necessary once we reuse the buffers from layouting by leveraging layout linearity. | ||||
* | Implement `vector` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -1/+1 | |
| | |||||
* | Rename `iced_native` to `iced_runtime` | 2023-03-05 | 1 | -1/+1 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -6/+5 | |
| | |||||
* | Use `get_image_uncached` in `iced_tiny_skia` | 2023-02-28 | 1 | -1/+1 | |
| | | | | ... since we are not reusing the `SwashCache` | ||||
* | Remove unnecessary `cast_slice` in `iced_tiny_skia` | 2023-02-27 | 1 | -2/+1 | |
| | |||||
* | Implement basic glyph cache in `iced_tiny_skia` | 2023-02-27 | 1 | -64/+119 | |
| | |||||
* | Fix `clippy` lints | 2023-02-27 | 1 | -2/+2 | |
| | |||||
* | Fix glyphs with color mask in `iced_tiny_skia` | 2023-02-26 | 1 | -6/+10 | |
| | |||||
* | Implement text alignment support in `iced_tiny_skia` | 2023-02-26 | 1 | -6/+25 | |
| | |||||
* | Draft text support in `iced_tiny_skia` | 2023-02-26 | 1 | -0/+350 | |