Breadcrumbs egui_dock / CHANGELOG.mdTop File metadata and controls Preview Code Blame 551 lines (397 loc) · 23.8 KB Raw egui_dock changelog 0.14.0 - 2024-09-02 Breaking changes Upgraded to egui 0.29. Changed {DockState,Surface,Tree,Node}::{filter_map_tabs,map_tabs,filter_tabs,retain_...
Add egui and egui_dock to your project's dependencies.[dependencies] egui = "0.23" egui_dock = "0.8"Then proceed by setting up egui, following its quick start guide. Once that's done, you can start using egui_dock –more details on that can be found in the documentation....
egui_dock: docking support for egui Originally created by @lain-dono, this library provides docking support for egui. It lets you open and close tabs, freely move them around, insert them in selected parts of the DockArea, and resize them. How to contribute Feel free to open new issues an...
- Ensure `Tab` have a stable `egui::Id` when moved ([#121](https://github.com/Adanos020/egui_dock/pull/121)) - Don't display the "grab" cursor icon on tabs when hovered and the `draggable_tabs` flag is unset ([#123](https://github.com/Adanos020/egui_dock/pull/123)) ### ...
([#178](https://github.com/Adanos020/egui_dock/pull/178)) ### Breaking changes28 changes: 17 additions & 11 deletions 28 examples/hello.rs Original file line numberDiff line numberDiff line change @@ -9,7 +9,7 @@ use egui::{ }; use egui_dock::{ AllowedSplits, DockArea, ...
Docking support for egui – an immediate-mode GUI library for Rust - Fix for issue #172 (#173) · Adanos020/egui_dock@2c8011d
Reordering tabs via the tab bar doesn't work anymore. To Reproduce This can be reproduced via the "simple" example here https://github.com/Adanos020/egui_dock/blob/release-0.7/examples/simple.rs My.egui.App.2023-08-29.23-44-44.mp4 Expect...
fixes the bugs discussed in the discord egui_dock channelLoading branch information Vickerinox authored Sep 4, 2023 1 parent 1de3979 commit 9ace31a Showing 3 changed files with 16 additions and 16 deletions. Whitespace Ignore whitespace Split Unified src...
Currently I am making extensive use of egui_dock in my application, but I found that it was missing several features that would have improved my quality of life vastly. This is a PR with 3 of such ...
Adanos020 / egui_dock Public Notifications Fork 77 Star 468 New issue Jump to bottom Add SeparatorStyle::extra_interact_width #128 Merged Adanos020 merged 1 commit into Adanos020:main from lvaroqui:lvaroqui/add-separator-extra_interact_width May 20, 2023 +30 −9 Conversation 7 ...