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-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
2021-07-22
Add `text_multithreading` to `Settings` in `iced_glow` and `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+7
2021-06-09
Revert "Attempt to fix scissor_rect validation error"
Héctor Ramón
1
-10
/
+1
2021-06-09
Attempt to fix scissor_rect validation error
nlevy
1
-1
/
+10
2021-02-13
Add image format options to reduce code bloat, fixes #376
Greg V
1
-7
/
+7
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-2
/
+0
2020-08-27
Update `image` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2020-08-27
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+6
2020-07-08
Render arrow icon in `ComboBox`
Héctor Ramón Jiménez
1
-0
/
+1
2020-06-19
Make default text size configurable in `Settings`
Héctor Ramón Jiménez
1
-0
/
+8
2020-06-02
Rename `Rectangle::round` to `snap`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-30
Fix documentation of `Backend` in `iced_wgpu`
Héctor Ramón Jiménez
1
-6
/
+4
2020-05-28
Write documentation for `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+2
2020-05-27
Update `glyph_brush` and `glow_glyph`
Héctor Ramón Jiménez
1
-4
/
+0
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
1
-13
/
+13
2020-05-19
Move `Layer` to `iced_graphics`
Héctor Ramón Jiménez
1
-259
/
+40
2020-05-19
Move built-in fonts to `iced_graphics`
Héctor Ramón Jiménez
1
-2
/
+3
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-56
/
+41
2020-04-30
Rename `MouseCursor` to `mouse::Interaction`
Héctor Ramón Jiménez
1
-6
/
+5
2020-04-28
Clip and cull `Mesh2D` primitives in `iced_wgpu`
Héctor Ramón Jiménez
1
-13
/
+23
[prev]
[next]