egui/crates
Romet Tagobert 9e924ec5f0
Fix unwraps in SVG scaling (#3826)
Added error messages when scaling to invalid sizes instead of panicking
through unwrap, returning to previous behavior.

Closes <https://github.com/emilk/egui/issues/3825>.
2024-01-16 09:57:48 +01:00
..
ecolor Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
eframe Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
egui Fix clickable widgets blocking scrolling on touch screens (#3815) 2024-01-15 10:08:41 +01:00
egui-wgpu Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
egui-winit Add keys `?`, `/`, `|` (#3820) 2024-01-15 10:08:22 +01:00
egui_demo_app Selectable text in Labels (#3814) 2024-01-14 15:17:55 +01:00
egui_demo_lib Selectable text in Labels (#3814) 2024-01-14 15:17:55 +01:00
egui_extras Fix unwraps in SVG scaling (#3826) 2024-01-16 09:57:48 +01:00
egui_glow Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
egui_plot Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Use `Self` everywhere (#3787) 2024-01-08 17:41:21 +01:00
epaint Selectable text in Labels (#3814) 2024-01-14 15:17:55 +01:00