egui/crates
Justus Dieckmann 7cc98bd38e
Add web support for `zoom_factor` (#4260)
Before, when setting the `zoom_factor`, the website was already
enlarged, but the zoom was ignored when calculating the logical window
size and mouse position, causing an offset between the actual cursor and
selected elements. That is addressed here

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-03-29 11:55:49 +01:00
..
ecolor Release 0.27.0 - Nicer menus and new hit test logic 2024-03-26 17:13:57 +01:00
eframe Add web support for `zoom_factor` (#4260) 2024-03-29 11:55:49 +01:00
egui Add web support for `zoom_factor` (#4260) 2024-03-29 11:55:49 +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 Improve the UI for changing the egui theme (#4257) 2024-03-28 10:09:28 +01:00
egui_demo_lib Improve the UI for changing the egui theme (#4257) 2024-03-28 10:09:28 +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 Prevent plot from resetting one axis while zooming/dragging the other (#4252) 2024-03-28 10:43:28 +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