Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -2/+2 | ||
2024-11-05 | Update `wgpu` to `23.0` | 1 | -4/+4 | ||
2024-09-20 | Move `wgpu` re-export to root module | 1 | -1/+1 | ||
This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | |||||
2024-09-20 | Update `wgpu` to `22.0` | 1 | -0/+2 | ||
2024-09-20 | Update `wgpu` to `0.20.1` | 1 | -0/+8 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -5/+4 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -3/+3 | ||
2024-06-19 | Introduce `daemon` API and unify shell runtimes | 1 | -3/+7 | ||
2024-05-03 | Introduce `center` widget helper | 1 | -7/+2 | ||
... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | |||||
2024-04-08 | Reintroduce support for custom primitives in `iced_wgpu` | 1 | -15/+18 | ||
2024-03-17 | Move `Program` to `application` module | 1 | -7/+3 | ||
2024-03-16 | Remove `sandbox` by making `application` more generic :tada: | 1 | -3/+7 | ||
2024-03-16 | Make `sandbox` helper take a `title` as well | 1 | -2/+1 | ||
2024-03-16 | Introduce `Program` API | 1 | -29/+20 | ||
2024-02-01 | Introduce support for disabling a `checkbox` | 1 | -5/+2 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -3/+3 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -0/+2 | ||
And update `glyphon` and `window_clipboard` | |||||
2023-11-28 | Provide actual bounds to `Shader` primitives | 3 | -24/+24 | ||
... and allow for proper translation and scissoring. | |||||
2023-11-14 | Remove unused import in `custom_shader` example | 1 | -1/+0 | ||
2023-11-14 | Move `textures` directory outside of `src` in `custom_shader` example | 8 | -7/+7 | ||
2023-11-14 | Improve module hierarchy of `custom_shader` example | 9 | -126/+121 | ||
2023-11-14 | Remove `Default` implementation in `custom_shader` example | 1 | -10/+7 | ||
2023-11-14 | Rename `cubes` to `scene` in `custom_shader` example | 2 | -31/+31 | ||
2023-11-14 | Use a single source for amount of cubes in `custom_shader` example | 1 | -4/+1 | ||
2023-11-14 | Export `wgpu` crate in `shader` module in `iced_widget` | 6 | -1/+11 | ||
2023-11-14 | Create `shader` function helper in `iced_widget` | 1 | -4/+3 | ||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 2 | -10/+16 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Fix `clippy` lints :crab: | 3 | -7/+7 | ||
2023-11-14 | Update `wgpu` in `custom_shader` example | 1 | -3/+7 | ||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 18 | -0/+1606 | ||