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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-06-16
2
-19
/
+14
*
Merge pull request #1888 from iced-rs/web-colors
Héctor Ramón
2023-06-03
9
-22
/
+52
|
\
|
*
Use consistent color strategy in `glyphon`
Héctor Ramón Jiménez
2023-06-01
2
-2
/
+11
|
*
Use proper gamma correction mode in `image::Atlas::grow`
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+5
|
*
Avoid gamma correction when `web-colors` is enabled for images
Héctor Ramón Jiménez
2023-05-31
1
-1
/
+6
|
*
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
2023-05-31
8
-18
/
+30
*
|
Fix empty scissor rectangle in `iced_wgpu::triangle` pipeline
Héctor Ramón Jiménez
2023-06-01
1
-0
/
+4
|
/
*
Merge pull request #1883 from iced-rs/update/glyphon
Héctor Ramón
2023-05-30
1
-1
/
+1
|
\
|
*
Skip missing glyphs instead of panicking in `glyphon`
Héctor Ramón Jiménez
2023-05-29
1
-1
/
+1
*
|
Move `Pipeline` struct definition after `Layer` in `quad` submodules
Héctor Ramón Jiménez
2023-05-30
2
-10
/
+10
*
|
Improve boundaries between `quad` submodules in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-30
3
-55
/
+75
*
|
Rename `quad_order` variable to `kind` in `quad::Pipeline::render`
Héctor Ramón Jiménez
2023-05-30
1
-2
/
+2
*
|
Improve consistency of match branches in `quad::Batch::add`
Héctor Ramón Jiménez
2023-05-30
1
-4
/
+2
*
|
Simplify `order` match statement in `quad::Batch::add`
Héctor Ramón Jiménez
2023-05-30
1
-26
/
+9
*
|
Rename `quad::Order` to `quad::Kind`
Héctor Ramón Jiménez
2023-05-30
1
-15
/
+15
*
|
Move `layer::quad` types to `quad` module
Héctor Ramón Jiménez
2023-05-30
5
-435
/
+408
*
|
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
2023-05-29
4
-106
/
+109
*
|
Fixed issue where quads of different types were not ordered.
Bingus
2023-05-29
4
-14
/
+88
*
|
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
3
-16
/
+20
*
|
Created "Packed" data structure for gradient data.
Bingus
2023-05-25
1
-3
/
+4
*
|
Made gradient pack public for iced_graphics::gradient mod for use with Gradie...
Bingus
2023-05-24
1
-41
/
+2
|
/
*
Update `glam` to `0.24`
Benoît du Garreau
2023-05-22
1
-1
/
+1
*
Merge pull request #1846 from bungoboingo/feat/background-gradients
Héctor Ramón
2023-05-19
16
-1030
/
+1204
|
\
|
*
Reduce `INITIAL_INSTANCES` in `wgpu::quad` to `2_000`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
Fix inconsistent `pub use` in `wgpu::layer`
Héctor Ramón Jiménez
2023-05-19
1
-1
/
+1
|
*
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
2023-05-19
4
-7
/
+8
|
*
Keep `image` pipeline decoupled from `quad` in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-19
2
-8
/
+40
|
*
Avoid packing gradient data for every vertex in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-19
1
-5
/
+5
|
*
Remove `Builder` abstractions for gradients
Héctor Ramón Jiménez
2023-05-19
2
-2
/
+2
|
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
16
-1066
/
+1207
*
|
Remove `dbg!` leftovers in `image::atlas`
Héctor Ramón Jiménez
2023-05-11
1
-3
/
+0
*
|
Fix race condition when growing an `image::Atlas`
Héctor Ramón Jiménez
2023-05-11
4
-19
/
+30
*
|
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2023-05-11
1
-1
/
+1
|
/
*
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-11
2
-7
/
+10
*
Clip text that exceeds section bounds in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-08
1
-56
/
+68
*
Round paragraph position until we implement subpixel glyph positioning
Héctor Ramón Jiménez
2023-05-08
1
-2
/
+6
*
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
5
-9
/
+41
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-05-02
3
-9
/
+6
|
\
|
*
Use `find(..)` instead of `filter(..).next()`
Héctor Ramón Jiménez
2023-04-21
1
-2
/
+1
|
*
Use point-free notation
Héctor Ramón Jiménez
2023-04-21
1
-1
/
+1
|
*
remove unused import
David Huculak
2023-04-20
1
-2
/
+0
|
*
wgpu 0.16
David Huculak
2023-04-20
3
-5
/
+5
*
|
Update `glyphon` and `cosmic-text`
Héctor Ramón Jiménez
2023-05-02
2
-2
/
+9
*
|
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
2023-05-02
6
-25
/
+20
*
|
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
2023-05-02
6
-2
/
+27
*
|
Fix unused import in `triangle` pipeline for Wasm target in `iced_wgpu`
Héctor Ramón Jiménez
2023-04-27
1
-1
/
+4
*
|
Fix incorrect `wgpu` version for Wasm builds in `iced_wgpu`
Héctor Ramón Jiménez
2023-04-26
1
-1
/
+1
[next]