| Commit message (Expand) | Author | Age | Files | Lines |
* | Decouple `cursor_position` from `Cache` | Héctor Ramón Jiménez | 2020-06-23 | 1 | -3/+12 |
* | Add `step` member to slider widgets | Sebastian Zivota | 2020-06-11 | 1 | -15/+24 |
* | Request a redraw only on relevant events | Héctor Ramón Jiménez | 2020-06-09 | 1 | -9/+12 |
* | Add on_release message to Slider (#378) | Duncan Freeman | 2020-06-08 | 1 | -1/+1 |
* | Removed empty bind group from integration example (#390) | Richard | 2020-06-08 | 1 | -24/+5 |
* | Clear frames explicitly in `integration` example | Héctor Ramón Jiménez | 2020-06-05 | 2 | -56/+37 |
* | Add a comment of how to clear the display to `integration` example | hatoo | 2020-06-03 | 1 | -0/+23 |
* | Attempt to appease rustfmt | Cedric Hutchings | 2020-06-02 | 1 | -1/+1 |
* | Prevent gratuitous resizing in integration example | Cedric Hutchings | 2020-06-02 | 1 | -0/+2 |
* | Simplify `integration` example with `Program` | Héctor Ramón Jiménez | 2020-05-21 | 3 | -116/+67 |
* | Refactor `Viewport` and `Compositor` | Héctor Ramón Jiménez | 2020-05-20 | 1 | -22/+35 |
* | Draft new `iced_graphics` crate :tada: | Héctor Ramón Jiménez | 2020-05-19 | 1 | -3/+4 |
* | Rename `MouseCursor` to `mouse::Interaction` | Héctor Ramón Jiménez | 2020-04-30 | 1 | -6/+8 |
* | Remove `OutOfBounds` variant from `MouseCursor` | Héctor Ramón Jiménez | 2020-04-29 | 1 | -1/+1 |
* | Update `wgpu` to `0.5` in `iced_wgpu` :tada: | Héctor Ramón Jiménez | 2020-04-07 | 2 | -17/+32 |
* | Merge pull request #240 from kaimast/master | Héctor Ramón | 2020-03-28 | 1 | -4/+1 |
|\ |
|
| * | remove explicit lifetimes in integration example | Kai Mast | 2020-03-27 | 1 | -4/+1 |
* | | Convert `WindowEvent` from a reference in `iced_winit` | Héctor Ramón Jiménez | 2020-03-27 | 1 | -1/+1 |
|/ |
|
* | Update `winit` to `0.22` | Héctor Ramón Jiménez | 2020-03-09 | 1 | -7/+5 |
* | Make output format of `iced_wgpu` configurable | Héctor Ramón Jiménez | 2020-02-24 | 1 | -1/+3 |
* | Create `README` files for all the examples | Héctor Ramón Jiménez | 2020-02-21 | 1 | -0/+18 |
* | Add `integration` example | Héctor Ramón Jiménez | 2020-02-09 | 6 | -0/+436 |