Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-07 | Document `present_mode_from_env` in `iced_wgpu` | 1 | -0/+12 | ||
2024-05-07 | Introduce `ICED_PRESENT_MODE` env var to pick a `wgpu::PresentMode` | 1 | -0/+14 | ||
2024-04-03 | Fix broken doc links in `iced_wgpu` and `iced_graphics` | 1 | -7/+7 | ||
2024-03-24 | Reintroduce backend selection through `ICED_BACKEND` env var | 1 | -24/+0 | ||
2024-03-22 | Allow custom renderers in `Program` and `Application` | 1 | -1/+12 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -3/+3 | ||
2023-04-08 | Use `*_from_env` helpers from `wgpu` in `iced_wgpu` | 1 | -16/+1 | ||
2023-03-30 | Introduce support for `Font` attributes | 1 | -1/+1 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -3/+2 | ||
2023-02-24 | Overhaul `Font` type to allow font family selection | 1 | -30/+7 | ||
2023-02-23 | Remove logging large bytes arrays | 1 | -1/+17 | ||
2023-02-17 | Use `Pixels` for `Text::size` | 1 | -4/+4 | ||
2023-01-27 | Fix: Clippy lint 'uninlined_format_args' | 1 | -1/+1 | ||
2022-07-02 | update `wgpu` to `0.13` | 1 | -1/+1 | ||
2021-08-19 | wgpu: Update to 0.10 | 1 | -11/+11 | ||
2021-08-03 | wgpu: Use the preferred texture format of the surface | 1 | -6/+0 | ||
Signed-off-by: Tilmann Meyer <me@atiltedtree.dev> | |||||
2021-07-22 | Introduce `text_multithreading` to `Settings` | 1 | -0/+4 | ||
2021-07-22 | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 1 | -0/+5 | ||
2021-05-14 | update doc | 1 | -0/+1 | ||
2021-05-13 | Add a primary backend that can be set | 1 | -0/+1 | ||
Add a primary backend that can be set | |||||
2021-03-25 | Introduce `internal_backend` to `iced_wgpu::Settings` | 1 | -0/+41 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -6/+6 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
2020-11-23 | Add `present_mode` field to `iced_wgpu::Settings` | 1 | -0/+6 | ||
2020-06-19 | Make default text size configurable in `Settings` | 1 | -0/+6 | ||
2020-06-01 | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 1 | -6/+1 | ||
This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6. | |||||
2020-06-01 | Add custom window background/clear color (incl. transparency) support, fixes ↵ | 1 | -1/+6 | ||
#272 wgpu would currently ignore the alpha: https://github.com/gfx-rs/wgpu/issues/687 glow (and naively patched wgpu) requires premultiplied alpha, so if you don't multiply the RGB by the A right now, the semi-transparent color would be wrong (too bright). winit with_transparent doesn't seem necessary. | |||||
2020-05-29 | Re-export `Antialiasing` in `iced_wgpu` | 1 | -1/+1 | ||
2020-05-28 | Write documentation for `iced_glow` | 1 | -3/+1 | ||
2020-05-19 | Move `Antialiasing` to `iced_graphics` | 1 | -24/+1 | ||
2020-03-29 | Improve `Antialiasing::sample_count` signature | 1 | -1/+1 | ||
2020-02-24 | Make output format of `iced_wgpu` configurable | 1 | -1/+16 | ||
2020-02-18 | Write documentation for new `canvas` module | 1 | -12/+21 | ||
2020-02-15 | Implement MSAA for `triangle` pipeline in `iced_wgpu` | 1 | -0/+22 | ||
2020-01-09 | Write missing docs and reenable deny statements | 1 | -0/+6 | ||
2020-01-01 | Allow configuration of default font | 1 | -0/+4 | ||