Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix `block_on` in `iced_wgpu` hanging Wasm builds | 2024-03-07 | 1 | -11/+16 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -7/+7 | |
| | |||||
* | Make `compatible_window` mandatory in `Compositor` | 2024-01-18 | 1 | -2/+2 | |
| | |||||
* | Remove redundant `ref mut` in `iced_renderer::compositor` | 2024-01-18 | 1 | -3/+3 | |
| | |||||
* | Remove `Compositor` window generic | 2024-01-18 | 1 | -22/+14 | |
| | | | | And update `glyphon` and `window_clipboard` | ||||
* | WIP raw-window-handle 0.6 | 2024-01-16 | 1 | -22/+29 | |
| | |||||
* | Update to `softbuffer` 0.3, tracking up to `age` sets of primitives | 2024-01-17 | 1 | -0/+1 | |
| | |||||
* | Separate `Compositor::new` from `Compositor::create_renderer` | 2023-12-02 | 1 | -32/+15 | |
| | |||||
* | Fix `renderer` method in `iced_renderer::Compositor` | 2023-11-29 | 1 | -4/+0 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -2/+10 | |
|\ | |||||
| * | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -8/+11 | |
| | | |||||
* | | refactored window storage; | 2023-07-21 | 1 | -0/+16 | |
|/ | | | | | new helper window events (Destroyed, Created); clippy + fmt; | ||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -31/+49 | |
| | |||||
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -0/+30 | |
| | | | | window::screenshot command. | ||||
* | Bundle `tiny-skia` backend together with `iced_renderer` | 2023-05-10 | 1 | -47/+33 | |
| | |||||
* | Update `tiny-skia` and `resvg` | 2023-04-26 | 1 | -2/+1 | |
| | |||||
* | Fix `Candidate::build` in `compositor` of `iced_renderer` | 2023-04-26 | 1 | -36/+39 | |
| | |||||
* | Fix copy-pasted panic description in `iced_renderer` | 2023-04-08 | 1 | -1/+1 | |
| | |||||
* | Support `ICED_BACKEND` environment variable | 2023-04-08 | 1 | -43/+84 | |
| | |||||
* | Introduce backend feature flags in `iced_renderer` | 2023-03-06 | 1 | -30/+82 | |
| | |||||
* | Create `iced_widget` subcrate and re-organize the whole codebase | 2023-03-04 | 1 | -0/+133 | |