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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-07
Fix links
Theo Robinson
1
-1
/
+1
2022-01-31
Replace Zulip links with Discord
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-28
Use WebGL2 limits for `Compositor` in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+8
2022-01-28
Experimental wgpu WebGL backend support
Vladyslav Nikonov
2
-3
/
+8
2022-01-12
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-12
Implement `Widget::overlay` for `Responsive` widget
Héctor Ramón Jiménez
2
-9
/
+0
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
3
-1
/
+10
2022-01-04
Run `cargo fmt`
Héctor Ramón Jiménez
2
-4
/
+8
2022-01-04
Bump raw-window-handle
Poly
1
-1
/
+1
2022-01-04
Update wgpu_glyph
Poly
1
-1
/
+1
2022-01-04
Update wgpu 0.12
Poly
8
-14
/
+9
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
5
-9
/
+9
2021-12-09
Use commit hash in `html_logo_url`
Héctor Ramón Jiménez
1
-1
/
+1
2021-12-09
Added icon in docs
daladim
1
-0
/
+3
2021-12-07
Remove unused field in `wgpu::Backend`
Héctor Ramón Jiménez
1
-2
/
+0
2021-11-05
Rename `Renderer::present` to `with_primitives`
Héctor Ramón Jiménez
1
-2
/
+2
2021-10-31
Introduce state lifetime for `style_sheet` in `Toggler`
Héctor Ramón Jiménez
1
-1
/
+2
2021-10-31
Introduce first-class `svg` module in `iced_native`
Héctor Ramón Jiménez
3
-3
/
+3
2021-10-31
Introduce first-class `image` module in `iced_native`
Héctor Ramón Jiménez
3
-6
/
+3
2021-10-31
Introduce first-class `text` module in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-31
Remove `widget` module re-exports in `iced_native`
Héctor Ramón Jiménez
17
-29
/
+38
2021-10-28
Implement `Widget::draw` for `Rule`
Héctor Ramón Jiménez
1
-8
/
+1
2021-10-28
Implement `Widget::draw` for `ProgressBar`
Héctor Ramón Jiménez
1
-9
/
+1
2021-10-25
Avoid flushing empty layers in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-0
/
+4
2021-10-21
Remove `Renderer` trait for `Checkbox`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-20
Wire up styling to `Radio` in `iced_native`
Héctor Ramón Jiménez
1
-1
/
+1
2021-10-20
Wire up styling to `Slider` in `iced_native`
Héctor Ramón Jiménez
1
-9
/
+1
2021-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-3
/
+1
2021-10-15
Fix blit shader constants visivility #1083
Paul Delafosse
1
-2
/
+2
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
2
-20
/
+20
2021-10-13
Update wgpu to 0.11
Poly
2
-4
/
+5
2021-09-30
Downgrade bitmask in iced_wgpu for consistency with iced_core
Mateusz Czapliński
1
-1
/
+1
2021-09-30
Fix `Operation::perform` in `image::raster`
Héctor Ramón Jiménez
1
-6
/
+31
2021-09-30
Remove absolute module path leftovers in `image::raster`
Héctor Ramón Jiménez
1
-4
/
+4
2021-09-30
Refactor `Orientation` into `Operation` in `image::raster`
Héctor Ramón Jiménez
2
-53
/
+42
2021-09-30
Remove `TODO` in `Cargo.toml` of `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2021-09-30
Remove unnecessary absolute module paths in `image::raster`
Héctor Ramón Jiménez
1
-3
/
+3
2021-09-30
Introduce `Orientation` enum in `image::raster`
Héctor Ramón Jiménez
1
-37
/
+72
2021-09-30
Honor Exif orientation in `iced_wgpu::Image`
Mateusz Czapliński
2
-2
/
+45
2021-09-27
Update `resvg` to `0.18` in `iced_wgpu`
Héctor Ramón Jiménez
2
-14
/
+28
2021-09-20
Refactor alignment types into an `alignment` module
Héctor Ramón Jiménez
1
-7
/
+8
2021-09-15
Use `Iterator::min_by` instead of `fold` in `hit_test`
Héctor Ramón Jiménez
1
-13
/
+11
2021-09-15
Use `Option` to encode empty text case in hit test methods
Héctor Ramón Jiménez
2
-9
/
+11
2021-08-26
Rename `HitTestResult` to `Hit`
Héctor Ramón Jiménez
2
-11
/
+10
2021-08-25
Rename `SwapChainError` to `SurfaceError` in `iced_graphics`
Héctor Ramón Jiménez
1
-5
/
+5
2021-08-25
Rename `surf` variable to `surface`
Héctor Ramón Jiménez
1
-1
/
+1
2021-08-21
Implement textual hit testing
Tom
2
-1
/
+114
2021-08-20
Remove `SwapChain` associated type from `Compositor`
Héctor Ramón Jiménez
1
-6
/
+4
2021-08-19
Update wgpu_glyph
Poly
1
-1
/
+1
[next]