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
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-14
/
+10
2024-01-18
Use `Self::Surface` in `Compositor` implementors
Héctor Ramón Jiménez
1
-4
/
+4
2024-01-18
Make `compatible_window` mandatory in `Compositor`
Héctor Ramón Jiménez
1
-3
/
+3
2024-01-18
Remove `Compositor` window generic
Héctor Ramón Jiménez
1
-27
/
+13
2024-01-16
WIP raw-window-handle 0.6
Ian Douglas Scott
1
-29
/
+44
2023-12-02
Separate `Compositor::new` from `Compositor::create_renderer`
Héctor Ramón Jiménez
1
-16
/
+5
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+2
2023-09-19
Chore: Inline format args for ease of reading
Yuri Astrakhan
1
-3
/
+3
2023-09-03
Fix adapter selection loop in `iced_wgpu`
Héctor Ramón Jiménez
1
-6
/
+4
2023-09-03
Remove redundant `into_iter` call in `iced_wgpu`
Héctor Ramón Jiménez
1
-7
/
+4
2023-09-03
Fix `iced_wgpu` device selection on Wasm
Héctor Ramón Jiménez
1
-14
/
+19
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-1
/
+8
2023-07-21
refactored window storage;
Bingus
1
-0
/
+4
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-27
Simplify `offscreen` API as `color` module in `iced_wgpu`
Héctor Ramón Jiménez
1
-4
/
+13
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-1
/
+142
2023-05-31
Introduce `web-colors` feature flag to enable sRGB linear blending
Héctor Ramón Jiménez
1
-9
/
+13
2023-04-21
Use `find(..)` instead of `filter(..).next()`
Héctor Ramón Jiménez
1
-2
/
+1
2023-04-21
Use point-free notation
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-20
wgpu 0.16
David Huculak
1
-1
/
+1
2023-04-13
Get surface capabilities only once in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+4
2023-04-13
Update `wgpu` to `0.15`
Elham Aryanpur
1
-4
/
+21
2023-04-08
Use `*_from_env` helpers from `wgpu` in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+6
2023-04-08
Update `wgpu` and `cosmic-text`
Héctor Ramón Jiménez
1
-4
/
+9
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-4
/
+6
2023-02-25
Implement basic presentation with `softbuffer` for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-3
/
+7
2023-02-24
Introduce `iced_renderer` subcrate featuring runtime renderer fallback
Héctor Ramón Jiménez
1
-53
/
+86
2023-02-24
Reuse a `RenderPass` as much as possible in `iced_wgpu`
Héctor Ramón Jiménez
1
-28
/
+1
2023-02-24
Refactor `triangle::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-11
/
+0
2023-02-24
Draft `glyphon` implementation of text pipeline for `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+2
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
[next]