Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-03-09 | Update `wgpu` to `24` and use `cryoglyph` fork | 1 | -3/+2 | ||
Co-authored-by: Winfried Baumann <codewing@web.de> | |||||
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -3/+3 | ||
2024-09-20 | Update `wgpu` to `22.0` | 1 | -0/+2 | ||
2024-08-12 | Fix `integration` example | 1 | -1/+1 | ||
2024-06-10 | Introduce `window::Id` to `Event` subscriptions | 1 | -2/+0 | ||
And remove `window::Id` from `Event` altogether. | |||||
2024-05-07 | Update `winit` to `0.30` | 1 | -270/+307 | ||
2024-05-06 | Fix windows fighting over shared `image::Cache` | 1 | -1/+1 | ||
Image caches are local to each window now. | |||||
2024-04-08 | Make arguments of `Renderer::new` explicit in `iced_wgpu` | 1 | -3/+4 | ||
2024-04-03 | Redesign `iced_wgpu` layering architecture | 1 | -20/+15 | ||
2024-03-09 | fix some comments | 1 | -1/+1 | ||
Signed-off-by: rustrover <seekseat@126.com> | |||||
2024-03-07 | Move `Theme` type to `iced_core` | 1 | -2/+1 | ||
2024-02-19 | Use two layers for `image::atlas` only on `Gl` backend | 1 | -14/+18 | ||
2024-01-18 | Remove `Compositor` window generic | 1 | -3/+9 | ||
And update `glyphon` and `window_clipboard` | |||||
2024-01-16 | Refactor `KeyCode` into `Key` and `Location` | 1 | -1/+1 | ||
2023-12-15 | Update `winit` to `0.29.4` | 1 | -61/+63 | ||
2023-11-14 | Added support for custom shader widget for iced_wgpu backend. | 1 | -0/+1 | ||
2023-09-20 | Revert "Chore: Apply clippy map transformations" | 1 | -4/+2 | ||
This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | |||||
2023-09-20 | Fix `clippy::manual_let_else` | 1 | -1/+1 | ||
2023-09-19 | Chore: Apply clippy map transformations | 1 | -2/+4 | ||
Convert `.map().unwrap_or()` to `.map_or()` and similar transformations. | |||||
2023-09-09 | Change init_with_level to init in examples | 1 | -1/+1 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -1/+1 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-09-03 | Update `wgpu` to `0.17` | 1 | -1/+0 | ||
2023-08-30 | Implement explicit text caching in the widget state tree | 1 | -7/+6 | ||
2023-07-21 | refactored window storage; | 1 | -1/+1 | ||
new helper window events (Destroyed, Created); clippy + fmt; | |||||
2023-06-08 | Use `mouse::Cursor` in `integration` example | 1 | -15/+27 | ||
2023-06-08 | Extend cursor availability to the shell level | 1 | -2/+3 | ||
2023-04-27 | Fix build of `integration` example for Wasm target | 1 | -1/+2 | ||
2023-04-08 | Update `wgpu` and `cosmic-text` | 1 | -12/+15 | ||
2023-03-05 | Rename `iced_native` to `iced_runtime` | 1 | -2/+2 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 1 | -43/+48 | ||
2023-02-24 | Reuse a `RenderPass` as much as possible in `iced_wgpu` | 1 | -0/+1 | ||
2023-02-24 | Refactor `triangle::Pipeline` into `prepare` and `render` architecture | 1 | -9/+0 | ||
And get rid of the staging belt! :tada: | |||||
2023-02-24 | Draft `glyphon` implementation of text pipeline for `iced_wgpu` | 1 | -2/+7 | ||
2023-02-24 | Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependencies | 1 | -0/+0 | ||
2023-01-27 | Fix: Clippy lint 'uninlined_format_args' | 1 | -1/+1 | ||
2023-01-09 | add `window::Id` to `Event` and `Action` | 1 | -2/+3 | ||
2023-01-09 | Restructured everything to make profiling a feature of iced_winit. | 1 | -7/+0 | ||
2023-01-09 | Initial profiling support for Iced. | 1 | -0/+7 | ||
2022-11-01 | Remove inconsistent `wgpu` imports | 1 | -3/+2 | ||
2022-11-01 | Update `wgpu` to `0.14` and `wgpu_glyph` to `0.18` | 1 | -0/+3 | ||
2022-09-26 | Recreate `Viewport` on `RedrawRequested` in `integration_wgpu` | 1 | -6/+6 | ||
2022-07-09 | Fix `clippy` lints for all crates and features | 1 | -5/+5 | ||
... and check those in CI as well! | |||||
2022-07-08 | Add `Style` variant support to `application::StyleSheet` | 1 | -1/+5 | ||
2022-07-03 | Use `expect` in `integration_wgpu` example | 1 | -1/+5 | ||
... together with `first` and `copied`. | |||||
2022-07-02 | update `wgpu` to `0.13` | 1 | -13/+5 | ||
2022-05-14 | Draft first-class `Theme` support | 1 | -0/+1 | ||
RFC: https://github.com/iced-rs/rfcs/pull/6 | |||||
2022-01-28 | Experimental wgpu WebGL backend support | 1 | -26/+68 | ||
- Added missing `draw_cache_align_4x4` call for `brush_glyph` on wasm32 target - Added WebGL support to `integratio_wgpu` example - Fixed test.yml CI workflow - Removed spir-v shader in `integration_wgpu`; Fixed formatting - Removed redundant `BoxStream` typedef | |||||
2021-11-05 | Rename `Renderer::present` to `with_primitives` | 1 | -1/+1 | ||
2021-10-31 | Rewrite cursor icon logic for `integration_wgpu` example | 1 | -5/+5 | ||
2021-10-18 | Introduce `mouse_interaction` method to `Widget` trait | 1 | -1/+0 | ||