Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -61/+0 | ||
2023-02-23 | Remove logging large bytes arrays | 1 | -1/+1 | ||
2023-02-17 | Use `Pixels` for `Text::size` | 1 | -4/+4 | ||
2022-05-02 | Add logging to window and context creation | 1 | -1/+13 | ||
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-03-25 | Introduce `internal_backend` to `iced_wgpu::Settings` | 1 | -0/+9 | ||
2020-11-26 | Use recently stabilized intra-doc links | 1 | -2/+2 | ||
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | |||||
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-28 | Write documentation for `iced_glow` | 1 | -3/+1 | ||
2020-05-19 | Move `Antialiasing` to `iced_graphics` | 1 | -24/+1 | ||
2020-05-19 | Draft first working version of `iced_glow` :tada: | 1 | -6/+0 | ||
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 | ||