| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce `keyboard::on_key_press` and `on_key_release` | Héctor Ramón Jiménez | 2023-09-07 | 1 | -4/+3 |
* | Move `Screenshot` inside `window` module | Héctor Ramón Jiménez | 2023-06-27 | 1 | -4/+5 |
* | Adjusted offscreen pass to be a render pass vs compute for compat with web-co... | Bingus | 2023-06-08 | 1 | -1/+1 |
* | Fix width of crop labels in `screenshot` example (again) | Héctor Ramón Jiménez | 2023-06-06 | 1 | -4/+4 |
* | Rearrange controls of the `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -32/+52 |
* | Introduce `on_press_maybe` helper for `Button` | Héctor Ramón Jiménez | 2023-06-06 | 1 | -2/+3 |
* | Wrap `Screenshot::bytes` in an `Arc` and implement `AsRef<[u8]>` | Héctor Ramón Jiménez | 2023-06-06 | 1 | -1/+1 |
* | Avoid `iced_image` import in `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -5/+4 |
* | Fix punctuation in `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -2/+2 |
* | Fix width of crop labels in `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -4/+4 |
* | Create `numeric_input` helper in `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -44/+54 |
* | Use `Container::Box` in `screenshot` example | Héctor Ramón Jiménez | 2023-06-06 | 1 | -17/+1 |
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the windo... | Bingus | 2023-06-06 | 1 | -0/+305 |