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

[VDG] Update to Avalonia 0.10.19 #10360

Merged

Conversation

wieslawsoltes
Copy link
Contributor

@wieslawsoltes wieslawsoltes commented Mar 24, 2023

Looks like Avalonia 0.10.19 has several bug fixes for windowing system, might be worth updating as v11 is still not ready.

AvaloniaUI/Avalonia@release/0.10.18...release/0.10.19

I think it fixes: #9193

Copy link
Collaborator

@yahiheb yahiheb left a comment

Choose a reason for hiding this comment

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

I think it fixes: #9193

Yes indeed.

I have not tested this intensively but over all LGTM.

@wieslawsoltes
Copy link
Contributor Author

Bugfixes
AvaloniaUI/Avalonia#8514 Skip disabled controls when moving to first/last item
AvaloniaUI/Avalonia#8880 [macOS] macOS: Fix child window order with multiple child windows
AvaloniaUI/Avalonia#9221 Fix setting WindowState before showing Window.
AvaloniaUI/Avalonia#9300 [macOS] OSX: fix menu re-entrancy crash
AvaloniaUI/Avalonia#9326 [macOS] OSX: fix minimise button being disabled when either a parent or a dialog.
AvaloniaUI/Avalonia#9451 [macOS] [OSX] Fixed NativeMenu memory leak
AvaloniaUI/Avalonia#9469 [macOS] [OSX] Use non-opaque window background for non-transparent windows
AvaloniaUI/Avalonia#9566 [macOS] MacOS: Only bring windows to front if they're on the active space.
AvaloniaUI/Avalonia#9699 Fix SelectionModelSelectionChangedEventArgs.SelectedItems indexer.
AvaloniaUI/Avalonia#9716 [macOS] macos: Fix child window key handling
AvaloniaUI/Avalonia#10153 [macOS] macOS: Sync actual window state after window show, and fix integration tests on macOS 13.1
AvaloniaUI/Avalonia#10196 [macOS] macOS: Fix window transparency
AvaloniaUI/Avalonia#10204 [Windows] Update Angle to 2.1.0.2023020321
AvaloniaUI/Avalonia#10265 [Windows][macOS] Various macOS and win32 fixes
AvaloniaUI/Avalonia#10427 [macOS] macOS: Fix window order breaking when closing modal dialog
AvaloniaUI/Avalonia#10431 if the window is closed, we cannot become the key window.
AvaloniaUI/Avalonia#10575 [macOS] macOS: Don't allow window zoom when CanResize=false.
AvaloniaUI/Avalonia#10600 [Linux] Add nullable reference checking to X11Window.
AvaloniaUI/Avalonia#10677 [macOS] macOS: Fix interaction between ExtendClientAreaToDecorationsHint and SystemDecorations

Copy link
Contributor

@soosr soosr left a comment

Choose a reason for hiding this comment

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

There is no way to test this properly. Since we are just after release, we should just merge this and the problems will turn out soon on master if there are any.

@wieslawsoltes wieslawsoltes merged commit f809500 into WalletWasabi:master Mar 27, 2023
@wieslawsoltes wieslawsoltes deleted the vdg/UpdateToAvalonia_0_10_19 branch March 27, 2023 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The top of the window is cut down a bit when the window opens at maximized
3 participants