summaryrefslogtreecommitdiffstats
path: root/graphics/src/window (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-042-161/+0
* Implement basic presentation with `softbuffer` for `iced_tiny_skia`Libravatar Héctor Ramón Jiménez2023-02-251-0/+2
* Introduce `iced_renderer` subcrate featuring runtime renderer fallbackLibravatar Héctor Ramón Jiménez2023-02-241-1/+1
* Fix broken documentation linksLibravatar Héctor Ramón Jiménez2022-11-102-2/+2
* Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`Libravatar Wyatt Herkamp2022-11-011-3/+3
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-0/+3
* Merge branch 'master' into dev/system-informationLibravatar Héctor Ramón Jiménez2022-05-041-2/+3
|\
| * Fix broken intra-doc links in documentationLibravatar Héctor Ramón Jiménez2022-04-301-2/+3
* | Rename `get_information` to `fetch_information`Libravatar Richard2022-04-272-2/+2
* | Move `compositor` module access from `window` to `crate`Libravatar Richard2022-04-272-1/+5
* | Rename `GraphicsInformation` to `Information`Libravatar Richard2022-04-262-4/+4
* | Implement `GraphicsInformation` for `iced_glow`Libravatar Richard2022-04-261-0/+4
* | Implement `GraphicsInformation` for `iced_wgpu`Libravatar Richard2022-04-261-0/+3
* | Introduce `GraphicsInformation` to `iced_graphics`Libravatar Richard2022-04-261-0/+9
|/
* 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
* 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