Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -1033/+0 | |
| | |||||
* | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -0/+1 | |
| | |||||
* | Make tiny-skia equivalent | 2024-03-26 | 1 | -1/+2 | |
| | |||||
* | Rename `compositor::Renderer` to `Default` | 2024-03-22 | 1 | -2/+2 | |
| | |||||
* | Fix standalone compilation of `iced_widget` crate | 2024-03-22 | 1 | -1/+0 | |
| | |||||
* | Make `iced_tiny_skia` optional with a `tiny-skia` feature | 2024-03-22 | 1 | -0/+3 | |
| | |||||
* | Implement composable, type-safe renderer fallback | 2024-03-21 | 1 | -0/+9 | |
| | |||||
* | Fix `iced_tiny_skia` clipping line strokes | 2024-02-22 | 1 | -2/+2 | |
| | |||||
* | Fix clipping of text in `iced_tiny_skia` | 2024-02-11 | 1 | -38/+50 | |
| | |||||
* | Introduce `with_transformation` to `Renderer` trait | 2024-02-02 | 1 | -10/+18 | |
| | |||||
* | Allow only uniform scaling in `Transformation` | 2024-02-02 | 1 | -4/+4 | |
| | |||||
* | Replace `Primitive::Translate` with `Transform` | 2024-02-02 | 1 | -46/+45 | |
| | |||||
* | Assert dimensions of quads are normal in `iced_tiny_skia` | 2024-01-31 | 1 | -0/+9 | |
| | |||||
* | Introduce `Border` struct analogous to `Shadow` | 2024-01-20 | 1 | -91/+76 | |
| | |||||
* | Skip transparent shadows in `iced_tiny_skia` | 2024-01-20 | 1 | -94/+101 | |
| | |||||
* | Use `Default` implementation of `renderer::Quad` | 2024-01-20 | 1 | -12/+13 | |
| | |||||
* | Make `shadow` optional in `renderer::Quad` | 2024-01-20 | 1 | -13/+11 | |
| | |||||
* | feat: quad shadows | 2024-01-20 | 1 | -0/+106 | |
| | |||||
* | Fix paths with negative coordinates in `iced_tiny_skia` | 2024-01-17 | 1 | -8/+10 | |
| | |||||
* | Introduce `RawText` to `Primitive` in `iced_graphics` | 2023-12-05 | 1 | -0/+30 | |
| | | | | | This should allow users to directly render a `cosmic_text::Buffer`. | ||||
* | Rename `viewport` to `clip_bounds` | 2023-12-02 | 1 | -6/+9 | |
| | |||||
* | Clip text to `viewport` bounds instead of layout bounds | 2023-12-01 | 1 | -10/+7 | |
| | |||||
* | Refactor texture image filtering | 2023-11-11 | 1 | -3/+13 | |
| | | | | | | - Support only `Linear` or `Nearest` - Simplify `Layer` groups - Move `FilterMethod` to `Image` and `image::Viewer` | ||||
* | Merge branch 'master' into text-editor | 2023-10-27 | 1 | -4/+2 | |
|\ | |||||
| * | Chore: Inline format args for ease of reading | 2023-09-19 | 1 | -4/+2 | |
| | | | | | | | | A minor cleanup to inline all simple cases of format arguments. Makes the format strings just a bit easier to read. | ||||
* | | Draft `Editor` API and `TextEditor` widget | 2023-09-12 | 1 | -0/+25 | |
| | | |||||
* | | Make `FontSystem` global and simplify `Paragraph` API | 2023-09-11 | 1 | -5/+0 | |
|/ | |||||
* | Implement `draw_paragraph` in `iced_tiny_skia` | 2023-09-03 | 1 | -1/+1 | |
| | |||||
* | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -63/+42 | |
| | |||||
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | 2023-07-12 | 1 | -1/+9 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -8/+0 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -12/+24 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #1843 from wash2/fix-tiny-skia-quad | 2023-06-27 | 1 | -18/+126 | |
|\ | | | | | fix: quad rendering including border only inside of the bounds | ||||
| * | Fix import consistency in `iced_tiny_skia` | 2023-06-27 | 1 | -5/+3 | |
| | | |||||
| * | Draw border path for `quad` only if it has a border in `iced_tiny_skia` | 2023-06-27 | 1 | -105/+109 | |
| | | |||||
| * | fix: tiny-skia quad handle case where border_radius < border_width / 2.0 | 2023-05-11 | 1 | -7/+83 | |
| | | |||||
| * | fix: don't offset fill of quad | 2023-05-11 | 1 | -12/+4 | |
| | | |||||
| * | fix: quad rendering including border only inside of the bounds | 2023-05-10 | 1 | -4/+42 | |
| | | |||||
* | | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -6/+0 | |
| | | | | | | | | ... for offsetting and scaling text | ||||
* | | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 1 | -0/+43 | |
|\ \ | | | | | | | [Feature] Gradients for Backgrounds | ||||
| * | | Fix needless borrow in `tiny_skia::backend` | 2023-05-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Inline `into_gradient` in `tiny_skia::backend` | 2023-05-19 | 1 | -43/+41 | |
| | | | | | | | | | | | | ... since it's not really reused anywhere else. | ||||
| * | | Remove `Builder` abstractions for gradients | 2023-05-19 | 1 | -1/+1 | |
| | | | |||||
| * | | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -0/+45 | |
| |/ | |||||
* / | fix: when clearing damaged surface with background color blend mode should ↵ | 2023-05-15 | 1 | -0/+1 | |
|/ | | | | be Source only | ||||
* | fix: border radius typo | 2023-05-09 | 1 | -1/+1 | |
| | |||||
* | Warn about unsupported primitives in `iced_tiny_skia` | 2023-05-08 | 1 | -1/+9 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -4/+16 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -6/+6 | |
| |