egui/crates/eframe/src
Emil Ernerfeldt 89da356b79
Fix: call `save` when hiding tab, and `update` when focusing it (#5114)
Fix for a regression in 0.28

* `App::save` will now be called when the web app is hidden (e.g. goes
to a background tab)
* `App::update` will now be called when the web app is un-hidden (e.g.
becomes the foreground tab)
2024-09-16 16:28:54 +02:00
..
native Use `log` crate instead of `eprintln` & remove some unwraps (#5010) 2024-09-13 14:23:13 +02:00
web Fix: call `save` when hiding tab, and `update` when focusing it (#5114) 2024-09-16 16:28:54 +02:00
epi.rs Make Light & Dark Visuals Customizable When Following The System Theme (#4744) 2024-09-11 17:52:53 +02:00
icon_data.rs Update `image` crate to 0.25 (#4160) 2024-05-13 13:35:15 +02:00
lib.rs Allow non-`static` `eframe::App` lifetime (#5060) 2024-09-03 09:29:19 +02:00
stopwatch.rs Much more accurate `cpu_usage` timing (#3913) 2024-01-29 19:12:16 +01:00