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
/
lib.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-05
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
1
-312
/
+132
2024-04-05
Fix layer transformations
Héctor Ramón Jiménez
1
-73
/
+85
2024-04-03
Reintroduce debug overlay in `iced_wgpu`
Héctor Ramón Jiménez
1
-3
/
+45
2024-04-03
Implement preliminary cache grouping for mesh primitives
Héctor Ramón Jiménez
1
-34
/
+61
2024-04-03
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
1
-8
/
+570
2024-01-21
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
1
-1
/
+1
2023-11-14
Re-organize `custom` module as `pipeline` module
Héctor Ramón Jiménez
1
-1
/
+0
2023-11-14
Added support for custom shader widget for iced_wgpu backend.
Bingus
1
-0
/
+1
2023-10-27
Write documentation for the new text APIs
Héctor Ramón Jiménez
1
-1
/
+1
2023-09-20
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
1
-6
/
+0
2023-09-09
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
1
-2
/
+3
2023-08-30
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
1
-1
/
+1
2023-07-28
Bump versions :tada:
Héctor Ramón Jiménez
1
-6
/
+3
2023-06-29
Write missing docs in `iced_graphics` and `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2023-06-29
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-29
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
1
-2
/
+4
2023-06-27
Simplify `offscreen` API as `color` module in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-06-06
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
1
-0
/
+1
2023-05-19
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
1
-0
/
+2
2023-05-11
Added support for gradients as background variants + other optimizations.
Bingus
1
-2
/
+0
2023-05-11
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
1
-1
/
+1
2023-05-11
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2023-04-13
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-03-04
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
1
-12
/
+3
2023-03-03
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
1
-2
/
+2
2023-03-03
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+3
2023-03-01
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
1
-3
/
+12
2023-02-24
Refactor `image::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
1
-1
/
+2
2023-02-24
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
1
-1
/
+3
2023-02-18
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2023-01-14
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-12-07
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-16
Group all solid triangles independently of color
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-10
Fix outdated links in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-05
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
1
-1
/
+1
2022-11-03
Run `cargo fmt`
Héctor Ramón Jiménez
1
-1
/
+1
2022-10-06
Fixed lint issues & cleaned up some documentation.
shan
1
-1
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-0
/
+1
2022-09-29
Adds linear gradient support to 2D meshes in the canvas widget.
shan
1
-0
/
+1
2022-07-09
Fix further `clippy` lints
Héctor Ramón Jiménez
1
-4
/
+12
2022-05-14
Draft first-class `Theme` support
Héctor Ramón Jiménez
1
-1
/
+3
2022-04-30
Point repository links to `0.4` branch in documentation
Héctor Ramón Jiménez
1
-1
/
+1
2022-03-09
Remove redundant `widget` modules in subcrates
Héctor Ramón Jiménez
1
-4
/
+0
2022-01-12
Write missing docs for `user_interface` module
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-11
Draft `Responsive` widget
Héctor Ramón Jiménez
1
-1
/
+1
2022-01-03
Change GitHub namespace to new org for all files
LordRatte
1
-4
/
+4
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-10-18
Move `Defaults` from `iced_graphics` to `iced_native`
Héctor Ramón Jiménez
1
-3
/
+1
[next]