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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-2
/
+2
*
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2024-08-04
1
-28
/
+5
*
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
1
-40
/
+11
*
Implement image support for `canvas` widget
Héctor Ramón Jiménez
2024-08-04
1
-0
/
+45
*
Render text on top of images by default
Héctor Ramón Jiménez
2024-08-03
1
-1
/
+1
*
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
2024-05-03
1
-0
/
+4
*
Simplify image rotation API and its internals
Héctor Ramón Jiménez
2024-05-02
1
-7
/
+3
*
Add `Image` rotation support
Héctor Ramón Jiménez
2024-05-02
1
-2
/
+11
*
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2024-04-09
1
-174
/
+127
*
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-0
/
+16
*
Merge branch 'master' into wgpu/better-architecture
Héctor Ramón Jiménez
2024-04-07
1
-0
/
+2
|
\
*
|
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-131
/
+127
*
|
Enable clipping and disable v-sync for now
Héctor Ramón Jiménez
2024-04-05
1
-18
/
+17
*
|
Fix layer transformations
Héctor Ramón Jiménez
2024-04-05
1
-32
/
+33
*
|
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
1
-317
/
+300
|
/
*
Apply `Transformation` to `RawText` primitives
Héctor Ramón Jiménez
2024-02-02
1
-12
/
+5
*
Introduce `with_transformation` to `Renderer` trait
Héctor Ramón Jiménez
2024-02-02
1
-9
/
+11
*
Allow only uniform scaling in `Transformation`
Héctor Ramón Jiménez
2024-02-02
1
-3
/
+3
*
Apply `Transform` scaling to text primitives
Héctor Ramón Jiménez
2024-02-02
1
-1
/
+1
*
Replace `Primitive::Translate` with `Transform`
Héctor Ramón Jiménez
2024-02-02
1
-41
/
+31
*
Introduce `Border` struct analogous to `Shadow`
Héctor Ramón Jiménez
2024-01-20
1
-15
/
+5
*
Make `shadow` optional in `renderer::Quad`
Héctor Ramón Jiménez
2024-01-20
1
-7
/
+13
*
feat: quad shadows
Nick Senger
2024-01-20
1
-0
/
+6
*
Introduce `RawText` to `Primitive` in `iced_graphics`
Héctor Ramón Jiménez
2023-12-05
1
-0
/
+15
*
Rename `viewport` to `clip_bounds`
Héctor Ramón Jiménez
2023-12-02
1
-7
/
+7
*
Clip text to `viewport` bounds instead of layout bounds
Héctor Ramón Jiménez
2023-12-01
1
-0
/
+7
*
Provide actual bounds to `Shader` primitives
Héctor Ramón Jiménez
2023-11-28
1
-8
/
+7
*
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
2023-11-14
1
-7
/
+12
*
Added support for custom shader widget for iced_wgpu backend.
Bingus
2023-11-14
1
-0
/
+16
*
Refactor texture image filtering
Héctor Ramón Jiménez
2023-11-11
1
-1
/
+6
*
Merge branch 'master' into text-editor
Héctor Ramón Jiménez
2023-10-27
1
-1
/
+1
|
\
|
*
Fix `clippy::semicolon_if_nothing_returned`
Héctor Ramón Jiménez
2023-09-20
1
-1
/
+1
*
|
Draft `Editor` API and `TextEditor` widget
Héctor Ramón Jiménez
2023-09-12
1
-1
/
+14
|
/
*
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-8
/
+21
*
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
2023-06-29
1
-36
/
+50
*
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
1
-8
/
+3
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+2
*
Move `layer::quad` types to `quad` module
Héctor Ramón Jiménez
2023-05-30
1
-4
/
+3
*
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
2023-05-29
1
-83
/
+4
*
Fixed issue where quads of different types were not ordered.
Bingus
2023-05-29
1
-1
/
+41
*
Make `Packed` fully opaque
Héctor Ramón Jiménez
2023-05-29
1
-33
/
+1
*
Changed gradient::Packed to be `repr(C)` for direct gpu upload.
Bingus
2023-05-26
1
-12
/
+16
*
Fix inconsistent `pub use` in `wgpu::layer`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
*
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-17
/
+77
*
Warn about unsupported primitives in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+5
*
Use `LineHeight::default` in `iced_wgpu::layer`
Héctor Ramón Jiménez
2023-05-08
1
-1
/
+1
*
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
2023-05-04
1
-0
/
+3
*
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
1
-3
/
+4
*
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
1
-0
/
+3
[next]