Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-17 | Update `cosmic-text` and `resvg` (#2416) | 1 | -1/+4 | ||
* Update `cosmic-text`, `glyphon`, and `resvg` * Fix slow font fallback with `Shaping::Basic` in `cosmic-text` * Update `cosmic-text` and `resvg` * Update `cosmic-text` * Fix `SelectAll` action in `editor` * Fix some panics in `graphics::text::editor` * Remove empty `if` statement in `tiny_skia::vector` * Update `cosmic-text`, `glyphon`, and `rustc-hash` | |||||
2024-01-17 | Implement vectorial text support for `iced_tiny_skia` | 1 | -1/+134 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -3/+3 | ||
2023-05-04 | Support configurable `LineHeight` in text widgets | 1 | -1/+4 | ||
2023-05-02 | Introduce `text::Shaping` enum and replace magic boolean | 1 | -12/+6 | ||
2023-05-02 | Make basic text shaping the default shaping strategy | 1 | -0/+10 | ||
2023-03-30 | Introduce support for `Font` attributes | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -2/+2 | ||
2023-03-03 | Move `Canvas` and `QRCode` to `iced` crate | 1 | -0/+0 | ||
Rename `canvas` modules to `geometry` in graphics subcrates | |||||
2023-03-01 | Implement `Canvas` support for `iced_tiny_skia` | 1 | -0/+0 | ||
2023-02-24 | Overhaul `Font` type to allow font family selection | 1 | -1/+1 | ||
2022-06-22 | Added more clarification as to how the position and alignment of the Canvas ↵ | 1 | -1/+8 | ||
Text structure interact | |||||
2021-09-20 | Refactor alignment types into an `alignment` module | 1 | -5/+6 | ||
2020-05-19 | Draft new `iced_graphics` crate :tada: | 1 | -0/+0 | ||
2020-04-14 | Implement `From<&str>` for `canvas::Text` | 1 | -0/+6 | ||
2020-04-14 | Implement `From<String>` for `canvas::Text` | 1 | -0/+9 | ||
2020-03-08 | Implement `Default` for `canvas::Text` | 1 | -0/+14 | ||
2020-03-07 | Implement `Primitive::Cached` | 1 | -5/+3 | ||
2020-03-07 | Rename `canvas::TextNode` to `canvas::Text` | 1 | -3/+5 | ||
2020-03-06 | implement text support in canvas widget | 1 | -0/+20 | ||