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
/
window
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-01
Remove inconsistent `wgpu` imports
Héctor Ramón Jiménez
1
-2
/
+1
2022-11-01
Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18`
Wyatt Herkamp
1
-4
/
+6
2022-07-09
Address Clippy lints
Poly
1
-1
/
+1
2022-07-03
Replace name abbreviation in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2022-07-03
Simplify format selection in `iced_wgpu`
Héctor Ramón Jiménez
1
-6
/
+1
2022-07-02
update `wgpu` to `0.13`
Cupnfish
1
-31
/
+29
2022-05-31
Try `Limits::default` in `iced_wgpu` before `downlevel_defaults`
Héctor Ramón Jiménez
1
-19
/
+27
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-5
/
+9
2022-04-27
Rename `get_information` to `fetch_information`
Richard
1
-1
/
+1
2022-04-27
Move `compositor` module access from `window` to `crate`
Richard
1
-9
/
+8
2022-04-26
Rename `GraphicsInformation` to `Information`
Richard
1
-2
/
+2
2022-04-26
Enumerate adapters based on log level
Richard
1
-1
/
+1
2022-04-26
Implement `GraphicsInformation` for `iced_wgpu`
Richard
1
-0
/
+11
2022-04-26
Add logging to window and context creation
Richard
1
-0
/
+15
2022-04-20
Introduce `Error::ContextCreationFailed`
Richard
1
-1
/
+1
2022-03-07
Use `Limits::downlevel_defaults` in `iced_wgpu`
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
2021-11-05
Rename `Renderer::present` to `with_primitives`
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
-14
/
+15
2021-10-13
Update wgpu to 0.11
Poly
1
-2
/
+3
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-20
Remove `SwapChain` associated type from `Compositor`
Héctor Ramón Jiménez
1
-6
/
+4
2021-08-19
wgpu: Update to 0.10
Poly
1
-14
/
+20
2021-08-03
wgpu: Use the preferred texture format of the surface
Tilmann Meyer
1
-2
/
+8
2021-07-22
redo custom error for Compositor::draw()
Billy Messenger
1
-28
/
+36
2021-07-22
add custom error for Compositor::draw()
Billy Messenger
1
-9
/
+10
2021-07-22
only panic when wgpu gives OutOfMemory swapchain error
Billy Messenger
1
-1
/
+1
2021-05-05
Provide `compatible_surface` in `iced_wgpu::Compositor`
Héctor Ramón
1
-5
/
+18
2021-04-11
Upgrade wgpu
Dispersia
1
-2
/
+2
2021-03-25
Introduce `internal_backend` to `iced_wgpu::Settings`
Héctor Ramón Jiménez
1
-40
/
+1
2021-03-25
Support choosing `wgpu` backend using env var
Downtime
1
-1
/
+40
2021-02-06
Use lowercase in `wgpu` labels for consistency
Héctor Ramón Jiménez
1
-2
/
+2
2021-02-03
Change `PowerPreference` from `default()` to `LowPower`
Poly
1
-1
/
+1
2021-02-03
[wgpu 0.7] Update window/compositor.rs
Poly
1
-3
/
+6
2020-12-16
remove unused code
Billy Messenger
1
-4
/
+2
2020-12-16
don't panic when swapchain frame is outdated
Billy Messenger
1
-54
/
+69
2020-11-26
Use recently stabilized intra-doc links
Héctor Ramón Jiménez
1
-6
/
+0
2020-11-23
Add `present_mode` field to `iced_wgpu::Settings`
Héctor Ramón Jiménez
1
-1
/
+1
2020-09-08
Make `Application` and `Sandbox` return a `Result`
Héctor Ramón Jiménez
1
-5
/
+4
2020-08-31
Add labels to `iced_wgpu` internals
Héctor Ramón Jiménez
1
-1
/
+3
2020-08-27
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
1
-29
/
+62
2020-06-12
Add `background_color` to `Application` and `Sandbox`
Héctor Ramón Jiménez
1
-6
/
+11
2020-06-01
Revert "Merge pull request #371 from myfreeweb/window-alpha"
Héctor Ramón Jiménez
1
-4
/
+4
2020-06-01
Add custom window background/clear color (incl. transparency) support, fixes ...
Greg V
1
-4
/
+4
2020-05-29
Implement async `Compositor::request` in `iced_wgpu`
Héctor Ramón Jiménez
1
-37
/
+53
2020-05-21
Introduce `Program` and `State`
Héctor Ramón Jiménez
1
-10
/
+12
2020-05-20
Refactor `Viewport` and `Compositor`
Héctor Ramón Jiménez
2
-74
/
+20
2020-05-19
Rename `window::Backend` to `Compositor`
Héctor Ramón Jiménez
1
-4
/
+4
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-2
/
+2
[next]