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
/
backend.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-1
/
+2
2023-05-29
Adjusted `Quads` struct to be opaque `quad::Layer`.
Bingus
1
-1
/
+1
2023-05-29
Fixed issue where quads of different types were not ordered.
Bingus
1
-2
/
+6
2023-05-04
Support configurable `LineHeight` in text widgets
Héctor Ramón Jiménez
1
-2
/
+11
2023-05-02
Introduce `text::Shaping` enum and replace magic boolean
Héctor Ramón Jiménez
1
-4
/
+4
2023-05-02
Make basic text shaping the default shaping strategy
Héctor Ramón Jiménez
1
-1
/
+5
2023-03-30
Introduce support for `Font` attributes
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-07
Remove `image` abstractions in `iced_graphics`
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
-11
/
+9
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-2
/
+0
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-3
/
+4
2023-02-24
Collapse conditional and please `clippy`
Héctor Ramón Jiménez
1
-5
/
+5
2023-02-24
Grow atlas in `text::Pipeline` when necessary
Héctor Ramón Jiménez
1
-14
/
+41
2023-02-24
Set scissoring properly in `text::Pipeline`
Héctor Ramón Jiménez
1
-1
/
+2
2023-02-24
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
1
-92
/
+169
2023-02-24
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-7
/
+10
2023-02-24
Refactor `image::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-5
/
+21
2023-02-24
Fix rendering order for `quad::Pipeline`
Héctor Ramón Jiménez
1
-5
/
+2
2023-02-24
Refactor `quad::Pipeline` to `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-6
/
+25
2023-02-24
Load `Iced-Icons.ttf` font in `text::Pipeline::new`
Héctor Ramón Jiménez
1
-2
/
+2
2023-02-24
Implement `font::load` command in `iced_native`
Héctor Ramón Jiménez
1
-0
/
+6
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-11
/
+10
2023-02-24
Implement support for multiple text layers in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+3
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+14
2023-02-24
Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies
Héctor Ramón Jiménez
1
-80
/
+6
2023-02-17
Use `Pixels` for `Text::size`
Héctor Ramón Jiménez
1
-2
/
+2
2023-01-09
Restructured everything to make profiling a feature of iced_winit.
bungoboingo
1
-3
/
+3
2023-01-09
Initial profiling support for Iced.
Bingus
1
-0
/
+5
2022-11-05
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-7
/
+7
2022-11-05
Refactor some `image` traits a bit
Héctor Ramón Jiménez
1
-2
/
+2
2022-11-05
Move image/svg handling into `iced_graphics`
Ian Douglas Scott
1
-1
/
+1
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-04
Reworked wgpu buffers, updated glow side to have proper transform location st...
shan
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-7
/
+4
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-7
/
+4
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-1
/
+0
2022-07-09
Address Clippy lints
Poly
1
-1
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-1
/
+1
2021-12-07
Remove unused field in `wgpu::Backend`
Héctor Ramón Jiménez
1
-2
/
+0
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
1
-4
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
1
-2
/
+5
2021-10-25
Avoid flushing empty layers in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+4
2021-10-14
Implement `Widget::draw` for `Text`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-14
Remove trait-specific draw logic in `iced_native`
Héctor Ramón Jiménez
1
-6
/
+5
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-7
/
+8
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
1
-4
/
+3
2021-08-21
Implement textual hit testing
Tom
1
-1
/
+22
2021-08-03
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
1
-9
/
+10
[next]