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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
WIP: background image support
master
cel 🌸
2025-03-20
1
-0
/
+2
*
Run `cargo fmt`
Héctor Ramón Jiménez
2025-02-21
1
-2
/
+2
*
Fix `physical_bounds` shadowing in `wgpu` render
Héctor Ramón Jiménez
2025-02-14
1
-3
/
+6
*
Add debug assertions to `draw_mesh` in `wgpu` renderer
edwloef
2025-02-04
1
-0
/
+10
*
Merge pull request #2749 from rhysd/const-from-rgb8
Héctor
2025-01-27
1
-1
/
+1
|
\
|
*
Make all `Color` constructors `const` :tada:
Héctor Ramón Jiménez
2025-01-27
1
-1
/
+1
*
|
Avoid preparing layers outside physical bounds in `iced_wgpu`
Héctor Ramón Jiménez
2025-01-26
1
-19
/
+13
*
|
Delegate `layer_count` logic to primitive pipelines
Héctor Ramón Jiménez
2025-01-26
1
-12
/
+3
*
|
always increment quad, mesh, text and image layer counts in wgpu layer rendering
edwloef
2024-12-19
1
-5
/
+29
|
/
*
Add `text::Wrapping` support
Héctor Ramón Jiménez
2024-09-04
1
-0
/
+1
*
Introduce `Svg` struct in `core::svg`
Héctor Ramón Jiménez
2024-08-04
1
-16
/
+2
*
Introduce `Image` struct in `core::image`
Héctor Ramón Jiménez
2024-08-04
1
-19
/
+4
*
Implement image support for `canvas` widget
Héctor Ramón Jiménez
2024-08-04
1
-2
/
+18
*
Render text on top of images by default
Héctor Ramón Jiménez
2024-08-03
1
-24
/
+24
*
Reuse `glyphon::Viewport` explicitly
Héctor Ramón Jiménez
2024-05-08
1
-4
/
+9
*
Update `winit` to `0.30`
Héctor Ramón Jiménez
2024-05-07
1
-4
/
+4
*
Trim `image::Cache` after `wgpu::Renderer::present`
Héctor Ramón Jiménez
2024-05-06
1
-0
/
+3
*
Fix windows fighting over shared `image::Cache`
Héctor Ramón Jiménez
2024-05-06
1
-4
/
+11
*
Introduce dynamic `opacity` support for `Image` and `Svg`
Héctor Ramón Jiménez
2024-05-03
1
-1
/
+11
*
Introduce `center` widget helper
Héctor Ramón Jiménez
2024-05-03
1
-4
/
+4
*
Simplify image rotation API and its internals
Héctor Ramón Jiménez
2024-05-02
1
-15
/
+5
*
Add `Image` rotation support
Héctor Ramón Jiménez
2024-05-02
1
-2
/
+20
*
Port `iced_tiny_skia` to new layering architecture
Héctor Ramón Jiménez
2024-04-09
1
-27
/
+31
*
Make arguments of `Renderer::new` explicit in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-3
/
+7
*
Reintroduce support for custom primitives in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-08
1
-3
/
+59
*
Share `msaa::Blit` texture between multiple windows
Héctor Ramón Jiménez
2024-04-07
1
-5
/
+3
*
Merge branch 'master' into wgpu/better-architecture
Héctor Ramón Jiménez
2024-04-07
1
-8
/
+1
|
\
|
*
Use built-in `[lints]` table in `Cargo.toml`
Héctor Ramón Jiménez
2024-04-07
1
-8
/
+0
*
|
Avoid generating empty caches in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-06
1
-2
/
+7
*
|
Decouple caching from layering and simplify everything
Héctor Ramón Jiménez
2024-04-05
1
-312
/
+132
*
|
Fix layer transformations
Héctor Ramón Jiménez
2024-04-05
1
-73
/
+85
*
|
Reintroduce debug overlay in `iced_wgpu`
Héctor Ramón Jiménez
2024-04-03
1
-3
/
+45
*
|
Implement preliminary cache grouping for mesh primitives
Héctor Ramón Jiménez
2024-04-03
1
-34
/
+61
*
|
Redesign `iced_wgpu` layering architecture
Héctor Ramón Jiménez
2024-04-03
1
-8
/
+570
|
/
*
Convert `Renderer::Theme` to generic `Widget` type
Héctor Ramón Jiménez
2024-01-21
1
-1
/
+1
*
Write documentation for the new text APIs
Héctor Ramón Jiménez
2023-10-27
1
-1
/
+1
*
Centralize `clippy` lints in `.cargo/config.toml`
Héctor Ramón Jiménez
2023-09-20
1
-6
/
+0
*
Merge branch 'master' into explicit-text-caching
Héctor Ramón Jiménez
2023-09-10
1
-2
/
+3
|
\
|
*
Deny `broken_intradoc_links` and verify documentation in CI
Héctor Ramón Jiménez
2023-09-09
1
-2
/
+3
*
|
Implement explicit text caching in the widget state tree
Héctor Ramón Jiménez
2023-08-30
1
-1
/
+1
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-07-28
1
-6
/
+3
*
Write missing docs in `iced_graphics` and `iced_wgpu`
Héctor Ramón Jiménez
2023-06-29
1
-2
/
+2
*
Decouple `Mesh` primitives from main `Primitive` type
Héctor Ramón Jiménez
2023-06-29
1
-1
/
+1
*
Introduce custom backend-specific primitives
Héctor Ramón Jiménez
2023-06-29
1
-2
/
+4
*
Simplify `offscreen` API as `color` module in `iced_wgpu`
Héctor Ramón Jiménez
2023-06-27
1
-1
/
+1
*
Added offscreen rendering support for wgpu & tiny-skia exposed with the windo...
Bingus
2023-06-06
1
-0
/
+1
*
Merge pull request #1846 from bungoboingo/feat/background-gradients
Héctor Ramón
2023-05-19
1
-2
/
+2
|
\
|
*
Avoid redundant `buffer::Buffer` import
Héctor Ramón Jiménez
2023-05-19
1
-0
/
+2
|
*
Added support for gradients as background variants + other optimizations.
Bingus
2023-05-11
1
-2
/
+0
*
|
Enable `doc_auto_cfg` when generating documentation
Héctor Ramón Jiménez
2023-05-11
1
-1
/
+1
|
/
[next]