Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 2023-02-24 | 1 | -61/+0 | |
| | |||||
* | Remove logging large bytes arrays | 2023-02-23 | 1 | -1/+1 | |
| | |||||
* | Use `Pixels` for `Text::size` | 2023-02-17 | 1 | -4/+4 | |
| | |||||
* | Add logging to window and context creation | 2022-05-02 | 1 | -1/+13 | |
| | |||||
* | Introduce `text_multithreading` to `Settings` | 2021-07-22 | 1 | -0/+4 | |
| | |||||
* | Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu` | 2021-07-22 | 1 | -0/+5 | |
| | |||||
* | Introduce `internal_backend` to `iced_wgpu::Settings` | 2021-03-25 | 1 | -0/+9 | |
| | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -2/+2 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Make default text size configurable in `Settings` | 2020-06-19 | 1 | -0/+6 | |
| | |||||
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 2020-06-01 | 1 | -6/+1 | |
| | | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6. | ||||
* | Add custom window background/clear color (incl. transparency) support, fixes ↵ | 2020-06-01 | 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. | ||||
* | Write documentation for `iced_glow` | 2020-05-28 | 1 | -3/+1 | |
| | |||||
* | Move `Antialiasing` to `iced_graphics` | 2020-05-19 | 1 | -24/+1 | |
| | |||||
* | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 1 | -0/+50 | |