index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
widget
/
src
/
shader.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
Introduce `subscription::Event`
Héctor Ramón Jiménez
1
-1
/
+1
2024-06-10
Introduce `window::Id` to `Event` subscriptions
Héctor Ramón Jiménez
1
-1
/
+1
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+6
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-5
/
+8
2024-01-10
Introduce useful helpers in `layout` module
Héctor Ramón Jiménez
1
-4
/
+1
2024-01-10
Replace `width` and `height` with `Widget::size`
Héctor Ramón Jiménez
1
-6
/
+5
2024-01-04
Make `Shrink` have priority over `Fill` in layout
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-28
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
1
-1
/
+0
2023-11-14
Improve module hierarchy of `custom_shader` example
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-14
Export `wgpu` crate in `shader` module in `iced_widget`
Héctor Ramón Jiménez
1
-0
/
+1
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
1
-41
/
+41
2023-11-14
Run `cargo fmt`
Héctor Ramón Jiménez
1
-2
/
+5
2023-11-14
Added redraw request handling to widget events.
Bingus
1
-4
/
+4
2023-11-14
Reexport Transformation from widget::shader
Bingus
1
-0
/
+1
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+215