-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Egui 0.30 #255
Egui 0.30 #255
Conversation
Found a crash that happens with this PR but not the main branch
The same crash happens if you drag "Style Editor" out into a floating window, then try to tile it to the right of "Simple Demo" (and probably other permutations of actions) |
Do they also happen in https://github.com/Adanos020/egui_dock/tree/release-0.15? |
Nope, it's introduced in this commit |
Cannot reproduce on Linux. Tried both wayland and X11 providers. Was it a panic? What was the stack trace? |
It happens for me in debug and release mode on macOS Sequoia 15.1.1 on Macbook M2 Max. Here's the traceback:
|
Thanks @HactarCE for the stack trace. It looks like an egui/eframe issue, not caused by egui_dock. I'll merge this PR and finally release 0.15. Sorry for the long wait! |
* Different design: more compact windows and collapsing/closing control on each tab bar (#237) * Correct comment typos * Add two buttons on tab bars - Close all tabs: "×" - Collapse all tabs: "▼" * Add some utility for recursive node collapse checking * Preliminary implementation of collapsing windows * Handle tab collapsing layout * Resize windows when subnodes collapsed * Implements leaf close all button * Update changelog * Allow dragging to a collapsed leaf * Fix collapsed state checking after dnd splits * Update examples * Update changelog * Fix up changelog after rebase * Fix failing test and rename `Translations::window` to `Translations::leaf`. * Remove `Clone` bound on `map_tabs` and `filter_map_tabs` (#241) * remove Clone bound on map_tabs and filter_map_tabs * remove Clone bound from all functions with Clone + FnMut bounds * Update changelog * Add missing period in changelog --------- Co-authored-by: Adanos020 <[email protected]> * Update crate version and add MSRV change to changelog * Fix heading type in changelog * Fix tab bar scroll bar width on window surfaces * Add close window button in context menu * Add minimize window button * Update CHANGELOG.md * Fix cargo test * Add tooltips to right-clickable tab bar buttons * Add minimization activation with modifiers * Add close window with modifiers * Correct tooltip display conditions * Upgrade to egui 0.29 * Add secondary button feature toggle * Cleanup code * Update examples * Fix cursor icon logic * Update examples * Update changelog * Make Japanese translations in the example more consistent with each other --------- Co-authored-by: Adanos020 <[email protected]> Co-authored-by: Ved_s <[email protected]> * Egui 0.30 (#255) * Egui 0.30 * Upgrade to egui 0.30. * Update changelog and readme * Update the crate version in Cargo.toml * Fix winit compile error * Make Clippy happy --------- Co-authored-by: Adanos020 <[email protected]> --------- Co-authored-by: Michael Zhang <[email protected]> Co-authored-by: Ved_s <[email protected]> Co-authored-by: Bryce Berger <[email protected]>
No description provided.