Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify `shader::Program` API with `canvas::Program` | 2024-11-05 | 1 | -27/+27 | |
| | |||||
* | Rename `Widget::on_event` to `update` | 2024-11-05 | 1 | -1/+1 | |
| | |||||
* | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 2024-11-05 | 1 | -12/+4 | |
| | |||||
* | Move `wgpu` re-export to root module | 2024-09-20 | 1 | -1/+0 | |
| | | | | | This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | ||||
* | 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 |