| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Re-organize `custom` module as `pipeline` module | Héctor Ramón Jiménez | 2023-11-14 | 5 | -327/+23 |
* | | Run `cargo fmt` | Héctor Ramón Jiménez | 2023-11-14 | 2 | -3/+6 |
* | | Remove old `widget` modules in `iced_renderer` | Héctor Ramón Jiménez | 2023-11-14 | 1 | -12/+0 |
* | | Fix `clippy` lints :crab: | Héctor Ramón Jiménez | 2023-11-14 | 1 | -1/+1 |
* | | Added redraw request handling to widget events. | Bingus | 2023-11-14 | 2 | -4/+8 |
* | | Reexport Transformation from widget::shader | Bingus | 2023-11-14 | 1 | -0/+1 |
* | | Added support for custom shader widget for iced_wgpu backend. | Bingus | 2023-11-14 | 5 | -0/+320 |
* | | Fix conditional compilation in `iced_renderer` | Héctor Ramón Jiménez | 2023-11-12 | 1 | -0/+1 |
* | | Refactor texture image filtering | Héctor Ramón Jiménez | 2023-11-11 | 1 | -2/+7 |
* | | Merge branch 'master' into text-editor | Héctor Ramón Jiménez | 2023-10-27 | 2 | -16/+6 |
|\ \ |
|
| * | | Centralize `clippy` lints in `.cargo/config.toml` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -11/+1 |
| * | | Fix `clippy::match-wildcard-for-single-variants` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
| * | | Fix `clippy::default_trait_access` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -1/+1 |
| * | | Fix `clippy::semicolon_if_nothing_returned` | Héctor Ramón Jiménez | 2023-09-20 | 1 | -2/+2 |
| * | | Chore: Inline format args for ease of reading | Yuri Astrakhan | 2023-09-19 | 1 | -1/+1 |
* | | | Fix unused import in `iced_renderer` | Héctor Ramón Jiménez | 2023-09-13 | 1 | -5/+6 |
* | | | Draft `Editor` API and `TextEditor` widget | Héctor Ramón Jiménez | 2023-09-12 | 1 | -2/+17 |
* | | | Make `FontSystem` global and simplify `Paragraph` API | Héctor Ramón Jiménez | 2023-09-11 | 1 | -16/+0 |
|/ / |
|
* | | Merge branch 'master' into explicit-text-caching | Héctor Ramón Jiménez | 2023-09-10 | 4 | -31/+40 |
|\ \ |
|
| * | | Deny `broken_intradoc_links` and verify documentation in CI | Héctor Ramón Jiménez | 2023-09-09 | 1 | -0/+13 |
| * | | Fix majority of unresolved documentation links | Matthias Vogelgesang | 2023-09-09 | 2 | -6/+2 |
| * | | Merge pull request #2070 from ripytide/master | Héctor Ramón | 2023-09-07 | 1 | -2/+8 |
| |\ \ |
|
| | * | | Make `scale` methods in `Frame` generic over `f32` and `Vector` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -2/+2 |
| | * | | added a Frame::scale_nonuniform method | ripytide | 2023-09-05 | 1 | -1/+7 |
| * | | | Use workspace dependencies and package inheritance | Héctor Ramón Jiménez | 2023-09-04 | 1 | -23/+16 |
| |/ / |
|
| * | | Enable WebGPU backend in `wgpu` by default instead of WebGL | Héctor Ramón Jiménez | 2023-09-04 | 1 | -0/+1 |
* | | | Implement explicit text caching in the widget state tree | Héctor Ramón Jiménez | 2023-08-30 | 3 | -50/+48 |
|/ / |
|
* / | Bump versions :tada: | Héctor Ramón Jiménez | 2023-07-28 | 1 | -2/+9 |
|/ |
|
* | Decouple `Mesh` primitives from main `Primitive` type | Héctor Ramón Jiménez | 2023-06-29 | 2 | -4/+13 |
* | Introduce custom backend-specific primitives | Héctor Ramón Jiménez | 2023-06-29 | 4 | -48/+356 |
* | Reuse entries in `text::Cache` in `iced_wgpu` | Héctor Ramón Jiménez | 2023-06-28 | 1 | -1/+1 |
* | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | Héctor Ramón | 2023-06-27 | 1 | -0/+30 |
|\ |
|
| * | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 2023-06-06 | 1 | -0/+30 |
* | | Use subpixel glyph positioning and layout linearity | Héctor Ramón Jiménez | 2023-06-20 | 1 | -6/+0 |
|/ |
|
* | Introduce `web-colors` feature flag to enable sRGB linear blending | Héctor Ramón Jiménez | 2023-05-31 | 1 | -0/+1 |
* | Write missing documentation in `iced_wgpu` | Héctor Ramón Jiménez | 2023-05-11 | 1 | -3/+3 |
* | Bundle `tiny-skia` backend together with `iced_renderer` | Héctor Ramón Jiménez | 2023-05-10 | 5 | -80/+54 |
* | Support configurable `LineHeight` in text widgets | Héctor Ramón Jiménez | 2023-05-04 | 1 | -1/+4 |
* | Introduce `text::Shaping` enum and replace magic boolean | Héctor Ramón Jiménez | 2023-05-02 | 1 | -4/+4 |
* | Make basic text shaping the default shaping strategy | Héctor Ramón Jiménez | 2023-05-02 | 1 | -2/+9 |
* | Update `tiny-skia` and `resvg` | Héctor Ramón Jiménez | 2023-04-26 | 1 | -2/+1 |
* | Fix `Candidate::build` in `compositor` of `iced_renderer` | Héctor Ramón Jiménez | 2023-04-26 | 1 | -36/+39 |
* | Merge branch 'advanced-text' into incremental-rendering | Héctor Ramón Jiménez | 2023-04-17 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' into advanced-text | Héctor Ramón Jiménez | 2023-04-17 | 1 | -2/+2 |
* | | Fix copy-pasted panic description in `iced_renderer` | Héctor Ramón Jiménez | 2023-04-08 | 1 | -1/+1 |
* | | Support `ICED_BACKEND` environment variable | Héctor Ramón Jiménez | 2023-04-08 | 1 | -43/+84 |
|/ |
|
* | Introduce support for `Font` attributes | Héctor Ramón Jiménez | 2023-03-30 | 2 | -2/+2 |
* | Introduce backend feature flags in `iced_renderer` | Héctor Ramón Jiménez | 2023-03-06 | 5 | -95/+143 |
* | Move `webgl` feature selection for `wgpu` into `iced_wgpu` | Héctor Ramón Jiménez | 2023-03-05 | 1 | -6/+4 |
* | Create `iced_widget` subcrate and re-organize the whole codebase | Héctor Ramón Jiménez | 2023-03-04 | 8 | -31/+23 |