Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move `wgpu` re-export to root module | 2024-09-20 | 1 | -1/+1 | |
| | | | | | This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | ||||
* | Re-export variants of `Length` and `alignment` types | 2024-07-12 | 1 | -5/+4 | |
| | |||||
* | Introduce helper methods for alignment for all widgets | 2024-07-12 | 1 | -3/+3 | |
| | |||||
* | Introduce `daemon` API and unify shell runtimes | 2024-06-19 | 1 | -3/+7 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 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. | ||||
* | Move `Program` to `application` module | 2024-03-17 | 1 | -7/+3 | |
| | |||||
* | Remove `sandbox` by making `application` more generic :tada: | 2024-03-16 | 1 | -3/+7 | |
| | |||||
* | Make `sandbox` helper take a `title` as well | 2024-03-16 | 1 | -2/+1 | |
| | |||||
* | Introduce `Program` API | 2024-03-16 | 1 | -29/+20 | |
| | |||||
* | Introduce support for disabling a `checkbox` | 2024-02-01 | 1 | -5/+2 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -3/+3 | |
| | |||||
* | Provide actual bounds to `Shader` primitives | 2023-11-28 | 1 | -13/+8 | |
| | | | | ... and allow for proper translation and scissoring. | ||||
* | Improve module hierarchy of `custom_shader` example | 2023-11-14 | 1 | -6/+1 | |
| | |||||
* | Remove `Default` implementation in `custom_shader` example | 2023-11-14 | 1 | -10/+7 | |
| | |||||
* | Rename `cubes` to `scene` in `custom_shader` example | 2023-11-14 | 1 | -21/+21 | |
| | |||||
* | Use a single source for amount of cubes in `custom_shader` example | 2023-11-14 | 1 | -4/+1 | |
| | |||||
* | Export `wgpu` crate in `shader` module in `iced_widget` | 2023-11-14 | 1 | -0/+1 | |
| | |||||
* | Create `shader` function helper in `iced_widget` | 2023-11-14 | 1 | -4/+3 | |
| | |||||
* | Re-organize `custom` module as `pipeline` module | 2023-11-14 | 1 | -3/+8 | |
| | | | | ... and move `Shader` widget to `iced_widget` crate | ||||
* | Added support for custom shader widget for iced_wgpu backend. | 2023-11-14 | 1 | -0/+174 | |