Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -1/+7 | |
| | |||||
* | Move damage tracking logic to `compositor` in `iced_tiny_skia` | 2023-04-27 | 1 | -77/+3 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -19/+14 | |
| | |||||
* | Remove `debug` overlay from `iced_tiny_skia` for now | 2023-04-26 | 1 | -38/+0 | |
| | |||||
* | Switch debug mode to fade old primitives and display damage in `iced_tiny_skia` | 2023-04-05 | 1 | -37/+60 | |
| | |||||
* | Present new frame only when damaged in `iced_tiny_skia` | 2023-04-05 | 1 | -2/+4 | |
| | |||||
* | Fix `Svg` and `Image` primitives in `iced_tiny_skia` | 2023-04-05 | 1 | -15/+22 | |
| | |||||
* | Group damage regions by area increase | 2023-04-05 | 1 | -104/+171 | |
| | |||||
* | Keep playing with incremental rendering (still very slow) | 2023-04-04 | 1 | -82/+150 | |
| | |||||
* | Draft (very) basic incremental rendering for `iced_tiny_skia` | 2023-04-04 | 1 | -1/+67 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 1 | -2/+2 | |
| | |||||
* | Fix panic rendering an out of bounds clip in `iced_tiny_skia` | 2023-03-17 | 1 | -0/+8 | |
| | |||||
* | Implement color filter support for `Primitive::Svg` in `iced_tiny_skia` | 2023-03-09 | 1 | -1/+2 | |
| | |||||
* | Trim `raster` cache in `iced_tiny_skia` | 2023-03-07 | 1 | -0/+3 | |
| | |||||
* | Implement `vector` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -6/+24 | |
| | |||||
* | Implement `raster` pipeline in `iced_tiny_skia` | 2023-03-07 | 1 | -5/+23 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -9/+9 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 1 | -2/+0 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 2023-03-03 | 1 | -0/+3 | |
| | |||||
* | Reuse `ClipMask` in `iced_tiny_skia` | 2023-03-02 | 1 | -14/+27 | |
| | |||||
* | Fix `Clip` primitive translation in `iced_tiny_skia` | 2023-03-01 | 1 | -1/+1 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -6/+42 | |
| |