summaryrefslogtreecommitdiffstats
path: root/widget/src/shader.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify `shader::Program` API with `canvas::Program`Libravatar Héctor Ramón Jiménez2024-11-051-27/+27
|
* Rename `Widget::on_event` to `update`Libravatar Héctor Ramón Jiménez2024-11-051-1/+1
|
* Replace `event::Status` in `Widget::on_event` with `Shell::capture_event`Libravatar Héctor Ramón Jiménez2024-11-051-12/+4
|
* Move `wgpu` re-export to root moduleLibravatar Héctor Ramón Jiménez2024-09-201-1/+0
| | | | | This seems to fix a `cargo doc` performance issue; and it makes more sense anyways.
* Introduce `subscription::Event`Libravatar Héctor Ramón Jiménez2024-06-111-1/+1
| | | | ... and remove `PlatformSpecific` from `Event`
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-1/+1
| | | | And remove `window::Id` from `Event` altogether.
* Reintroduce support for custom primitives in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-04-081-5/+6
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-5/+8
|
* Introduce useful helpers in `layout` moduleLibravatar Héctor Ramón Jiménez2024-01-101-4/+1
|
* Replace `width` and `height` with `Widget::size`Libravatar Héctor Ramón Jiménez2024-01-101-6/+5
|
* Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-1/+1
|
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-291-1/+1
|
* Provide actual bounds to `Shader` primitivesLibravatar Héctor Ramón Jiménez2023-11-281-1/+0
| | | | ... and allow for proper translation and scissoring.
* Improve module hierarchy of `custom_shader` exampleLibravatar Héctor Ramón Jiménez2023-11-141-0/+1
|
* Export `wgpu` crate in `shader` module in `iced_widget`Libravatar Héctor Ramón Jiménez2023-11-141-0/+1
|
* Re-organize `custom` module as `pipeline` moduleLibravatar Héctor Ramón Jiménez2023-11-141-0/+219
... and move `Shader` widget to `iced_widget` crate