| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | Héctor Ramón Jiménez | 2023-02-24 | 1 | -111/+0 |
* | Run `cargo fmt` | Héctor Ramón Jiménez | 2022-11-03 | 1 | -1/+5 |
* | Fixed fragment shader compatibility issues with GLES 3.0+ | bungoboingo | 2022-10-10 | 1 | -1/+1 |
* | Adds linear gradient support to 2D meshes in the canvas widget. | shan | 2022-09-29 | 1 | -2/+1 |
* | Draft first-class `Theme` support | Héctor Ramón Jiménez | 2022-05-14 | 1 | -5/+14 |
* | Rename `get_information` to `fetch_information` | Richard | 2022-04-27 | 1 | -1/+1 |
* | Move `compositor` module access from `window` to `crate` | Richard | 2022-04-27 | 1 | -3/+3 |
* | Rename `GraphicsInformation` to `Information` | Richard | 2022-04-26 | 1 | -2/+2 |
* | Implement `GraphicsInformation` for `iced_glow` | Richard | 2022-04-26 | 1 | -0/+9 |
* | Add logging to window and context creation | Richard | 2022-04-26 | 1 | -0/+2 |
* | Improve shader version selection | Richard | 2022-01-19 | 1 | -1/+1 |
* | Log debugging info | Richard | 2022-01-19 | 1 | -0/+7 |
* | Rename `Renderer::present` to `with_primitives` | Héctor Ramón Jiménez | 2021-11-05 | 1 | -1/+1 |
* | Remove trait-specific draw logic in `iced_native` | Héctor Ramón Jiménez | 2021-10-14 | 1 | -5/+5 |
* | Fix window holes behind transparent objects | Ildar Akhmetgaleev | 2021-09-02 | 1 | -1/+6 |
* | Make `Application` and `Sandbox` return a `Result` | Héctor Ramón Jiménez | 2020-09-08 | 1 | -3/+3 |
* | Add `background_color` to `Application` and `Sandbox` | Héctor Ramón Jiménez | 2020-06-12 | 1 | -3/+5 |
* | Revert "Merge pull request #371 from myfreeweb/window-alpha" | Héctor Ramón Jiménez | 2020-06-01 | 1 | -6/+1 |
* | Add custom window background/clear color (incl. transparency) support, fixes ... | Greg V | 2020-06-01 | 1 | -1/+6 |
* | Use built-in OpenGL multisampling in `iced_glow` | Héctor Ramón Jiménez | 2020-05-22 | 1 | -1/+11 |
* | Implement `iced_glutin` :tada: | Héctor Ramón Jiménez | 2020-05-21 | 1 | -143/+27 |
* | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2020-05-20 | 1 | -12/+4 |
* | Rename `window::Backend` to `Compositor` | Héctor Ramón Jiménez | 2020-05-19 | 1 | -0/+188 |