egui/crates
Ryan Hileman a6da34339a
Fix copy and cut on Safari (#3513)
* Closes <https://github.com/emilk/egui/issues/3480>

I've tested this on Safari and Chrome on macOS Sonoma 14.0.

Could be improved to only call `event.preventDefault()` if
`runner.logic()` actually performed a copy, but I don't see a way to get
that information out with the current API.
2023-11-21 14:54:31 +01:00
..
ecolor Add `#[inline]` to all color-related function 2023-10-07 18:11:16 +02:00
eframe Fix copy and cut on Safari (#3513) 2023-11-21 14:54:31 +01:00
egui Fix TopBottomPanel doc comment to reference TopBottomPanel instead of SidePanel (#3590) 2023-11-21 14:47:18 +01:00
egui-wgpu Update to puffin 0.17 (#3581) 2023-11-19 21:28:42 +01:00
egui-winit Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
egui_demo_app Use `egui::ViewportBuilder` in `eframe::NativeOptions` (#3572) 2023-11-19 11:08:47 +01:00
egui_demo_lib Allow changing handle shape of a slider (#3429) 2023-11-21 11:24:29 +01:00
egui_extras Update to puffin 0.17 (#3581) 2023-11-19 21:28:42 +01:00
egui_glow Fix closing of viewports (#3591) 2023-11-20 17:43:40 +01:00
egui_plot Plot auto-bounds API improvement (part 2/2): add API (#3586) 2023-11-21 11:56:39 +01:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Plot auto-bounds API improvement (part 1/2): clean-up (#3587) 2023-11-21 11:22:19 +01:00
epaint Fix clippy issues from 1.74 (#3558) 2023-11-16 15:50:44 +01:00