summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Update `glyphon` for instanced renderingLibravatar Héctor Ramón Jiménez2024-03-301-1/+1
| | | | | | |
| * | | | | | Replace `xxhash-rust` with `rustc-hash`Libravatar Héctor Ramón Jiménez2024-03-306-12/+6
| | | | | | |
| * | | | | | Fix batched writes logic in `iced_wgpu::buffer`Libravatar Héctor Ramón Jiménez2024-03-301-27/+32
| | | | | | |
| * | | | | | Update `glyphon` with more performance improvementsLibravatar Héctor Ramón Jiménez2024-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: - https://github.com/grovesNL/glyphon/pull/90 - https://github.com/grovesNL/glyphon/pull/91
| * | | | | | Split big `Buffer` writes into multiple chunksLibravatar Héctor Ramón Jiménez2024-03-292-9/+38
| | | | | | |
| * | | | | | Add documentation to `Backend::recall` in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-03-291-0/+3
| | | | | | |
| * | | | | | Use a `StagingBelt` in `iced_wgpu` for regular buffer uploadsLibravatar Héctor Ramón Jiménez2024-03-2910-41/+113
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2354 from Koranir/custom-shadow-fixLibravatar Héctor Ramón2024-03-272-4/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Fix quad shadows
| * | | | | Make tiny-skia equivalentLibravatar Daniel Yoon2024-03-261-1/+2
| | | | | |
| * | | | | Update solid.wgslLibravatar Daniel Yoon2024-03-261-3/+9
| | | | | |
* | | | | | Derive `Debug` for `qr_code::Data` in `iced_widget`Libravatar Héctor Ramón Jiménez2024-03-261-1/+1
| | | | | |
* | | | | | Propagate `advanced` feature to `iced_core`Libravatar Héctor Ramón Jiménez2024-03-262-1/+2
|/ / / / /
* | | | | Merge pull request #2350 from iced-rs/theming-revolutionsLibravatar Héctor Ramón2024-03-2533-1048/+1335
|\ \ \ \ \ | | | | | | | | | | | | Theming Revolutions
| * | | | | Make defaults of composite widgets configurableLibravatar Héctor Ramón Jiménez2024-03-253-15/+35
| | | | | |
| * | | | | Use `Catalog` approach for all widgetsLibravatar Héctor Ramón Jiménez2024-03-2430-915/+1130
| | | | | |
| * | | | | Fine-tune `Catalog` approach for `button`, `checkbox`, and `svg`Libravatar Héctor Ramón Jiménez2024-03-249-149/+167
| | | | | |
| * | | | | Try catalog theming approach with `Button`Libravatar Héctor Ramón Jiménez2024-03-235-54/+88
| | | | | |
* | | | | | Merge pull request #2351 from iced-rs/custom-renderer-injectionLibravatar Héctor Ramón2024-03-2556-1447/+1886
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Type-Driven Renderer Fallback
| * | | | | Remove redundant `text::Renderer` bound in `program`Libravatar Héctor Ramón Jiménez2024-03-241-1/+1
| | | | | |
| * | | | | Reintroduce backend selection through `ICED_BACKEND` env varLibravatar Héctor Ramón Jiménez2024-03-248-85/+198
| | | | | |
| * | | | | Rename `compositor::Renderer` to `Default`Libravatar Héctor Ramón Jiménez2024-03-229-21/+26
| | | | | |
| * | | | | Fix unnecessary `into` calls in `iced_renderer::fallback`Libravatar Héctor Ramón Jiménez2024-03-221-4/+2
| | | | | |
| * | | | | Allow custom renderers in `Program` and `Application`Libravatar Héctor Ramón Jiménez2024-03-2219-122/+162
| | | | | |
| * | | | | Fix standalone compilation of `iced_widget` crateLibravatar Héctor Ramón Jiménez2024-03-226-1/+81
| | | | | |
| * | | | | Make `iced_tiny_skia` optional with a `tiny-skia` featureLibravatar Héctor Ramón Jiménez2024-03-2220-92/+158
| | | | | |
| * | | | | Fix outdated warning in docs of `Frame::fill_text`Libravatar Héctor Ramón Jiménez2024-03-221-8/+1
| | | | | |
| * | | | | Fix broken links in documentationLibravatar Héctor Ramón Jiménez2024-03-229-54/+73
| | | | | |
| * | | | | Restore `canvas::Frame` APILibravatar Héctor Ramón Jiménez2024-03-2222-679/+378
| | | | | |
| * | | | | Restore `canvas::Program` APILibravatar Héctor Ramón Jiménez2024-03-2112-53/+71
| | | | | |
| * | | | | Remove `custom` module from `iced_renderer`Libravatar Héctor Ramón Jiménez2024-03-211-162/+0
| | | | | |
| * | | | | Implement composable, type-safe renderer fallbackLibravatar Héctor Ramón Jiménez2024-03-2135-1101/+1365
| | | | | |
| * | | | | Use `&mut dyn Surface` instead of `&mut Box<dyn Surface>`Libravatar Héctor Ramón Jiménez2024-03-212-2/+2
| | | | | |
| * | | | | Gate `Custom` variants in `iced_renderer` behind `custom` featureLibravatar Héctor Ramón Jiménez2024-03-215-9/+34
| | | | | |
| * | | | | Draft support for dynamic custom renderer injectionLibravatar Héctor Ramón Jiménez2024-03-2112-35/+316
| |/ / / /
* | | | | Merge pull request #2345 from iced-rs/fix/responsive-layout-invalidationLibravatar Héctor Ramón2024-03-212-11/+36
|\ \ \ \ \ | | | | | | | | | | | | Fix layout invalidation for `Responsive` widget
| * | | | | Fix layout invalidation for `Responsive` widgetLibravatar Héctor Ramón Jiménez2024-03-212-11/+36
|/ / / / /
* | | | | Merge pull request #2341 from Koranir/premultiplyLibravatar Héctor Ramón2024-03-201-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Allow using the premultiplied alpha wgpu compositor mode
| * | | | | Revert "Remove `PreMultiplied` alpha mode selection in ↵Libravatar Daniel Yoon2024-03-201-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | `wgpu::window::compositor`" This reverts commit 33066bca1af6c67e5188c0481403f28afabcbe1f.
* | | | | Merge pull request #2344 from iced-rs/fix/empty-wgpu-draw-callsLibravatar Héctor Ramón2024-03-201-2/+10
|\ \ \ \ \ | |/ / / / |/| | | | Fix empty `wgpu` draw calls in `image` pipeline
| * | | | Fix empty `wgpu` draw calls in `image` pipelineLibravatar Héctor Ramón Jiménez2024-03-201-2/+10
| | | | |
* | | | | Merge pull request #2343 from iced-rs/auto-detect-themeLibravatar Héctor Ramón2024-03-203-3/+34
|\ \ \ \ \ | |/ / / / |/| | | | Introduce `auto-detect-theme` feature
| * | | | Introduce `auto-detect-theme` featureLibravatar Héctor Ramón Jiménez2024-03-203-3/+34
|/ / / /
* | | | Merge pull request #2342 from iced-rs/default-wasm-canvas-targetLibravatar Héctor Ramón2024-03-192-2/+12
|\ \ \ \ | |_|_|/ |/| | | Target `#iced` container by default on Wasm
| * | | Update `winit` forkLibravatar Héctor Ramón Jiménez2024-03-191-1/+1
| | | |
| * | | Try to find an `#iced` element by default on WasmLibravatar Héctor Ramón Jiménez2024-03-191-1/+11
|/ / /
* | | Fix redundant import in `window::redraw_request`Libravatar Héctor Ramón Jiménez2024-03-191-1/+1
| | |
* | | Fix redundant import in `color_palette` exampleLibravatar Héctor Ramón Jiménez2024-03-191-3/+1
| | |
| * | fix: make `text` macro example pass doctestLibravatar Richard Custodio2024-03-181-9/+26
| | |
| * | fix: remove empty macro usageLibravatar Richard Custodio2024-03-181-5/+4
| | |
| * | fix: run `cargo fmt`Libravatar Richard Custodio2024-03-185-25/+11
| | |