Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | 2020-06-01 | 2 | -12/+2 | |
| | | | | | This reverts commit 2ba9598f8022bf3035d97f1a30e53117b9619235, reversing changes made to d34f8e06c8e3cdbba07a272f346163cfc0f920a6. | ||||
* | Merge pull request #371 from myfreeweb/window-alpha | 2020-06-01 | 2 | -2/+12 | |
|\ | | | | | Add custom window background/clear color (incl. transparency) support, fixes #272 | ||||
| * | Add custom window background/clear color (incl. transparency) support, fixes ↵ | 2020-06-01 | 2 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | #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. | ||||
* | | Feature gate `font-kit` behind `"default_system_font"` feature. | 2020-05-31 | 2 | -7/+13 | |
|/ | |||||
* | Fix `Backend` link in `iced_glow` docs | 2020-05-30 | 1 | -1/+1 | |
| | |||||
* | Expose `Backend` in `iced_glow` | 2020-05-30 | 2 | -4/+9 | |
| | |||||
* | Expose `pane_grid::{Node, Content}` in `iced_glow` | 2020-05-29 | 1 | -2/+2 | |
| | |||||
* | Revert "Target physical pixels for quads in `iced_glow`" | 2020-05-28 | 1 | -6/+6 | |
| | | | | This reverts commit 45511a442f707e93fe6e568d2100756b63af7362. | ||||
* | Enable `doc_cfg` for `docs.rs` in `iced_glow` | 2020-05-28 | 2 | -0/+5 | |
| | |||||
* | Write documentation for `iced_glow` | 2020-05-28 | 3 | -9/+17 | |
| | |||||
* | Target physical pixels for quads in `iced_glow` | 2020-05-27 | 1 | -6/+6 | |
| | |||||
* | Update `glyph_brush` and `glow_glyph` | 2020-05-27 | 3 | -56/+40 | |
| | |||||
* | Introduce feature flags to enable `iced_glow` | 2020-05-27 | 1 | -0/+1 | |
| | | | | Also keep `iced_wgpu` as the default renderer for the time being. | ||||
* | Use published `glow` and `glow_glyph` versions | 2020-05-22 | 3 | -16/+10 | |
| | |||||
* | Use built-in OpenGL multisampling in `iced_glow` | 2020-05-22 | 3 | -209/+57 | |
| | |||||
* | Use `get_uniform_location` for wider compatibility | 2020-05-22 | 7 | -48/+93 | |
| | |||||
* | Use git repository for `glow_glyph` | 2020-05-22 | 1 | -1/+2 | |
| | |||||
* | Implement MSAA for triangle meshes in `iced_glow` | 2020-05-22 | 1 | -41/+195 | |
| | |||||
* | Update to latest `glow` | 2020-05-21 | 3 | -25/+17 | |
| | |||||
* | Remove unused `overlay_font` in `iced_glow` | 2020-05-21 | 1 | -6/+6 | |
| | |||||
* | Draft `triangle` pipeline in `iced_glow` | 2020-05-21 | 6 | -52/+301 | |
| | |||||
* | Avoid relying `origin_upper_left` | 2020-05-21 | 2 | -3/+17 | |
| | | | | It seems to cause considerable glitches when resizing. | ||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 5 | -352/+65 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 3 | -31/+16 | |
| | |||||
* | Move `Layer` to `iced_graphics` | 2020-05-19 | 4 | -280/+50 | |
| | |||||
* | Move `Antialiasing` to `iced_graphics` | 2020-05-19 | 1 | -24/+1 | |
| | |||||
* | Move built-in fonts to `iced_graphics` | 2020-05-19 | 4 | -15/+6 | |
| | |||||
* | Move `font::Source` to `iced_graphics` | 2020-05-19 | 3 | -41/+2 | |
| | |||||
* | Rename `window::Backend` to `Compositor` | 2020-05-19 | 2 | -7/+7 | |
| | |||||
* | Move `Viewport` to `iced_graphics` | 2020-05-19 | 2 | -37/+3 | |
| | |||||
* | Move `Transformation` to `iced_graphics` | 2020-05-19 | 2 | -56/+1 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 34 | -1354/+52 | |
| | |||||
* | Draft first working version of `iced_glow` :tada: | 2020-05-19 | 45 | -0/+3143 | |