Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WIP: background image supportmaster | 2025-03-20 | 1 | -0/+2 | |
| | |||||
* | Run `cargo fmt` | 2025-02-21 | 1 | -2/+2 | |
| | |||||
* | Fix `physical_bounds` shadowing in `wgpu` render | 2025-02-14 | 1 | -3/+6 | |
| | |||||
* | Add debug assertions to `draw_mesh` in `wgpu` renderer | 2025-02-04 | 1 | -0/+10 | |
| | |||||
* | Merge pull request #2749 from rhysd/const-from-rgb8 | 2025-01-27 | 1 | -1/+1 | |
|\ | | | | | Make `Color::from_rgb8` and `Color::from_rgba8` const | ||||
| * | Make all `Color` constructors `const` :tada: | 2025-01-27 | 1 | -1/+1 | |
| | | |||||
* | | Avoid preparing layers outside physical bounds in `iced_wgpu` | 2025-01-26 | 1 | -19/+13 | |
| | | |||||
* | | Delegate `layer_count` logic to primitive pipelines | 2025-01-26 | 1 | -12/+3 | |
| | | |||||
* | | always increment quad, mesh, text and image layer counts in wgpu layer rendering | 2024-12-19 | 1 | -5/+29 | |
|/ | |||||
* | Add `text::Wrapping` support | 2024-09-04 | 1 | -0/+1 | |
| | | | | Co-authored-by: Neeraj Jaiswal <neerajj85@gmail.com> | ||||
* | Introduce `Svg` struct in `core::svg` | 2024-08-04 | 1 | -16/+2 | |
| | |||||
* | Introduce `Image` struct in `core::image` | 2024-08-04 | 1 | -19/+4 | |
| | |||||
* | Implement image support for `canvas` widget | 2024-08-04 | 1 | -2/+18 | |
| | |||||
* | Render text on top of images by default | 2024-08-03 | 1 | -24/+24 | |
| | |||||
* | Reuse `glyphon::Viewport` explicitly | 2024-05-08 | 1 | -4/+9 | |
| | |||||
* | Update `winit` to `0.30` | 2024-05-07 | 1 | -4/+4 | |
| | |||||
* | Trim `image::Cache` after `wgpu::Renderer::present` | 2024-05-06 | 1 | -0/+3 | |
| | |||||
* | Fix windows fighting over shared `image::Cache` | 2024-05-06 | 1 | -4/+11 | |
| | | | | Image caches are local to each window now. | ||||
* | Introduce dynamic `opacity` support for `Image` and `Svg` | 2024-05-03 | 1 | -1/+11 | |
| | |||||
* | Introduce `center` widget helper | 2024-05-03 | 1 | -4/+4 | |
| | | | | | | | | ... and also make `center_x` and `center_y` set `width` and `height` to `Length::Fill`, respectively. This targets the most common use case when centering things and removes a bunch of boilerplate as a result. | ||||
* | Simplify image rotation API and its internals | 2024-05-02 | 1 | -15/+5 | |
| | |||||
* | Add `Image` rotation support | 2024-05-02 | 1 | -2/+20 | |
| | | | | Co-authored-by: DKolter <68352124+DKolter@users.noreply.github.com> | ||||
* | Port `iced_tiny_skia` to new layering architecture | 2024-04-09 | 1 | -27/+31 | |
| | |||||
* | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 2024-04-08 | 1 | -3/+7 | |
| | |||||
* | Reintroduce support for custom primitives in `iced_wgpu` | 2024-04-08 | 1 | -3/+59 | |
| | |||||
* | Share `msaa::Blit` texture between multiple windows | 2024-04-07 | 1 | -5/+3 | |
| | |||||
* | Merge branch 'master' into wgpu/better-architecture | 2024-04-07 | 1 | -8/+1 | |
|\ | |||||
| * | Use built-in `[lints]` table in `Cargo.toml` | 2024-04-07 | 1 | -8/+0 | |
| | | |||||
* | | Avoid generating empty caches in `iced_wgpu` | 2024-04-06 | 1 | -2/+7 | |
| | | |||||
* | | Decouple caching from layering and simplify everything | 2024-04-05 | 1 | -312/+132 | |
| | | |||||
* | | Fix layer transformations | 2024-04-05 | 1 | -73/+85 | |
| | | |||||
* | | Reintroduce debug overlay in `iced_wgpu` | 2024-04-03 | 1 | -3/+45 | |
| | | |||||
* | | Implement preliminary cache grouping for mesh primitives | 2024-04-03 | 1 | -34/+61 | |
| | | | | | | | | | | Due to AA, it's very expensive to render every cached layer independently. | ||||
* | | Redesign `iced_wgpu` layering architecture | 2024-04-03 | 1 | -8/+570 | |
|/ | |||||
* | Convert `Renderer::Theme` to generic `Widget` type | 2024-01-21 | 1 | -1/+1 | |
| | |||||
* | Write documentation for the new text APIs | 2023-10-27 | 1 | -1/+1 | |
| | |||||
* | Centralize `clippy` lints in `.cargo/config.toml` | 2023-09-20 | 1 | -6/+0 | |
| | |||||
* | Merge branch 'master' into explicit-text-caching | 2023-09-10 | 1 | -2/+3 | |
|\ | |||||
| * | Deny `broken_intradoc_links` and verify documentation in CI | 2023-09-09 | 1 | -2/+3 | |
| | | |||||
* | | Implement explicit text caching in the widget state tree | 2023-08-30 | 1 | -1/+1 | |
|/ | |||||
* | Bump versions :tada: | 2023-07-28 | 1 | -6/+3 | |
| | |||||
* | Write missing docs in `iced_graphics` and `iced_wgpu` | 2023-06-29 | 1 | -2/+2 | |
| | |||||
* | Decouple `Mesh` primitives from main `Primitive` type | 2023-06-29 | 1 | -1/+1 | |
| | |||||
* | Introduce custom backend-specific primitives | 2023-06-29 | 1 | -2/+4 | |
| | |||||
* | Simplify `offscreen` API as `color` module in `iced_wgpu` | 2023-06-27 | 1 | -1/+1 | |
| | |||||
* | Added offscreen rendering support for wgpu & tiny-skia exposed with the ↵ | 2023-06-06 | 1 | -0/+1 | |
| | | | | window::screenshot command. | ||||
* | Merge pull request #1846 from bungoboingo/feat/background-gradients | 2023-05-19 | 1 | -2/+2 | |
|\ | | | | | [Feature] Gradients for Backgrounds | ||||
| * | Avoid redundant `buffer::Buffer` import | 2023-05-19 | 1 | -0/+2 | |
| | | |||||
| * | Added support for gradients as background variants + other optimizations. | 2023-05-11 | 1 | -2/+0 | |
| | | |||||
* | | Enable `doc_auto_cfg` when generating documentation | 2023-05-11 | 1 | -1/+1 | |
|/ |