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
*
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
|
/
*
Write missing documentation in `iced_wgpu`
Héctor Ramón Jiménez
2023-05-11
1
-1
/
+1
*
Merge branch 'master' into advanced-text
Héctor Ramón Jiménez
2023-04-17
1
-1
/
+1
|
\
|
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-04-13
1
-1
/
+1
*
|
Create `iced_widget` subcrate and re-organize the whole codebase
Héctor Ramón Jiménez
2023-03-04
1
-12
/
+3
*
|
Move `Canvas` and `QRCode` to `iced` crate
Héctor Ramón Jiménez
2023-03-03
1
-2
/
+2
*
|
Rename `canvas::frame` to `canvas` in `iced_wgpu`
Héctor Ramón Jiménez
2023-03-03
1
-2
/
+3
*
|
Implement `Canvas` support for `iced_tiny_skia`
Héctor Ramón Jiménez
2023-03-01
1
-3
/
+12
*
|
Refactor `image::Pipeline` into `prepare` and `render` architecture
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+2
*
|
Overhaul `Font` type to allow font family selection
Héctor Ramón Jiménez
2023-02-24
1
-1
/
+3
|
/
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-02-18
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2023-01-14
1
-1
/
+1
*
Bump versions :tada:
Héctor Ramón Jiménez
2022-12-07
1
-1
/
+1
*
Group all solid triangles independently of color
Héctor Ramón Jiménez
2022-11-16
1
-1
/
+1
*
Fix outdated links in documentation
Héctor Ramón Jiménez
2022-11-10
1
-1
/
+1
*
Remove redundant features in `iced_wgpu` and `iced_glow`
Héctor Ramón Jiménez
2022-11-05
1
-1
/
+1
*
Rename `buffers` module to `buffer`
Héctor Ramón Jiménez
2022-11-03
1
-1
/
+1
[next]