summaryrefslogtreecommitdiffstats
path: root/glow/src/settings.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-02-24Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez1-61/+0
2023-02-23Remove logging large bytes arraysLibravatar Cory Forsstrom1-1/+1
2023-02-17Use `Pixels` for `Text::size`Libravatar Héctor Ramón Jiménez1-4/+4
2022-05-02Add logging to window and context creationLibravatar Richard1-1/+13
2021-07-22Introduce `text_multithreading` to `Settings`Libravatar Héctor Ramón Jiménez1-0/+4
2021-07-22Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+5
2021-03-25Introduce `internal_backend` to `iced_wgpu::Settings`Libravatar Héctor Ramón Jiménez1-0/+9
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-2/+2
See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
2020-06-19Make default text size configurable in `Settings`Libravatar Héctor Ramón Jiménez1-0/+6
2020-06-01Revert "Merge pull request #371 from myfreeweb/window-alpha"Libravatar Héctor Ramón Jiménez1-6/+1
This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6.
2020-06-01Add custom window background/clear color (incl. transparency) support, fixes ↵Libravatar Greg V1-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-28Write documentation for `iced_glow`Libravatar Héctor Ramón Jiménez1-3/+1
2020-05-19Move `Antialiasing` to `iced_graphics`Libravatar Héctor Ramón Jiménez1-24/+1
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-6/+0
2020-03-29Improve `Antialiasing::sample_count` signatureLibravatar Héctor Ramón Jiménez1-1/+1
2020-02-24Make output format of `iced_wgpu` configurableLibravatar Héctor Ramón Jiménez1-1/+16
2020-02-18Write documentation for new `canvas` moduleLibravatar Héctor Ramón Jiménez1-12/+21
2020-02-15Implement MSAA for `triangle` pipeline in `iced_wgpu`Libravatar Héctor Ramón Jiménez1-0/+22
2020-01-09Write missing docs and reenable deny statementsLibravatar Héctor Ramón Jiménez1-0/+6
2020-01-01Allow configuration of default fontLibravatar Héctor Ramón Jiménez1-0/+4