| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor texture image filtering | Héctor Ramón Jiménez | 2023-11-11 | 2 | -4/+15 |
* | Fix clippy + fmt | Remmirad | 2023-11-11 | 1 | -3/+7 |
* | Implement texture filtering options | Remmirad | 2023-11-11 | 1 | -1/+6 |
* | Call `convert_text` on `svg` node before rendering | Héctor Ramón Jiménez | 2023-11-11 | 1 | -2/+12 |
* | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 4 | -20/+8 |
|\ |
|
| * | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -11/+1 |
| * | Fix `clippy::unreadable_literal` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -3/+3 |
| * | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| * | Merge pull request #2092 from nyurik/clippy | Héctor Ramón | 2023-09-19 | 1 | -1/+1 |
| |\ |
|
| | * | Chore: Apply some minor clippy fixes | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
| * | | Chore: Inline format args for ease of reading | Yuri Astrakhan | 2023-09-19 | 1 | -4/+2 |
| |/ |
|
* | | Fix gamma correction for colored glyphs in `iced_wgpu` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+13 |
* | | Draw colored glyphs in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-19 | 1 | -1/+7 |
* | | Remove `Editor::min_bounds` and use `bounds` instead | Héctor Ramón Jiménez | 2023-09-14 | 1 | -1/+1 |
* | | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 2023-09-12 | 2 | -0/+57 |
* | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 2 | -15/+11 |
|/ |
|
* | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 6 | -11/+33 |
|\ |
|
| * | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 6 | -10/+24 |
| * | Merge pull request #2070 from ripytide/master | Héctor Ramón | 2023-09-07 | 1 | -2/+10 |
| |\ |
|
| | * | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -2/+6 |
| | * | Implement `scale` in terms of `scale_nonuniform` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -1/+1 |
| | * | added a Frame::scale_nonuniform method | ripytide | 2023-09-05 | 1 | -0/+4 |
| * | | Use the correct text size and height in tiny_skia | Josh Megnauth | 2023-09-05 | 1 | -2/+2 |
| * | | Check LineHeight > 0.0 before allocating text | Josh Megnauth | 2023-09-04 | 1 | -8/+5 |
| * | | Ensure LineHeight is always > 0.0 for tiny skia. | Josh Megnauth | 2023-09-04 | 1 | -4/+10 |
| |/ |
|
* | | Invalidate existing paragraphs when new fonts are loaded | Héctor Ramón Jiménez | 2023-09-09 | 1 | -4/+1 |
* | | Remove unnecessary mutable reference in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-03 | 1 | -1/+1 |
* | | Implement `draw_paragraph` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-09-03 | 2 | -56/+104 |
* | | Use `min_bounds` for cached text | Héctor Ramón Jiménez | 2023-08-30 | 1 | -4/+4 |
* | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 4 | -345/+86 |
|/ |
|
* | Run `cargo fmt` with Rust 1.72 | Héctor Ramón Jiménez | 2023-08-26 | 1 | -3/+9 |
* | Make the style attribute available on Font | lufte | 2023-08-18 | 1 | -1/+10 |
* | Improve code style in `vector` modules | Héctor Ramón Jiménez | 2023-07-12 | 1 | -11/+12 |
* | Fix import consistency for `bytemuck` | Héctor Ramón Jiménez | 2023-07-12 | 3 | -8/+6 |
* | Upgrade resvg to 0.34 and tiny_skia to 0.10 | Alec Deason | 2023-07-12 | 4 | -38/+61 |
* | Decouple `Mesh` primitives from main `Primitive` type | Héctor Ramón Jiménez | 2023-06-29 | 1 | -8/+0 |
* | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 2023-06-29 | 5 | -36/+101 |
* | Retain text measurements as long as original entries | Héctor Ramón Jiménez | 2023-06-28 | 1 | -16/+18 |
* | Retain measurements for text entries even if not directly used | Héctor Ramón Jiménez | 2023-06-28 | 1 | -2/+4 |
* | Fix needless borrow in `iced_wgpu` and `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -1/+1 |
* | Reuse entries in `text::Cache` in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -38/+64 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 2 | -3/+3 |
* | Merge pull request #1843 from wash2/fix-tiny-skia-quad | Héctor Ramón | 2023-06-27 | 1 | -18/+126 |
|\ |
|
| * | Fix import consistency in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-06-27 | 1 | -5/+3 |
| * | Draw border path for `quad` only if it has a border in `iced_tiny_skia` | Héctor Ramón Jiménez | 2023-06-27 | 1 | -105/+109 |
| * | fix: tiny-skia quad handle case where border_radius < border_width / 2.0 | Ashley Wulber | 2023-05-11 | 1 | -7/+83 |
| * | fix: don't offset fill of quad | Ashley Wulber | 2023-05-11 | 1 | -12/+4 |
| * | fix: quad rendering including border only inside of the bounds | Ashley Wulber | 2023-05-10 | 1 | -4/+42 |
* | | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | Héctor Ramón | 2023-06-27 | 1 | -3/+73 |
|\ \ |
|
| * | | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 2023-06-06 | 1 | -3/+73 |