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
/
wgpu
/
src
/
layer.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-11-28
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
1
-8
/
+7
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
1
-7
/
+12
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+16
2023-11-11
Refactor texture image filtering
Héctor Ramón Jiménez
1
-1
/
+6
2023-09-20
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-12
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
1
-1
/
+14
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-8
/
+21
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-36
/
+50
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-8
/
+3
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-1
/
+2
2023-05-30
Move `layer::quad` types to `quad` module
Héctor Ramón Jiménez
1
-4
/
+3
2023-05-29
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
1
-83
/
+4
2023-05-29
Fixed issue where quads of different types were not ordered.
Bingus
1
-1
/
+41
2023-05-29
Make `Packed` fully opaque
Héctor Ramón Jiménez
1
-33
/
+1
2023-05-26
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
1
-12
/
+16
2023-05-19
Fix inconsistent `pub use` in `wgpu::layer`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-19
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-17
/
+77
2023-05-08
Warn about unsupported primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+5
2023-05-08
Use `LineHeight::default` in `iced_wgpu::layer`
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-0
/
+3
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-3
/
+4
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-0
/
+3
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-6
/
+3
2023-03-03
Mark `Primitive` as `non-exhaustive` in `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+1
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-38
/
+42
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-1
/
+1
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+5
2022-12-06
Remove `appearance` from `Handle`
Héctor Ramón Jiménez
1
-1
/
+6
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-4
/
+21
2022-11-03
Refactor exports in `graphics::layer`
Héctor Ramón Jiménez
1
-5
/
+7
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-13
/
+11
2022-10-07
More import adjusting.
shan
1
-13
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-1
/
+1
2022-10-05
Readjusted namespaces, removed Geometry example as it's no longer relevant.
shan
1
-100
/
+11
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-19
/
+13
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-9
/
+38
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-9
/
+38
2022-07-09
Address Clippy lints
Poly
1
-2
/
+2
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
1
-2
/
+3
2021-10-25
Implement `Widget::mouse_interaction` for `PaneGrid`
Héctor Ramón Jiménez
1
-7
/
+2
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-7
/
+9
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-6
/
+6
2021-02-23
Generate new layers only for clip primitives in `Layer::generate`
Héctor Ramón Jiménez
1
-12
/
+28
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-48
/
+0
2020-11-23
Use `f32` for `border_width` and `border_radius`
Héctor Ramón Jiménez
1
-2
/
+2
2020-07-08
Rename `Layer` to `overlay::Content`
Héctor Ramón Jiménez
1
-2
/
+0
2020-07-08
Draft `ComboBox` and `Menu` layer
Héctor Ramón Jiménez
1
-0
/
+2
2020-05-28
Write documentation for `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+113
[next]