egui/crates
Antoine Beyeler ba060a2c87
Drag-and-drop: keep cursor set by user, if any (#5467)
We used to always set the cursor to `Grabbing` when a drag and drop
payload is set, but this shadows user code trying to set an alternative
cursor (e.g. `NoDrop`). This PR no only change the cursor to `Grabbing`
if is way previously set to `Default`.
2024-12-12 19:47:41 +01:00
..
ecolor Add `Color32::mul` (#5437) 2024-12-05 13:53:20 +01:00
eframe Android support for eframe (#5318) 2024-12-12 19:24:26 +01:00
egui Drag-and-drop: keep cursor set by user, if any (#5467) 2024-12-12 19:47:41 +01:00
egui-wgpu Add screenshot support for eframe web (#5438) 2024-12-12 19:17:42 +01:00
egui-winit Allow attaching custom user data to a screenshot command (#5416) 2024-12-03 10:08:55 +01:00
egui_demo_app web_demo: make hash anchor case insensitive (#5446) 2024-12-11 13:44:37 +01:00
egui_demo_lib Add screenshot support for eframe web (#5438) 2024-12-12 19:17:42 +01:00
egui_extras Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
egui_glow Update glow to 0.16 (#5395) 2024-11-26 21:00:34 +01:00
egui_kittest Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add new `Rect::intersects_ray_from_center` method (#5415) 2024-12-02 09:20:59 +01:00
epaint Update MSRV to 1.80 (#5457) 2024-12-10 16:09:03 +01:00
epaint_default_fonts Release 0.29.1 - Bug fixes 2024-10-01 10:08:21 +02:00