-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump crate version number * Added #[derive(Serialize, Deserialize)] to the Style structs under the serde feature (#227) * Fix docking on empty main surface. (#222) * Fix docking on empty main surface. * Update changelog and bump patch number. * Bugfixes (#225) * Fix visual bug happening while a tab is being dragged. * Fix crash on retaining tabs. * Fix `filter_map_tabs` leaving leaf nodes empty. * Update changelog * Revert simple.rs * Bump patch version number. * added the derives --------- Co-authored-by: Adam Gąsior <adanos020@gmail.com> * Upgrade egui and fix clippy * Fix close buttons * Fix drag-n-drop (todo: fix overlays). * Fix overlay * Fix dragging tabs * Fix visual bug while dragging and hovering one tab over another * Fix close buttons again * Fix more visual glitches while dragging tabs * Fixed the mysterious resizing of the area occupied by `DockArea` caused by overlays. * Fix clippy and revert test changes to `simple` example. * Fix clippy * Update changelog * Fix splits in the buttons overlay. * Add border rounding to style editor in `hello` example * Update changelog --------- Co-authored-by: Quinntyx <70780971+Quinntyx@users.noreply.github.com>
- Loading branch information
Showing
10 changed files
with
155 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.