summaryrefslogtreecommitdiffstats
path: root/examples/integration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 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
| |
| * Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-05-021-2/+1
| |\ | |/ |/|
| * Fix build of `integration` example for Wasm targetLibravatar Héctor Ramón Jiménez2023-04-271-1/+2
| |
| * Merge branch 'master' into advanced-textLibravatar Héctor Ramón Jiménez2023-04-173-11/+14
| |\ | |/ |/|
| * Update `wgpu` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-04-081-12/+15
| |
| * Enable renderer backends in `integration` exampleLibravatar Héctor Ramón Jiménez2023-03-071-0/+1
| |
| * Move `webgl` feature selection for `wgpu` into `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-03-051-1/+1
| |
| * Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez2023-03-052-3/+3
| |
| * Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-044-48/+56
| |
| * Reuse a `RenderPass` as much as possible in `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-0/+1
| |
| * Refactor `triangle::Pipeline` into `prepare` and `render` architectureLibravatar Héctor Ramón Jiménez2023-02-241-9/+0
| | | | | | | | And get rid of the staging belt! :tada:
| * Draft `glyphon` implementation of text pipeline for `iced_wgpu`Libravatar Héctor Ramón Jiménez2023-02-241-2/+7
| |
| * Remove `iced_glow`, `glyph-brush`, and `wgpu_glyph` dependenciesLibravatar Héctor Ramón Jiménez2023-02-249-0/+594
|/
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-137-477/+0
|
* Merge pull request #667 from BillyDM/wgpu_outdatedframeLibravatar Héctor Ramón2021-08-051-44/+55
|\ | | | | Don't panic when wgpu swapchain frame is outdated
| * add custom error for Compositor::draw()Libravatar Billy Messenger2021-07-221-2/+4
| |