egui/crates
Emil Ernerfeldt cb77458f70
eframe error handling (#2433)
* eframe::run_native: return errors instead of crashing

* Detect and handle glutin errors

* egui_demo_app: silence wgpu log spam

* Add trace logs for why eframe is shutting down

* Fix: only save App state once on Mac

* Handle Winit failure

* Log where we load app state from

* Don't panic on zero-sized window

* Clamp loaded window size to not be too tiny to see

* Simplify code: more shared code in window_builder

* Improve code readability

* Fix wasm32 build

* fix android

* Update changelog
2022-12-12 15:16:32 +01:00
..
ecolor fix all clippy lints and remove them from allow list in cranky (#2419) 2022-12-11 19:06:09 +01:00
eframe eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui Release 0.20.1 - Fix key-repeat 2022-12-11 16:59:54 +01:00
egui-wgpu eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui-winit eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui_demo_app eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui_demo_lib Release 0.20.0 - AccessKit, prettier text, overlapping widgets 2022-12-08 15:11:54 +01:00
egui_extras Fix incorrect date in CHANGELOGs 2022-12-09 08:29:44 +01:00
egui_glium Release 0.20.1 of eframe egui-winit egui_glium egui_glow - docs fixes 2022-12-11 17:04:23 +01:00
egui_glow eframe error handling (#2433) 2022-12-12 15:16:32 +01:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Release 0.20.0 - AccessKit, prettier text, overlapping widgets 2022-12-08 15:11:54 +01:00
epaint Fix incorrect date in CHANGELOGs 2022-12-09 08:29:44 +01:00