egui/crates
Bryce Berger 0abeccebc9
Change Spinner widget to account for width as well as height (#7560)
Previously, when `rect` was taller than it was wide, the spinner would
render far outside the given rectangle. Now, it always renders inside
the smaller of the two dimensions.

I noticed this when upgrading from 0.30 to 0.32. I have an image that's
significantly taller than it is wide. In 0.32, when the image is
loading, it shows the spinner. Since the spinner radius is determined
solely based on rectangle height, the spinner ends up far too wide and
covers other elements.

* [x] I have followed the instructions in the PR template
2025-10-09 12:47:59 +02:00
..
ecolor Use more workspace dependencies (#7596) 2025-10-07 15:07:16 +02:00
eframe Fix black flash on start in glow eframe backend (#7616) 2025-10-09 11:44:10 +02:00
egui Change Spinner widget to account for width as well as height (#7560) 2025-10-09 12:47:59 +02:00
egui-wgpu Use software texture filtering in kittest (#7602) 2025-10-08 16:24:02 +02:00
egui-winit Inline log format args (#7600) 2025-10-07 16:14:43 +02:00
egui_demo_app Use software texture filtering in kittest (#7602) 2025-10-08 16:24:02 +02:00
egui_demo_lib Use software texture filtering in kittest (#7602) 2025-10-08 16:24:02 +02:00
egui_extras Use more workspace dependencies (#7596) 2025-10-07 15:07:16 +02:00
egui_glow Inline log format args (#7600) 2025-10-07 16:14:43 +02:00
egui_kittest Some minor docs improvements (#7614) 2025-10-09 12:00:39 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Use more workspace dependencies (#7596) 2025-10-07 15:07:16 +02:00
epaint Use more workspace dependencies (#7596) 2025-10-07 15:07:16 +02:00
epaint_default_fonts 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00