egui/crates
Jim d54e29d375
macOS: Add `movable_by_window_background` option to viewport (#5412)
Add an option called `movable_by_window_background` alongside a new
builder method. When set to true, the window is movable by dragging its
background ([Apple
Docs](https://developer.apple.com/documentation/appkit/nswindow/ismovablebywindowbackground))

This is exclusive to macOS systems, similar to `fullsize_content_view`.

* [x] I have followed the instructions in the PR template
2025-03-20 11:05:22 +01:00
..
ecolor Add color picker menu item example (#5755) 2025-03-19 09:33:17 +01:00
eframe Bump accesskit to 0.18 and make it a workspace dependency (#5783) 2025-03-20 11:00:12 +01:00
egui macOS: Add `movable_by_window_background` option to viewport (#5412) 2025-03-20 11:05:22 +01:00
egui-wgpu Release 0.31.1 - text_edit and kittest fixes 2025-03-05 08:37:34 +01:00
egui-winit macOS: Add `movable_by_window_background` option to viewport (#5412) 2025-03-20 11:05:22 +01:00
egui_demo_app Bump accesskit to 0.18 and make it a workspace dependency (#5783) 2025-03-20 11:00:12 +01:00
egui_demo_lib Add `OutputCommand::SetPointerPosition` to set mouse position (#5776) 2025-03-20 10:51:02 +01:00
egui_extras [egui_extra] Allow loading multi-mime formats using the image_loader (#5769) 2025-03-20 11:02:24 +01:00
egui_glow Release 0.31.1 - text_edit and kittest fixes 2025-03-05 08:37:34 +01:00
egui_kittest Fix disabled `DragValue` eating focus, causing focus to reset (#5826) 2025-03-20 10:45:16 +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 `Popup` and `Tooltip`, unifying the previous behaviours (#5713) 2025-02-18 15:53:07 +01:00
epaint impl AsRef<[u8]> for FontData (#5757) 2025-03-20 11:03:17 +01:00
epaint_default_fonts Release 0.31.1 - text_edit and kittest fixes 2025-03-05 08:37:34 +01:00