summaryrefslogtreecommitdiffstats
path: root/widget/src/shader.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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