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
2024-05-03
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
1
-0
/
+4
2024-05-02
Simplify image rotation API and its internals
Héctor Ramón Jiménez
1
-7
/
+3
2024-05-02
Add `Image` rotation support
Héctor Ramón Jiménez
1
-2
/
+11
2024-04-09
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
1
-174
/
+127
2024-04-08
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+16
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-131
/
+127
2024-04-05
Enable clipping and disable v-sync for now
Héctor Ramón Jiménez
1
-18
/
+17
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
1
-32
/
+33
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-317
/
+300
2024-02-02
Apply `Transformation` to `RawText` primitives
Héctor Ramón Jiménez
1
-12
/
+5
2024-02-02
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
1
-9
/
+11
2024-02-02
Allow only uniform scaling in `Transformation`
Héctor Ramón Jiménez
1
-3
/
+3
2024-02-02
Apply `Transform` scaling to text primitives
Héctor Ramón Jiménez
1
-1
/
+1
2024-02-02
Replace `Primitive::Translate` with `Transform`
Héctor Ramón Jiménez
1
-41
/
+31
2024-01-20
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
1
-15
/
+5
2024-01-20
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
1
-7
/
+13
2024-01-20
feat: quad shadows
Nick Senger
1
-0
/
+6
2023-12-05
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
1
-0
/
+15
2023-12-02
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
1
-7
/
+7
2023-12-01
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
1
-0
/
+7
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
[next]