summaryrefslogtreecommitdiffstats
path: root/graphics/src/window.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-10/+0
2022-04-27Move `compositor` module access from `window` to `crate`Libravatar Richard1-3/+3
2022-04-26Rename `GraphicsInformation` to `Information`Libravatar Richard1-1/+1
2022-04-26Introduce `GraphicsInformation` to `iced_graphics`Libravatar Richard1-1/+1
2021-08-25Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez1-1/+1
2021-07-22redo custom error for Compositor::draw()Libravatar Billy Messenger1-1/+1
2021-07-22add custom error for Compositor::draw()Libravatar Billy Messenger1-1/+1
2020-05-28Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez1-0/+1
2020-05-21Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez1-0/+6
2020-05-20Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez1-1/+0
2020-05-19Rename `window::Backend` to `Compositor`Libravatar Héctor Ramón Jiménez1-2/+2
2020-05-19Draft new `iced_graphics` crate :tada:Libravatar Héctor Ramón Jiménez1-2/+0
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-0/+0
2020-02-09Write documentation for new `iced_wgpu` typesLibravatar Héctor Ramón Jiménez1-0/+1
2020-02-09Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez1-0/+5