Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce `subscription::Event` | 2024-06-11 | 1 | -1/+1 | |
| | | | | ... and remove `PlatformSpecific` from `Event` | ||||
* | Introduce `window::Id` to `Event` subscriptions | 2024-06-10 | 1 | -1/+1 | |
| | | | | And remove `window::Id` from `Event` altogether. | ||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -5/+6 | |
| | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -5/+8 | |
| | |||||
* | Introduce useful helpers in `layout` module | 2024-01-10 | 1 | -4/+1 | |
| | |||||
* | Replace `width` and `height` with `Widget::size` | 2024-01-10 | 1 | -6/+5 | |
| | |||||
* | Make `Shrink` have priority over `Fill` in layout | 2024-01-04 | 1 | -1/+1 | |
| | |||||
* | Merge branch 'master' into feat/multi-window-support | 2023-11-29 | 1 | -1/+1 | |
| | |||||
* | Provide actual bounds to `Shader` primitives | 2023-11-28 | 1 | -1/+0 | |
| | | | | ... and allow for proper translation and scissoring. | ||||
* | Improve module hierarchy of `custom_shader` example | 2023-11-14 | 1 | -0/+1 | |
| | |||||
* | Export `wgpu` crate in `shader` module in `iced_widget` | 2023-11-14 | 1 | -0/+1 | |
| | |||||
* | Re-organize `custom` module as `pipeline` module | 2023-11-14 | 1 | -0/+219 | |
... and move `Shader` widget to `iced_widget` crate |