summaryrefslogtreecommitdiffstats
path: root/graphics/src/viewport.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-04Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez1-1/+3
2021-01-14Fix `physical_width` getter incorrectly returning the heightLibravatar Tanner Rogalsky1-1/+1
2020-11-26Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez1-14/+0
2020-11-05Introduce `application::State` in `iced_winit`Libravatar Héctor Ramón Jiménez1-1/+1
2020-05-28Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez1-0/+22
2020-05-20Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez1-16/+31
2020-05-19Move `Viewport` to `iced_graphics`Libravatar Héctor Ramón Jiménez1-1/+1
2020-05-19Draft first working version of `iced_glow` :tada:Libravatar Héctor Ramón Jiménez1-0/+4
2020-02-09Remove `scale_factor` from `iced_wgpu::Viewport`Libravatar Héctor Ramón Jiménez1-7/+4
2020-02-09Allow `iced_wgpu` to render to any `TextureView`Libravatar Héctor Ramón Jiménez1-0/+32