Skip to content
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

Added #[derive(Serialize, Deserialize)] to the Style structs under the serde feature #227

Merged
merged 4 commits into from
Feb 28, 2024

Conversation

Quinntyx
Copy link
Contributor

See title

Adanos020 and others added 3 commits February 9, 2024 14:47
* Fix docking on empty main surface.

* Update changelog and bump patch number.
* 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.
Copy link
Owner

@Adanos020 Adanos020 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Thanks

@Adanos020 Adanos020 changed the base branch from main to release-0.12 February 27, 2024 19:31
@Adanos020 Adanos020 merged commit ea50ca1 into Adanos020:release-0.12 Feb 28, 2024
3 of 4 checks passed
Adanos020 added a commit that referenced this pull request Mar 2, 2024
…e 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>
Adanos020 added a commit that referenced this pull request Mar 26, 2024
…e 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>
@Adanos020 Adanos020 mentioned this pull request Apr 3, 2024
Adanos020 added a commit that referenced this pull request Apr 5, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants