| Commit message (Expand) | Author | Age | Files | Lines |
* | Use recently stabilized intra-doc links | Héctor Ramón Jiménez | 2020-11-26 | 1 | -6/+0 |
* | Add `present_mode` field to `iced_wgpu::Settings` | Héctor Ramón Jiménez | 2020-11-23 | 1 | -1/+1 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -5/+4 |
* | Add labels to `iced_wgpu` internals | Héctor Ramón Jiménez | 2020-08-31 | 1 | -1/+3 |
* | Update `wgpu` to `0.6` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-08-27 | 1 | -29/+62 |
* | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-12 | 1 | -6/+11 |
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2020-06-01 | 1 | -4/+4 |
* | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2020-06-01 | 1 | -4/+4 |
* | Implement async `Compositor::request` in `iced_wgpu` | Héctor Ramón Jiménez | 2020-05-29 | 1 | -37/+53 |
* | Introduce `Program` and `State` | Héctor Ramón Jiménez | 2020-05-21 | 1 | -10/+12 |
* | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2020-05-20 | 2 | -74/+20 |
* | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -4/+4 |
* | Draft new `iced_graphics` crate :tada: | Héctor Ramón Jiménez | 2020-05-19 | 1 | -2/+2 |
* | Draft first working version of `iced_glow` :tada: | Héctor Ramón Jiménez | 2020-05-19 | 1 | -11/+10 |
* | set wgpu's adapter backend to PRIMARY | DominosCinnaStix | 2020-05-14 | 1 | -1/+1 |
* | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -4/+4 |
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | Héctor Ramón Jiménez | 2020-04-07 | 2 | -22/+33 |
* | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 2020-02-24 | 2 | -4/+14 |
* | Request high performance adapter if MSAA is enabled | Héctor Ramón Jiménez | 2020-02-15 | 1 | -1/+5 |
* | Improve consistency in new `iced_wgpu` types | Héctor Ramón Jiménez | 2020-02-09 | 1 | -1/+1 |
* | Write documentation for new `iced_wgpu` types | Héctor Ramón Jiménez | 2020-02-09 | 2 | -0/+8 |
* | Remove `scale_factor` from `iced_wgpu::Viewport` | Héctor Ramón Jiménez | 2020-02-09 | 2 | -4/+4 |
* | Allow `iced_wgpu` to render to any `TextureView` | Héctor Ramón Jiménez | 2020-02-09 | 2 | -0/+148 |