Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -8/+0 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 6 | -37/+101 | |
| | |||||
* | Retain text measurements as long as original entries | 2023-06-28 | 1 | -16/+18 | |
| | |||||
* | Retain measurements for text entries even if not directly used | 2023-06-28 | 1 | -2/+4 | |
| | |||||
* | Fix needless borrow in `iced_wgpu` and `iced_tiny_skia` | 2023-06-28 | 1 | -1/+1 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_tiny_skia` | 2023-06-28 | 1 | -38/+64 | |
| | |||||
* | Reuse entries in `text::Cache` in `iced_wgpu` | 2023-06-28 | 2 | -3/+3 | |
| | |||||
* | 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 | |
| | | |||||
* | | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 1 | -3/+73 | |
|\ \ | | | | | | | Feat: Offscreen Rendering & Screenshots | ||||
| * | | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -3/+73 | |
| | | | | | | | | | | | | window::screenshot command. | ||||
* | | | Merge pull request #1921 from iced-rs/subpixel-glyph-positioning | 2023-06-26 | 3 | -38/+21 | |
|\ \ \ | | | | | | | | | Subpixel glyph positioning and layout linearity | ||||
| * | | | Clear text caches after a font is loaded | 2023-06-21 | 1 | -0/+2 | |
| | | | | |||||
| * | | | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 3 | -38/+19 | |
| | | | | | | | | | | | | | | | | ... for offsetting and scaling text | ||||
* | | | | Provide access to font from each crate | 2023-06-22 | 2 | -2/+1 | |
|/ / / | |||||
* / / | Update `glyphon` and `cosmic-text` | 2023-06-16 | 1 | -1/+1 | |
|/ / | |||||
* | | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 2 | -17/+72 | |
|\ \ | | | | | | | [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 | 2 | -2/+2 | |
| | | | |||||
| * | | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 2 | -16/+73 | |
| | | | |||||
* | | | fix: when clearing damaged surface with background color blend mode should ↵ | 2023-05-15 | 1 | -0/+1 | |
|/ / | | | | | | | be Source only | ||||
* / | Write missing documentation in `iced_wgpu` | 2023-05-11 | 1 | -2/+2 | |
|/ | |||||
* | Merge pull request #1841 from wash2/fix-svg-color-filter | 2023-05-10 | 1 | -8/+9 | |
|\ | | | | | fix: tiny-skia svg premultiply final filtered color | ||||
| * | fix: tiny-skia svg premultiply final filtered color | 2023-05-09 | 1 | -8/+9 | |
| | | |||||
* | | fix: border radius typo | 2023-05-09 | 1 | -1/+1 | |
|/ | |||||
* | Round paragraph position until we implement subpixel glyph positioning | 2023-05-08 | 1 | -3/+6 | |
| | |||||
* | Warn about unsupported primitives in `iced_tiny_skia` | 2023-05-08 | 1 | -1/+9 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 3 | -8/+41 | |
| | |||||
* | Update `glyphon` and `cosmic-text` | 2023-05-02 | 2 | -2/+9 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 3 | -16/+16 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 4 | -2/+20 | |
| | |||||
* | Remove unnecessary `last_` prefix in `Surface` of `iced_tiny_skia` | 2023-04-27 | 1 | -9/+9 | |
| | |||||
* | Invalidate `last_primitives` on resize in `iced_tiny_skia` | 2023-04-27 | 1 | -10/+12 | |
| | |||||
* | Fix double reference in `compositor` in `iced_tiny_skia` | 2023-04-27 | 1 | -1/+1 | |
| | |||||
* | Move damage tracking logic to `compositor` in `iced_tiny_skia` | 2023-04-27 | 2 | -92/+42 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 6 | -33/+30 | |
| | |||||
* | Remove `debug` overlay from `iced_tiny_skia` for now | 2023-04-26 | 1 | -38/+0 | |
| | |||||
* | Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible" | 2023-04-26 | 2 | -69/+13 | |
| | | | | This reverts commit 16e6efe020e75d51958875fa198196534679af8d. | ||||
* | Merge branch 'advanced-text' into incremental-rendering | 2023-04-17 | 1 | -1/+1 | |
|\ | |||||
| * | Merge branch 'master' into advanced-text | 2023-04-17 | 1 | -1/+1 | |
| | | |||||
* | | Use `pixels` for presentation in `iced_tiny_skia` when possible | 2023-04-08 | 2 | -13/+69 | |
| | | |||||
* | | Merge branch 'advanced-text' into incremental-rendering | 2023-04-08 | 2 | -13/+2 | |
|\| | |||||
| * | Update `wgpu` and `cosmic-text` | 2023-04-08 | 2 | -13/+2 | |
| | | |||||
* | | Revert "Use `softbuffer` fork with owned pixel buffer" | 2023-04-05 | 2 | -30/+17 | |
| | | | | | | | | | | | | | | This reverts commit 92d61e5c592818745abbab245a82cb14b262ae67. The owned pixel buffer zeroes the data in some platforms. `softbuffer` will need some first-class support for damage regions. | ||||
* | | Use `softbuffer` fork with owned pixel buffer | 2023-04-05 | 2 | -17/+30 | |
| | |