Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [wgpu 0.7] Update integration example | 2021-02-03 | 1 | -4/+4 | |
| | |||||
* | Update `wgpu` in `integration` example | 2020-08-27 | 1 | -18/+36 | |
| | |||||
* | Decouple `cursor_position` from `Cache` | 2020-06-23 | 1 | -3/+12 | |
| | | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth. | ||||
* | Request a redraw only on relevant events | 2020-06-09 | 1 | -9/+12 | |
| | |||||
* | Clear frames explicitly in `integration` example | 2020-06-05 | 1 | -28/+10 | |
| | |||||
* | Add a comment of how to clear the display to `integration` example | 2020-06-03 | 1 | -0/+23 | |
| | |||||
* | Attempt to appease rustfmt | 2020-06-02 | 1 | -1/+1 | |
| | |||||
* | Prevent gratuitous resizing in integration example | 2020-06-02 | 1 | -0/+2 | |
| | | | If I didn't miss anything, that `resized` variable is never set back to `false`, meaning that swapchain recreation is retriggered every frame after the first resize. | ||||
* | Simplify `integration` example with `Program` | 2020-05-21 | 1 | -72/+28 | |
| | |||||
* | Refactor `Viewport` and `Compositor` | 2020-05-20 | 1 | -22/+35 | |
| | |||||
* | Draft new `iced_graphics` crate :tada: | 2020-05-19 | 1 | -3/+4 | |
| | |||||
* | Rename `MouseCursor` to `mouse::Interaction` | 2020-04-30 | 1 | -6/+8 | |
| | |||||
* | Remove `OutOfBounds` variant from `MouseCursor` | 2020-04-29 | 1 | -1/+1 | |
| | |||||
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | 2020-04-07 | 1 | -15/+26 | |
| | |||||
* | Convert `WindowEvent` from a reference in `iced_winit` | 2020-03-27 | 1 | -1/+1 | |
| | |||||
* | Update `winit` to `0.22` | 2020-03-09 | 1 | -7/+5 | |
| | |||||
* | Make output format of `iced_wgpu` configurable | 2020-02-24 | 1 | -1/+3 | |
| | |||||
* | Add `integration` example | 2020-02-09 | 1 | -0/+204 | |
It showcases how to integrate iced in an existing graphical application. |