summaryrefslogtreecommitdiffstats
path: root/examples/integration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update `wgpu` to `24` and use `cryoglyph` forkLibravatar Héctor Ramón Jiménez2025-03-091-3/+2
| | | | Co-authored-by: Winfried Baumann <codewing@web.de>
* Update all `examples` to Rust 2024Libravatar Héctor Ramón Jiménez2025-02-212-4/+4
|
* Add helper functions for alignment to `widget` moduleLibravatar Héctor Ramón Jiménez2025-01-241-6/+5
|
* Update `wgpu` to `23.0`Libravatar Héctor Ramón Jiménez2024-11-051-2/+2
|
* Update `wgpu` to `22.0`Libravatar Héctor Ramón Jiménez2024-09-202-0/+3
|
* Update `wgpu` to `0.20.1`Libravatar Héctor Ramón Jiménez2024-09-201-0/+2
|
* Fix `integration` exampleLibravatar Héctor Ramón Jiménez2024-08-121-1/+1
|
* Re-export variants of `Length` and `alignment` typesLibravatar Héctor Ramón Jiménez2024-07-121-3/+2
|
* Introduce helper methods for alignment for all widgetsLibravatar Héctor Ramón Jiménez2024-07-121-2/+1
|
* Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez2024-06-141-3/+3
|
* Introduce `window::Id` to `Event` subscriptionsLibravatar Héctor Ramón Jiménez2024-06-101-2/+0
| | | | And remove `window::Id` from `Event` altogether.
* Merge branch 'master' into feat/text-macroLibravatar Héctor Ramón Jiménez2024-05-234-308/+305
|\
| * Fix compilation of `integration` example in `release` modeLibravatar Héctor Ramón Jiménez2024-05-221-0/+2
| | | | | | | | Fixes #2447.
| * Update `winit` to `0.30`Libravatar Héctor Ramón Jiménez2024-05-073-309/+308
| |
| * Fix windows fighting over shared `image::Cache`Libravatar Héctor Ramón Jiménez2024-05-061-1/+1
| | | | | | | | Image caches are local to each window now.
| * Make arguments of `Renderer::new` explicit in `iced_wgpu`Libravatar Héctor Ramón Jiménez2024-04-081-3/+4
| |
| * Redesign `iced_wgpu` layering architectureLibravatar Héctor Ramón Jiménez2024-04-031-20/+15
| |
* | fix: run `cargo fmt`Libravatar Richard Custodio2024-03-181-3/+1
| |
* | refactor: replace `text(format!(` with `text` macroLibravatar Richard Custodio2024-03-181-1/+1
|/
* fix some commentsLibravatar rustrover2024-03-092-2/+2
| | | | Signed-off-by: rustrover <seekseat@126.com>
* Move `Theme` type to `iced_core`Libravatar Héctor Ramón Jiménez2024-03-072-4/+2
|
* Simplify theming for `Text` widgetLibravatar Héctor Ramón Jiménez2024-03-041-57/+46
|
* Use two layers for `image::atlas` only on `Gl` backendLibravatar Héctor Ramón Jiménez2024-02-191-14/+18
|
* Convert `Renderer::Theme` to generic `Widget` typeLibravatar Héctor Ramón Jiménez2024-01-211-2/+3
|
* Remove `Compositor` window genericLibravatar Héctor Ramón Jiménez2024-01-181-3/+9
| | | | And update `glyphon` and `window_clipboard`
* Refactor `KeyCode` into `Key` and `Location`Libravatar Héctor Ramón Jiménez2024-01-161-1/+1
|
* Merge branch 'master' into update-winitLibravatar Héctor Ramón Jiménez2024-01-161-23/+16
|\
| * Make `Shrink` have priority over `Fill` in layoutLibravatar Héctor Ramón Jiménez2024-01-041-23/+16
| |
* | Update `winit` to `0.29.4`Libravatar Héctor Ramón Jiménez2023-12-151-61/+63
|/
* Merge branch 'master' into feat/multi-window-supportLibravatar Héctor Ramón Jiménez2023-11-295-31/+32
|\
| * Added support for custom shader widget for iced_wgpu backend.Libravatar Bingus2023-11-141-0/+1
| |
| * Update `wgpu` to `0.18` and `cosmic-text` to `0.10`Libravatar Héctor Ramón Jiménez2023-10-271-1/+3
| |
| * Revert "Chore: Apply clippy map transformations"Libravatar Héctor Ramón Jiménez2023-09-201-4/+2
| | | | | | | | This reverts commit c997aad85d7ee6e77085e50e5e599002549d228f.
| * Fix `clippy::manual_let_else`Libravatar Héctor Ramón Jiménez2023-09-202-2/+1
| |
| * Fix `clippy::default_trait_access`Libravatar Héctor Ramón Jiménez2023-09-201-1/+1
| |
| * Chore: Apply clippy map transformationsLibravatar Yuri Astrakhan2023-09-191-2/+4
| | | | | | | | Convert `.map().unwrap_or()` to `.map_or()` and similar transformations.
| * Merge branch 'master' into explicit-text-cachingLibravatar Héctor Ramón Jiménez2023-09-103-18/+14
| |\
| | * Change init_with_level to init in examplesLibravatar Thomas2023-09-092-2/+1
| | |
| | * Dont use tracing-subscriber dependency on webLibravatar Thomas2023-09-091-0/+1
| | |
| | * Add webgl feature for web examplesLibravatar Thomas2023-09-091-0/+3
| | |
| | * Host GIFs and video examples in `iced.rs`Libravatar Héctor Ramón Jiménez2023-09-071-3/+1
| | | | | | | | | | | | RIP Gfycat
| | * Update example dependenciesLibravatar Héctor Ramón Jiménez2023-09-071-7/+2
| | |
| | * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-042-7/+8
| | | | | | | | | | | | | | | | | | 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.
| | * Update `wgpu` to `0.17`Libravatar Héctor Ramón Jiménez2023-09-031-1/+0
| | |
| * | Implement explicit text caching in the widget state treeLibravatar Héctor Ramón Jiménez2023-08-301-7/+6
| |/
* | refactored window storage;Libravatar Bingus2023-07-211-1/+1
| | | | | | | | | | new helper window events (Destroyed, Created); clippy + fmt;
* | Merge remote-tracking branch 'origin/master' into feat/multi-window-supportLibravatar Bingus2023-07-129-0/+620
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs
| * Use `mouse::Cursor` in `integration` exampleLibravatar Héctor Ramón Jiménez2023-06-081-15/+27
| |
| * Extend cursor availability to the shell levelLibravatar Héctor Ramón Jiménez2023-06-081-2/+3
| |
| * Bundle `tiny-skia` backend together with `iced_renderer`Libravatar Héctor Ramón Jiménez2023-05-101-1/+1
| |