| Commit message (Expand) | Author | Files | Lines |
2024-01-18 | Make `compatible_window` mandatory in `Compositor` | Héctor Ramón Jiménez | 1 | -2/+2 |
2024-01-18 | Remove redundant `ref mut` in `iced_renderer::compositor` | Héctor Ramón Jiménez | 1 | -3/+3 |
2024-01-18 | Remove `Compositor` window generic | Héctor Ramón Jiménez | 2 | -23/+14 |
2024-01-16 | WIP raw-window-handle 0.6 | Ian Douglas Scott | 1 | -22/+29 |
2024-01-17 | Update to `softbuffer` 0.3, tracking up to `age` sets of primitives | Ian Douglas Scott | 1 | -0/+1 |
2024-01-04 | Remove backend module in renderer crate that has been unused since https://gi... | Imbris | 1 | -100/+0 |
2023-12-02 | Separate `Compositor::new` from `Compositor::create_renderer` | Héctor Ramón Jiménez | 1 | -32/+15 |
2023-12-02 | Rename `viewport` to `clip_bounds` | Héctor Ramón Jiménez | 1 | -6/+6 |
2023-12-01 | Clip text to `viewport` bounds instead of layout bounds | Héctor Ramón Jiménez | 1 | -3/+10 |
2023-11-29 | Fix `renderer` method in `iced_renderer::Compositor` | Héctor Ramón Jiménez | 1 | -4/+0 |
2023-11-14 | Re-organize `custom` module as `pipeline` module | Héctor Ramón Jiménez | 5 | -327/+23 |
2023-11-14 | Run `cargo fmt` | Héctor Ramón Jiménez | 2 | -3/+6 |
2023-11-14 | Remove old `widget` modules in `iced_renderer` | Héctor Ramón Jiménez | 1 | -12/+0 |
2023-11-14 | Fix `clippy` lints :crab: | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-11-14 | Added redraw request handling to widget events. | Bingus | 2 | -4/+8 |
2023-11-14 | Reexport Transformation from widget::shader | Bingus | 1 | -0/+1 |
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | Bingus | 5 | -0/+320 |
2023-11-12 | Fix conditional compilation in `iced_renderer` | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-11-11 | Refactor texture image filtering | Héctor Ramón Jiménez | 1 | -2/+7 |
2023-09-20 | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 1 | -11/+1 |
2023-09-20 | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-09-20 | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-09-20 | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-09-19 | Chore: Inline format args for ease of reading | Yuri Astrakhan | 1 | -1/+1 |
2023-09-13 | Fix unused import in `iced_renderer` | Héctor Ramón Jiménez | 1 | -5/+6 |
2023-09-12 | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 1 | -2/+17 |
2023-09-11 | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 1 | -16/+0 |
2023-09-09 | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 1 | -0/+13 |
2023-09-09 | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2 | -6/+2 |
2023-09-07 | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 1 | -2/+2 |
2023-09-05 | added a Frame::scale_nonuniform method | ripytide | 1 | -1/+7 |
2023-09-04 | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 1 | -23/+16 |
2023-09-04 | Enable WebGPU backend in `wgpu` by default instead of WebGL | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-08-30 | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 3 | -50/+48 |
2023-07-28 | Bump versions :tada: | Héctor Ramón Jiménez | 1 | -2/+9 |
2023-07-21 | refactored window storage; | Bingus | 1 | -0/+16 |
2023-06-29 | Decouple `Mesh` primitives from main `Primitive` type | Héctor Ramón Jiménez | 2 | -4/+13 |
2023-06-29 | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 4 | -48/+356 |
2023-06-28 | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -1/+1 |
2023-06-20 | Use subpixel glyph positioning and layout linearity | Héctor Ramón Jiménez | 1 | -6/+0 |
2023-06-06 | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 1 | -0/+30 |
2023-05-31 | Introduce `web-colors` feature flag to enable sRGB linear blending | Héctor Ramón Jiménez | 1 | -0/+1 |
2023-05-11 | Write missing documentation in `iced_wgpu` | Héctor Ramón Jiménez | 1 | -3/+3 |
2023-05-10 | Bundle `tiny-skia` backend together with `iced_renderer` | Héctor Ramón Jiménez | 5 | -80/+54 |
2023-05-04 | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 1 | -1/+4 |
2023-05-02 | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 1 | -4/+4 |
2023-05-02 | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 1 | -2/+9 |
2023-04-26 | Update `tiny-skia` and `resvg` | Héctor Ramón Jiménez | 1 | -2/+1 |
2023-04-26 | Fix `Candidate::build` in `compositor` of `iced_renderer` | Héctor Ramón Jiménez | 1 | -36/+39 |
2023-04-08 | Fix copy-pasted panic description in `iced_renderer` | Héctor Ramón Jiménez | 1 | -1/+1 |