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
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
2020-04-28
Introduce `Translate` primitive in `iced_wgpu`
Héctor Ramón Jiménez
1
-7
/
+13
2020-04-26
Render meshes after quads in `iced_wgpu`
Héctor Ramón Jiménez
1
-12
/
+12
2020-04-16
Change `&mut wgpu::Device` to `&wgpu::Device` (#299)
Lain-dono
1
-3
/
+3
2020-04-10
Align text in `iced_wgpu` on a case-by-case basis
Héctor Ramón Jiménez
1
-21
/
+4
2020-03-29
Use `!is_empty()` instead of `len() > 0`
Héctor Ramón Jiménez
1
-1
/
+1
2020-03-28
Fix formatting
Kai Mast
1
-1
/
+1
2020-03-28
Clippy
Kai Mast
1
-5
/
+5
2020-03-07
Implement `Primitive::Cached`
Héctor Ramón Jiménez
1
-50
/
+62
2020-03-06
Remove counterintuitive constant functions
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-28
Remove unnecessary `pub(crate) use`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-28
Stop creating image pipeline when unnecessary
Héctor Ramón Jiménez
1
-39
/
+64
2020-02-26
Refactor texture atlas
Héctor Ramón Jiménez
1
-2
/
+2
2020-02-24
Make output format of `iced_wgpu` configurable
Héctor Ramón Jiménez
1
-5
/
+10
2020-02-22
Fix `Clip` primitive intersection in `iced_wgpu`
Héctor Ramón Jiménez
1
-18
/
+11
2020-02-15
Implement MSAA for `triangle` pipeline in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+8
2020-02-12
Finish `clock` example
Héctor Ramón Jiménez
1
-6
/
+6
2020-02-09
Improve consistency in new `iced_wgpu` types
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-09
Remove `scale_factor` from `iced_wgpu::Viewport`
Héctor Ramón Jiménez
1
-1
/
+2
2020-02-09
Allow `iced_wgpu` to render to any `TextureView`
Héctor Ramón Jiménez
1
-84
/
+32
2020-02-07
Update `winit` to `0.20`
Héctor Ramón Jiménez
1
-19
/
+25
2020-01-10
Make layout bounds explicit in `UserInterface`
Héctor Ramón Jiménez
1
-1
/
+2
2020-01-10
Move `Debugger` and `Windowed` to a better location
Héctor Ramón Jiménez
1
-4
/
+4
2020-01-05
Remove `background` from `Settings`
Héctor Ramón Jiménez
1
-12
/
+6
2020-01-02
Rename `Geometry2D` to `Mesh2D` and move it to `iced_wgpu`
Héctor Ramón Jiménez
1
-29
/
+28
2020-01-01
Implement Geometry2D primitive
Artur Sapek
1
-2
/
+31
2020-01-01
Allow configuration of default font
Héctor Ramón Jiménez
1
-5
/
+8
[next]