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 | ||
2025-01-24 | Add helper functions for alignment to `widget` module | 1 | -6/+5 | ||
2024-11-05 | Update `wgpu` to `23.0` | 1 | -2/+2 | ||
2024-09-20 | Update `wgpu` to `22.0` | 2 | -0/+3 | ||
2024-09-20 | Update `wgpu` to `0.20.1` | 1 | -0/+2 | ||
2024-08-12 | Fix `integration` example | 1 | -1/+1 | ||
2024-07-12 | Re-export variants of `Length` and `alignment` types | 1 | -3/+2 | ||
2024-07-12 | Introduce helper methods for alignment for all widgets | 1 | -2/+1 | ||
2024-06-14 | Replace `Command` with a new `Task` API with chain support | 1 | -3/+3 | ||
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-18 | fix: run `cargo fmt` | 1 | -3/+1 | ||
2024-03-18 | refactor: replace `text(format!(` with `text` macro | 1 | -1/+1 | ||
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` | 2 | -4/+2 | ||
2024-03-04 | Simplify theming for `Text` widget | 1 | -57/+46 | ||
2024-02-19 | Use two layers for `image::atlas` only on `Gl` backend | 1 | -14/+18 | ||
2024-01-21 | Convert `Renderer::Theme` to generic `Widget` type | 1 | -2/+3 | ||
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 | ||
2024-01-04 | Make `Shrink` have priority over `Fill` in layout | 1 | -23/+16 | ||
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-10-27 | Update `wgpu` to `0.18` and `cosmic-text` to `0.10` | 1 | -1/+3 | ||
2023-09-20 | Revert "Chore: Apply clippy map transformations" | 1 | -4/+2 | ||
This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f. | |||||
2023-09-20 | Fix `clippy::manual_let_else` | 2 | -2/+1 | ||
2023-09-20 | Fix `clippy::default_trait_access` | 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` | 2 | -3/+3 | ||
2023-03-04 | Create `iced_widget` subcrate and re-organize the whole codebase | 3 | -48/+55 | ||
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 | 5 | -0/+513 | ||
2021-08-13 | Rename `integration` examples | 5 | -448/+0 | ||
2021-08-04 | Fix typo in `integration` example | 1 | -1/+1 | ||
2021-08-03 | wgpu: Use the preferred texture format of the surface | 1 | -16/+19 | ||
Signed-off-by: Tilmann Meyer <me@atiltedtree.dev> |