Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1845 from bungoboingo/feat/offscreen-rendering | 2023-06-27 | 1 | -0/+30 | |
|\ | | | | | Feat: Offscreen Rendering & Screenshots | ||||
| * | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -0/+30 | |
| | | | | | | | | window::screenshot command. | ||||
* | | Use subpixel glyph positioning and layout linearity | 2023-06-20 | 1 | -6/+0 | |
|/ | | | | ... for offsetting and scaling text | ||||
* | Write missing documentation in `iced_wgpu` | 2023-05-11 | 1 | -3/+3 | |
| | |||||
* | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 4 | -70/+46 | |
| | |||||
* | Support configurable `LineHeight` in text widgets | 2023-05-04 | 1 | -1/+4 | |
| | |||||
* | Introduce `text::Shaping` enum and replace magic boolean | 2023-05-02 | 1 | -4/+4 | |
| | |||||
* | Make basic text shaping the default shaping strategy | 2023-05-02 | 1 | -2/+9 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -2/+1 | |
| | |||||
* | Fix `Candidate::build` in `compositor` of `iced_renderer` | 2023-04-26 | 1 | -36/+39 | |
| | |||||
* | Fix copy-pasted panic description in `iced_renderer` | 2023-04-08 | 1 | -1/+1 | |
| | |||||
* | Support `ICED_BACKEND` environment variable | 2023-04-08 | 1 | -43/+84 | |
| | |||||
* | Introduce support for `Font` attributes | 2023-03-30 | 2 | -2/+2 | |
| | |||||
* | Introduce backend feature flags in `iced_renderer` | 2023-03-06 | 4 | -94/+138 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 7 | -27/+23 | |
| | |||||
* | Move `Canvas` and `QRCode` to `iced` crate | 2023-03-03 | 5 | -331/+12 | |
| | | | | Rename `canvas` modules to `geometry` in graphics subcrates | ||||
* | Rename `canvas::frame` to `canvas` in `iced_wgpu` | 2023-03-03 | 1 | -3/+3 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 6 | -5/+588 | |
| | |||||
* | Use `iced_renderer` instead of `iced_graphics` in root crate | 2023-02-28 | 2 | -0/+6 | |
| | |||||
* | Fix `clippy` lints | 2023-02-27 | 1 | -0/+1 | |
| | |||||
* | Implement basic presentation with `softbuffer` for `iced_tiny_skia` | 2023-02-25 | 1 | -4/+6 | |
| | |||||
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 2023-02-25 | 2 | -10/+64 | |
| | |||||
* | Trim measurements in `renderer::Backend` | 2023-02-25 | 1 | -1/+7 | |
| | |||||
* | Introduce `iced_renderer` subcrate featuring runtime renderer fallback | 2023-02-24 | 5 | -0/+240 | |