summaryrefslogtreecommitdiffstats
path: root/graphics/src/window (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trait-specific draw logic in `iced_native`Libravatar Héctor Ramón Jiménez2021-10-142-16/+11
|
* Rename `SwapChainError` to `SurfaceError` in `iced_graphics`Libravatar Héctor Ramón Jiménez2021-08-251-2/+2
|
* Remove `SwapChain` associated type from `Compositor`Libravatar Héctor Ramón Jiménez2021-08-201-7/+3
|
* wgpu: Update to 0.10Libravatar Poly2021-08-191-0/+1
|
* Use `thiserror` to derive `Error` for `SwapChainError`Libravatar Héctor Ramón Jiménez2021-08-041-14/+12
|
* small documentation errorLibravatar Billy Messenger2021-07-221-1/+0
|
* redo custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-21/+20
|
* add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-4/+29
|
* Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-221-1/+4
|\
| * Provide `compatible_surface` in `iced_wgpu::Compositor`Libravatar Héctor Ramón2021-05-051-1/+4
| |
* | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-1/+4
|/
* Use recently stabilized intra-doc linksLibravatar Héctor Ramón Jiménez2020-11-261-8/+5
| | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md
* Fix broken links in API documentationLibravatar Héctor Ramón Jiménez2020-11-261-16/+11
|
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-082-4/+4
|
* Add `background_color` to `Application` and `Sandbox`Libravatar Héctor Ramón Jiménez2020-06-122-2/+4
|
* Write documentation for `iced_graphics`Libravatar Héctor Ramón Jiménez2020-05-281-0/+41
|
* Use built-in OpenGL multisampling in `iced_glow`Libravatar Héctor Ramón Jiménez2020-05-221-0/+2
|
* Introduce `Program` and `State`Libravatar Héctor Ramón Jiménez2020-05-211-7/+2
|
* Implement `iced_glutin` :tada:Libravatar Héctor Ramón Jiménez2020-05-211-0/+24
|
* Refactor `Viewport` and `Compositor`Libravatar Héctor Ramón Jiménez2020-05-201-0/+60