egui/crates
Emil Ernerfeldt f25e4171b9
Fix: don't open context menu on drag (#3767)
This fixes a bug where the context menu would open when dragging with
the secondary mouse button.

Now the context menu requires a click to open.

This is important for things like plots, where right-click and
right-drag means different things.
2024-01-04 10:29:52 +01:00
..
ecolor Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00
eframe `eframe`: Fix building the `wasm32` docs for `docs.rs` (#3757) 2023-12-31 10:26:02 +01:00
egui Fix: don't open context menu on drag (#3767) 2024-01-04 10:29:52 +01:00
egui-wgpu Bump `winit` to `0.29.7` (#3753) 2024-01-02 07:27:52 +01:00
egui-winit Add missing `ResizeDirection::East` (#3749) 2023-12-29 16:59:29 +01:00
egui_demo_app Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00
egui_demo_lib Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00
egui_extras Fix some clippy 1.75 lints (#3754) 2023-12-30 11:23:21 +01:00
egui_glow Update to glow 0.13 (#3715) 2023-12-18 15:15:20 +01:00
egui_plot Release `egui_plot` 0.24.2 (#3763) 2024-01-03 09:42:56 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Add a bunch of `#[inline]` 2023-12-18 17:28:47 +01:00
epaint Fix text color of disabled widgets (#3744) 2023-12-28 11:16:39 +01:00