Dan Walmsley
95c2421804
bump version.
3 years ago
Dan Walmsley
cb926ea114
fix unit test macos
3 years ago
Dan Walmsley
1538a56266
remove avalonia.build.tasks multi-targetting.
3 years ago
Dan Walmsley
a9893f69e7
backport of PR 11096 - MacOS timestamp overflow.
3 years ago
Dan Walmsley
44ca59ab73
use same macos settings from master.
3 years ago
Dan Walmsley
24b39ff1c0
bump build services.
3 years ago
Dan Walmsley
390b06a7c9
mac os winning combination?
3 years ago
Dan Walmsley
839905589b
bump xcode version.
3 years ago
Dan Walmsley
796864fda9
use macos12 build runner.
3 years ago
Dan Walmsley
b044f6ee1d
Merge pull request #11116 from AvaloniaUI/msbuild-version-property
Add Telemetry and Msbuild version property
# Conflicts:
# packages/Avalonia/Avalonia.props
3 years ago
Max Katz
d4002925ac
Merge pull request #10523 from workgroupengineering/features/VS_Extensibility/Defered_Loading
feat: AvaloniaVS defered loading
3 years ago
Steven Kirk
33c1cb710b
Merge pull request #10851 from AvaloniaUI/fixes/custom-chrome-canresize-maximize
Don't allow window zoom when CanResize=false and custom window chrome
3 years ago
Max Katz
b715568d8d
Merge pull request #10915 from AvaloniaUI/fixes/stable-popup-pointerposition-with-touch
[stable] Fix popup pointer position with touch
3 years ago
Steven Kirk
8e96663b43
Show popups at touch pointer position.
Hackfix for #10914 on stable branch. Store last pointer position in `TopLevel` for both mouse and touch and use this position in `PopupPositionerExtensions`. To do this added a new interface as adding to the `IInputRoot` interface would be a breaking change. Ideally this interface would be internal but we don't expose internals between `Avalonia.Input` and Avalonia.Control` in 0.10.x so this isn't possible.
Fixes #10914
3 years ago
Steven Kirk
5694de93d5
Merge pull request #8455 from ltetak/effectiveViewportChangedListeners
EffectiveViewportChangedListeners thread safety improved
4 years ago
Steven Kirk
02752e0c33
Update ShowWindowTest from master.
This branch had gone out-of-sync due to repeated cherry picks.
3 years ago
Dan Walmsley
c9c1eb8eff
Merge pull request #10677 from AvaloniaUI/fixes/10650-extend-client-area-decorations
macOS: Fix interaction between ExtendClientAreaToDecorationsHint and SystemDecorations
3 years ago
Dan Walmsley
9bebc76119
Merge pull request #10575 from AvaloniaUI/fixes/macos-no-resize-zoom
macOS: Don't allow window zoom when CanResize=false.
3 years ago
Max Katz
a674362e5f
Merge pull request #10600 from AvaloniaUI/fixes/x11window-nre
Add nullable reference checking to X11Window.
3 years ago
Steven Kirk
afd25c8343
Set openssl-legacy-provider on all platforms.
Linux is failing now with the same error.
3 years ago
Steven Kirk
136a0ab8dd
Merge pull request #10431 from AvaloniaUI/fixes/osx-menu-reparenting-crash
if the window is closed, we cannot become the key window.
3 years ago
Dan Walmsley
8096b59e21
Merge pull request #10427 from AvaloniaUI/fixes/macos-close-window-zorder
macOS: Fix window order breaking when closing modal dialog
3 years ago
Steven Kirk
a5f20fb858
Only set openssl-legacy-provider on Windows.
3 years ago
Steven Kirk
cea9d20b4d
Try to fix CI build error.
`error:0308010C:digital envelope routines::unsupported`
3 years ago
Max Katz
a0826013d3
Merge pull request #10204 from AvaloniaUI/update-angle-version
Update Angle to 2.1.0.2023020321
3 years ago
Steven Kirk
8d0f44940d
Merge pull request #10265 from AvaloniaUI/fixes/macos-noresize-fullscreen
Various macOS and win32 fixes
3 years ago
Max Katz
ac49092ca9
Merge pull request #10196 from AvaloniaUI/fixes/macos-transparency
macOS: Fix window transparency
3 years ago
Max Katz
730e08d94d
Merge pull request #9699 from AvaloniaUI/fixes/7974-selectionmodel-eventargs-indexer
Fix SelectionModelSelectionChangedEventArgs.SelectedItems indexer.
3 years ago
Steven Kirk
f3acb6e7d8
Merge pull request #10153 from AvaloniaUI/fixes/macos-windowstate-crash
macOS: Sync actual window state after window show, and fix integration tests on macOS 13.1
3 years ago
Max Katz
7d09e7cb2b
Merge pull request #9716 from AvaloniaUI/fixes/macos-child-window-key-handling
macos: Fix child window key handling
3 years ago
Steven Kirk
fb67190562
Revert "Merge pull request #9947 from AvaloniaUI/stable/nswindow-setappearance"
This reverts commit c273732f04 , reversing
changes made to d9266501d3 .
3 years ago
Dan Walmsley
c273732f04
Merge pull request #9947 from AvaloniaUI/stable/nswindow-setappearance
[stable] macOS: Set Window appearance to fix missing white border
3 years ago
Dan Walmsley
561b04a431
set appearance on osx window.
3 years ago
Dan Walmsley
d9266501d3
fix integration test app.
3 years ago
Dan Walmsley
96465de920
Revert "remove integration test app."
This reverts commit 46ea1871bc .
3 years ago
Dan Walmsley
46ea1871bc
remove integration test app.
3 years ago
Dan Walmsley
f549f1ec5c
fix build
3 years ago
Max Katz
92687ad59e
Merge pull request #8880 from AvaloniaUI/fixes/8878-mac-window-order
macOS: Fix child window order with multiple child windows
# Conflicts:
# tests/Avalonia.IntegrationTests.Appium/WindowTests_MacOS.cs
3 years ago
Max Katz
cb563519b6
Merge pull request #9326 from AvaloniaUI/fixes/osx-child-windows-cant-minimise
OSX: fix minimise button being disabled when either a parent or a dialog.
3 years ago
Max Katz
0af2a969b3
Merge pull request #9451 from AvaloniaUI/fixes/osx-native-menu-memory-leak
[OSX] Fixed NativeMenu memory leak
# Conflicts:
# src/Avalonia.MicroCom/CallbackBase.cs
3 years ago
Dan Walmsley
fdb32b7fde
Merge pull request #9469 from AvaloniaUI/fixes/window-border-for-opaque-windows
[OSX] Use non-opaque window background for non-transparent windows
# Conflicts:
# src/Avalonia.Native/avn.idl
3 years ago
Max Katz
1dacc90c52
Merge pull request #9566 from AvaloniaUI/fixes/9565-mac-fullscreen-children
MacOS: Only bring windows to front if they're on the active space.
3 years ago
Max Katz
d3723c63f1
Merge pull request #8514 from pr8x/move-first-last-skip-disabled
Skip disabled controls when moving to first/last item
4 years ago
Dan Walmsley
3e43d6f4f9
Merge branch 'stable/0.10.x-outsys' into stable/0.10.x
3 years ago
Dan Walmsley
8ee727fc6a
Revert "Fix #9565"
This reverts commit 5fa4da3be6 .
3 years ago
Dan Walmsley
8546725628
Merge pull request #9573 from AvaloniaUI/fixes/update-nuke
Fix Stable Branch Builds
3 years ago
Dan Walmsley
133abacee6
fix create nuget packages.
3 years ago
Dan Walmsley
ead8be7b08
use custom ilrepack.
3 years ago
Dan Walmsley
3432d2b7d9
update nuke.
3 years ago
Dan Walmsley
6990327083
update nukebuild.
3 years ago