Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -70/+0 | |
| | |||||
* | Apply `Transformation` to `RawText` primitives | 2024-02-02 | 1 | -1/+5 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -3/+3 | |
| | |||||
* | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 1 | -0/+2 | |
| | |||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -1/+4 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -4/+4 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -0/+5 | |
| | |||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -1/+6 | |
| | |||||
* | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -1/+7 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -4/+15 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+4 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -9/+3 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -0/+10 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -1/+2 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -0/+26 | |