Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trait-specific draw logic in `iced_native` | 2021-10-14 | 2 | -16/+11 | |
| | |||||
* | Rename `SwapChainError` to `SurfaceError` in `iced_graphics` | 2021-08-25 | 1 | -2/+2 | |
| | |||||
* | Remove `SwapChain` associated type from `Compositor` | 2021-08-20 | 1 | -7/+3 | |
| | |||||
* | wgpu: Update to 0.10 | 2021-08-19 | 1 | -0/+1 | |
| | |||||
* | Use `thiserror` to derive `Error` for `SwapChainError` | 2021-08-04 | 1 | -14/+12 | |
| | |||||
* | small documentation error | 2021-07-22 | 1 | -1/+0 | |
| | |||||
* | redo custom error for Compositor::draw() | 2021-07-22 | 1 | -21/+20 | |
| | |||||
* | add custom error for Compositor::draw() | 2021-07-22 | 1 | -4/+29 | |
| | |||||
* | Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframe | 2021-07-22 | 1 | -1/+4 | |
|\ | |||||
| * | Provide `compatible_surface` in `iced_wgpu::Compositor` | 2021-05-05 | 1 | -1/+4 | |
| | | |||||
* | | don't panic when swapchain frame is outdated | 2020-12-16 | 1 | -1/+4 | |
|/ | |||||
* | Use recently stabilized intra-doc links | 2020-11-26 | 1 | -8/+5 | |
| | | | | See RFC: https://github.com/rust-lang/rfcs/blob/master/text/1946-intra-rustdoc-links.md | ||||
* | Fix broken links in API documentation | 2020-11-26 | 1 | -16/+11 | |
| | |||||
* | Make `Application` and `Sandbox` return a `Result` | 2020-09-08 | 2 | -4/+4 | |
| | |||||
* | Add `background_color` to `Application` and `Sandbox` | 2020-06-12 | 2 | -2/+4 | |
| | |||||
* | Write documentation for `iced_graphics` | 2020-05-28 | 1 | -0/+41 | |
| | |||||
* | Use built-in OpenGL multisampling in `iced_glow` | 2020-05-22 | 1 | -0/+2 | |
| | |||||
* | Introduce `Program` and `State` | 2020-05-21 | 1 | -7/+2 | |
| | |||||
* | Implement `iced_glutin` :tada: | 2020-05-21 | 1 | -0/+24 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -0/+60 | |