Commit graph

2137 commits

Author SHA1 Message Date
Héctor Ramón Jiménez
2f557731f3
Make clock example responsive 2022-01-15 11:56:19 +07:00
Héctor Ramón Jiménez
75348c5b8c
Use subscription::run for download_progress example 2022-01-15 11:45:19 +07:00
Héctor Ramón Jiménez
35e4f30759
Implement subscription::worker 🎉 2022-01-14 19:55:50 +07:00
Héctor Ramón Jiménez
2a3271dc10
Implement subscription::unfold 🎉 2022-01-14 19:55:27 +07:00
Héctor Ramón Jiménez
7442d0b66f
Implement subscription::run 🎉 2022-01-14 19:43:54 +07:00
Héctor Ramón Jiménez
810b445f8d
Rewrite events and events_with with a new Runner abstraction 2022-01-14 19:43:06 +07:00
Héctor Ramón
b7bc169120
Merge pull request #1195 from iced-rs/fix/vulnerabilities
Fix `cargo-audit` vulnerabilities
2022-01-14 13:50:30 +07:00
Héctor Ramón Jiménez
34adeaa081
Add audit workflow for GitHub CI 2022-01-13 19:59:25 +07:00
Héctor Ramón Jiménez
5f9cf991a7
Update reqwest in examples
... and rely on `rustls` instead of `native-tls`
2022-01-13 19:56:16 +07:00
Héctor Ramón
15a13a76b4
Merge pull request #1193 from iced-rs/responsive-widget
`Responsive` widget
2022-01-13 15:42:40 +07:00
Héctor Ramón Jiménez
aaf2444e9f
Replace chrono with time in clock example 2022-01-12 20:16:33 +07:00
Héctor Ramón Jiménez
8f97619785
Simplify version of the palette dependency 2022-01-12 20:05:05 +07:00
Héctor Ramón Jiménez
67f878b890
Remove support for old tokio crate 2022-01-12 20:03:18 +07:00
Héctor Ramón Jiménez
f6c436aec1
Write docs for responsive in iced_lazy 2022-01-12 11:48:49 +07:00
Héctor Ramón Jiménez
241e123c9b
Write documentation for component in iced_lazy 2022-01-12 11:39:54 +07:00
Héctor Ramón Jiménez
7ef0259a2c
Write missing docs for user_interface module 2022-01-12 11:22:57 +07:00
Héctor Ramón Jiménez
c85caff7a5
Increase text size of pane dimensions in pane_grid example 2022-01-12 11:19:51 +07:00
Héctor Ramón Jiménez
870d651f35
Implement Widget::overlay for Responsive widget 2022-01-12 11:15:05 +07:00
Héctor Ramón Jiménez
5a03cac7e7
Remove superfluous generic type in iced_lazy::Cache 2022-01-11 14:55:48 +07:00
Héctor Ramón Jiménez
2e255b7b91
Implement Widget::mouse_interaction for Responsive 2022-01-11 14:21:38 +07:00
Héctor Ramón Jiménez
810e086728
Introduce Renderer argument to mouse_interaction and on_event 2022-01-11 14:12:28 +07:00
Héctor Ramón Jiménez
6ab4611a6e
Invalidate widget tree from Responsive widget
... by introducing a new `invalidate_widgets` method to `Shell`
2022-01-11 13:47:43 +07:00
Héctor Ramón Jiménez
90c20ac46b
Draft Responsive widget 2022-01-11 10:47:56 +07:00
Héctor Ramón
1a31aefab4
Merge pull request #1164 from PolyMeilex/wgpu-update
Update wgpu 0.12
2022-01-04 16:45:42 +07:00
Héctor Ramón Jiménez
c19b673583
Run cargo fmt 2022-01-04 16:18:51 +07:00
Héctor Ramón Jiménez
a7d5bf0d91
Fix integration_wgpu example 2022-01-04 16:18:34 +07:00
Poly
8dc7a32964
Bump raw-window-handle 2022-01-04 16:15:45 +07:00
Poly
d675269399
Update wgpu_glyph 2022-01-04 16:15:45 +07:00
Poly
23ef0143ed
Update wgpu 0.12 2022-01-04 16:15:44 +07:00
Héctor Ramón
332b4b7842
Merge pull request #1182 from iced-rs/update-winit-and-glutin
Update `winit` and `glutin` forks
2022-01-04 14:53:03 +07:00
Héctor Ramón Jiménez
d6b1a9269e
Update winit and glutin forks 2022-01-04 13:51:35 +07:00
Héctor Ramón
7ab584ce96
Merge pull request #1175 from EkardNT/sandbox-exit
Allow Sandbox applications to exit.
2022-01-03 16:23:01 +07:00
Héctor Ramón
4db0f4a570
Merge pull request #1168 from LordRatte/patch-1
Change GitHub namespace to new org to prevent link-rot
2022-01-03 12:13:06 +07:00
Héctor Ramón Jiménez
ecd0997576
Center contents with Container in exit example
... also add some `padding` to buttons!
2022-01-03 12:09:07 +07:00
Héctor Ramón
14c9380ddd
Merge pull request #1181 from feylinara/feylinara/issue1087
Fix memory leak in opengl integration example
2022-01-03 12:03:07 +07:00
LordRatte
ff2a470fd8
Change GitHub namespace to new org for all files 2022-01-03 11:36:13 +07:00
Fey Naomi Schrewe
bc26b52044
Fix memory leak in opengl integration example 2022-01-02 19:21:52 +01:00
Drake Tetreault
8a70d10401 Allow Sandbox applications to exit. 2021-12-29 09:34:37 -08:00
Héctor Ramón
5466d6a11d
Merge pull request #1169 from nicksenger/fix/nested-component-layout-invalidation
fix: nested component layout invalidation
2021-12-27 22:10:42 +07:00
Nick Senger
85e92d9e22
fix: nested component layout invalidation 2021-12-24 11:14:30 -08:00
Héctor Ramón
d19858bce8
Merge pull request #1154 from nicksenger/overlay-components
Implement `overlay` for `Component`
2021-12-19 11:41:18 +07:00
Nick Senger
44c0d75953 fix: drop remaining component overlay events if closed during event batch processing 2021-12-17 08:46:56 -08:00
Nick Senger
042a294448 Revert "fix: process component overlay events together with those of the original element"
This reverts commit aa09bd4a98.
2021-12-17 08:36:05 -08:00
Nick Senger
aa09bd4a98 fix: process component overlay events together with those of the original element 2021-12-13 16:52:31 -08:00
Héctor Ramón Jiménez
48b2264bc6
Simplify component implementation in iced_lazy 2021-12-13 17:46:39 +07:00
Héctor Ramón
e24eaa7c66
Merge pull request #1155 from AlisCode/refactor/decouple_image
Decouple `image::Handle` from `iced_native` and lower trait bound on `text::Renderer::Font`
2021-12-13 15:36:15 +07:00
Héctor Ramón
bc15bfdb67
Merge pull request #1157 from n8henrie/master
Fix path to ferris.png
2021-12-13 15:34:36 +07:00
Nathan Henrie
a88bf0fed7 Fix path to ferris.png
Fixes https://github.com/iced-rs/iced/issues/1156
2021-12-11 16:51:54 -07:00
Olivier Pinon
d06e6bfb51 Lower text::Renderer's Font bound from Copy to Clone 2021-12-10 23:34:02 +01:00
Olivier Pinon
a7bcd65bb8 Decouple the image Handle type from the iced_native implementation 2021-12-10 23:33:58 +01:00