summaryrefslogtreecommitdiffstats
path: root/examples/integration/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-293-16/+20
|\
| * 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-101-3/+2
| |\
| | * Change init_with_level to init in examplesLibravatar Thomas2023-09-091-1/+1
| | |
| | * Use workspace dependencies and package inheritanceLibravatar Héctor Ramón Jiménez2023-09-041-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.
| | * 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-125-0/+537
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| |
| * 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-172-10/+13
| |\ | |/ |/|
| * Update `wgpu` and `cosmic-text`Libravatar Héctor Ramón Jiménez2023-04-081-12/+15
| |
| * 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-043-48/+55
| |
| * 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-245-0/+513
|/
* Rename `integration` examplesLibravatar Héctor Ramón Jiménez2021-08-135-448/+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
| |
| * Merge branch 'master' of https://github.com/hecrj/iced into wgpu_outdatedframeLibravatar Billy Messenger2021-07-223-32/+39
| |\
| * | don't panic when swapchain frame is outdatedLibravatar Billy Messenger2020-12-161-44/+53
| | |
* | | Fix typo in `integration` exampleLibravatar Héctor Ramón Jiménez2021-08-041-1/+1
| | |
* | | wgpu: Use the preferred texture format of the surfaceLibravatar Tilmann Meyer2021-08-031-16/+19
| |/ |/| | | | | Signed-off-by: Tilmann Meyer <me@atiltedtree.dev>
* | Upgrade wgpuLibravatar Dispersia2021-04-111-5/+6
| |
* | Add `clipboard` argument to `Application::update`Libravatar Héctor Ramón Jiménez2021-03-111-3/+8
| |
* | Make `Clipboard` argument in `Widget` trait mutableLibravatar Héctor Ramón Jiménez2021-03-101-2/+3
| |
* | [wgpu 0.7] Update integration exampleLibravatar Poly2021-02-032-24/+24
|/
* Remove redundant depth bias fields in `iced_wgpu`Libravatar Héctor Ramón Jiménez2020-08-271-3/+0
|
* Update `wgpu` in `integration` exampleLibravatar Héctor Ramón Jiménez2020-08-272-38/+56
|
* Decouple `cursor_position` from `Cache`Libravatar Héctor Ramón Jiménez2020-06-231-3/+12
| | | | | | Instead, we ask explicitly for it in the different `update` and `draw` methods. This way, the runtime can derive the logical position of the cursor from the source of truth.
* Add `step` member to slider widgetsLibravatar Sebastian Zivota2020-06-111-15/+24
| | | | | | Both the native and the web slider now have a member `step` to control the least possible change of the slider's value. It defaults to 1.0 for all sliders and can be adjusted with the step method.
* Request a redraw only on relevant eventsLibravatar Héctor Ramón Jiménez2020-06-091-9/+12
|
* Add on_release message to Slider (#378)Libravatar Duncan Freeman2020-06-081-1/+1
| | | | | | | | | | | * Add on_finish callback to Slider * Fix formatting * Rename Slider's on_finish to on_release, make the message simply an event without data * Satisfy Clone impl requirement on Message in integration test * Only call on_release after dragging a slider
* Removed empty bind group from integration example (#390)Libravatar Richard2020-06-081-24/+5
|