egui/crates
Emil Ernerfeldt 3c029a45ac
Fix `Context::repaint_causes` returning no causes (#4248)
It would return the causes for repainting again collected this frame,
instead of the cause for repainting the current frame.

* Part of https://github.com/emilk/egui/issues/3931
2024-03-27 16:14:22 +01:00
..
ecolor Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
eframe Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui Fix `Context::repaint_causes` returning no causes (#4248) 2024-03-27 16:14:22 +01:00
egui-wgpu Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui-winit Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_demo_app egui demo: Add drop down to resize the window (#4197) 2024-03-25 13:11:39 +01:00
egui_demo_lib Enforce writing username in TODO comments (#4235) 2024-03-26 11:48:24 +01:00
egui_extras Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_glow Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_plot Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add some tests for `Rect` 2024-03-26 11:13:04 +01:00
epaint Prevent visual glitch when shadow blur width is very high (#4245) 2024-03-27 11:22:38 +01:00