Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Run `cargo fmt` | 1 | -1/+1 | ||
2025-02-04 | Take `Event` by reference in `Widget::update` | 1 | -2/+2 | ||
2025-02-02 | Refactor and simplify `input_method` API | 1 | -12/+2 | ||
2024-11-05 | Unify `shader::Program` API with `canvas::Program` | 1 | -27/+27 | ||
2024-11-05 | Rename `Widget::on_event` to `update` | 1 | -1/+1 | ||
2024-11-05 | Replace `event::Status` in `Widget::on_event` with `Shell::capture_event` | 1 | -12/+4 | ||
2024-09-20 | Move `wgpu` re-export to root module | 1 | -1/+0 | ||
This seems to fix a `cargo doc` performance issue; and it makes more sense anyways. | |||||
2024-06-11 | Introduce `subscription::Event` | 1 | -1/+1 | ||
... and remove `PlatformSpecific` from `Event` | |||||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 1 | -1/+1 | ||
And remove `window::Id` from `Event` altogether. | |||||
2024-04-08 | Reintroduce support for custom primitives in `iced_wgpu` | 1 | -5/+6 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -5/+8 | ||
2024-01-10 | Introduce useful helpers in `layout` module | 1 | -4/+1 | ||
2024-01-10 | Replace `width` and `height` with `Widget::size` | 1 | -6/+5 | ||
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | 1 | -1/+1 | ||
2023-11-28 | Provide actual bounds to `Shader` primitives | 1 | -1/+0 | ||
... and allow for proper translation and scissoring. | |||||
2023-11-14 | Improve module hierarchy of `custom_shader` example | 1 | -0/+1 | ||
2023-11-14 | Export `wgpu` crate in `shader` module in `iced_widget` | 1 | -0/+1 | ||
2023-11-14 | Re-organize `custom` module as `pipeline` module | 1 | -41/+41 | ||
... and move `Shader` widget to `iced_widget` crate | |||||
2023-11-14 | Run `cargo fmt` | 1 | -2/+5 | ||
2023-11-14 | Added redraw request handling to widget events. | 1 | -4/+4 | ||
2023-11-14 | Reexport Transformation from widget::shader | 1 | -0/+1 | ||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 1 | -0/+215 | ||