egui/crates
Aaron Hill fbccd3a1a2
Don't treat 'WindowEvent::CloseRequested' as consumed in egui-winit (#3627)
This appears to have been 'consumed' by the viewport changes at one
point (by updating `viewport_info`), but this is no longer the case. We
should avoid marking this as 'consumed', so that applications know to
continue processing this event after passing it to egui.

<!--
Please read the "Making a PR" section of
[`CONTRIBUTING.md`](https://github.com/emilk/egui/blob/master/CONTRIBUTING.md)
before opening a Pull Request!

* Keep your PR:s small and focused.
* If applicable, add a screenshot or gif.
* If it is a non-trivial addition, consider adding a demo for it to
`egui_demo_lib`, or a new example.
* Do NOT open PR:s from your `master` branch, as that makes it hard for
maintainers to add commits to your PR.
* Remember to run `cargo fmt` and `cargo cranky`.
* Open the PR as a draft until you have self-reviewed it and run
`./scripts/check.sh`.
* When you have addressed a PR comment, mark it as resolved.

Please be patient! I will review your PR, but my time is limited!
-->
2023-11-26 23:37:03 +01:00
..
ecolor Update changelogs 2023-11-23 15:46:04 +01:00
eframe eframe web: Don't throw away frames on click/copy/cut (#3623) 2023-11-24 10:08:43 +01:00
egui Update viewport.rs, fix comment typo: "vieweport" -> "viewport" (#3638) 2023-11-26 23:33:54 +01:00
egui-wgpu Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00
egui-winit Don't treat 'WindowEvent::CloseRequested' as consumed in egui-winit (#3627) 2023-11-26 23:37:03 +01:00
egui_demo_app Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00
egui_demo_lib Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00
egui_extras Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00
egui_glow Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00
egui_plot Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use workspace definitions of edition,license,rust-version,version 2023-11-23 15:45:11 +01:00
epaint Release 0.24.0 - Multi-viewport 2023-11-23 15:56:46 +01:00