Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -2/+2 | |
| | |||||
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -3/+73 | |
| | | | | window::screenshot command. | ||||
* | Remove unnecessary `last_` prefix in `Surface` of `iced_tiny_skia` | 2023-04-27 | 1 | -9/+9 | |
| | |||||
* | Invalidate `last_primitives` on resize in `iced_tiny_skia` | 2023-04-27 | 1 | -10/+12 | |
| | |||||
* | Fix double reference in `compositor` in `iced_tiny_skia` | 2023-04-27 | 1 | -1/+1 | |
| | |||||
* | Move damage tracking logic to `compositor` in `iced_tiny_skia` | 2023-04-27 | 1 | -15/+39 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -7/+7 | |
| | |||||
* | Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible" | 2023-04-26 | 1 | -63/+13 | |
| | | | | This reverts commit 16e6efe020e75d51958875fa198196534679af8d. | ||||
* | Use `pixels` for presentation in `iced_tiny_skia` when possible | 2023-04-08 | 1 | -13/+63 | |
| | |||||
* | Revert "Use `softbuffer` fork with owned pixel buffer" | 2023-04-05 | 1 | -26/+16 | |
| | | | | | | | This reverts commit 92d61e5c592818745abbab245a82cb14b262ae67. The owned pixel buffer zeroes the data in some platforms. `softbuffer` will need some first-class support for damage regions. | ||||
* | Use `softbuffer` fork with owned pixel buffer | 2023-04-05 | 1 | -16/+26 | |
| | |||||
* | Present new frame only when damaged in `iced_tiny_skia` | 2023-04-05 | 1 | -6/+8 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -4/+5 | |
| | |||||
* | Reuse `ClipMask` in `iced_tiny_skia` | 2023-03-02 | 1 | -2/+5 | |
| | |||||
* | Implement `Canvas` support for `iced_tiny_skia` | 2023-03-01 | 1 | -2/+1 | |
| | |||||
* | Use `Surface::buffer` directly for drawing in `iced_tiny_skia` | 2023-02-26 | 1 | -19/+11 | |
| | | | | ... with a nice little color trick :^) | ||||
* | Resize `Surface::buffer` instead of reallocating in `iced_tiny_skia` | 2023-02-25 | 1 | -1/+2 | |
| | |||||
* | Implement basic presentation with `softbuffer` for `iced_tiny_skia` | 2023-02-25 | 1 | -14/+52 | |
| | |||||
* | Scaffold `iced_tiny_skia` and connect it to `iced_renderer` | 2023-02-25 | 1 | -0/+96 | |