Max Katz
6c15bcde7a
Merge pull request #10324 from AvaloniaUI/feature/setcurrentvalue
Added `SetCurrentValue`
3 years ago
Steven Kirk
a3b50406b9
Merge branch 'master' into feature/setcurrentvalue
3 years ago
Max Katz
acbb412a02
Merge pull request #10338 from AvaloniaUI/fixes/10246-duplicate-itemscontrol-logical-children
Don't add duplicate logical children to `ItemsControl`
3 years ago
Max Katz
3a25160655
Merge branch 'master' into fixes/10246-duplicate-itemscontrol-logical-children
3 years ago
Max Katz
7fdd1eb3b1
Merge pull request #10336 from AvaloniaUI/internals-pass-1
Internals part #1 : platform backends
3 years ago
Steven Kirk
c9bb9f2c01
Don't add duplicate logical children.
3 years ago
Steven Kirk
b92134c682
Added failing test for #10246 .
3 years ago
Max Katz
d27936af67
Android and browser internals
3 years ago
Max Katz
33f9fe68b2
macOS and iOS internals
3 years ago
Max Katz
f91361a24c
Cleanup linux related APIs
3 years ago
Max Katz
8a322d616f
Cleanup Skia internal APIs
3 years ago
Max Katz
842556177d
Windows specific cleanups
3 years ago
Max Katz
4fc1995246
Make AvaloniaProperty.Register overload with "notifying" parameter internal
3 years ago
Max Katz
953177d937
Merge pull request #10333 from AvaloniaUI/feature/use-nt-shared-handles
Use NT shared handles for Vulkan interop on Windows
3 years ago
Max Katz
d6bc037018
Merge branch 'master' into feature/use-nt-shared-handles
3 years ago
Max Katz
fd19620c94
Merge pull request #10307 from MrJul/win32-nullability
Nullable annotations for Avalonia.Win32
3 years ago
Max Katz
5be4862661
Merge branch 'master' into win32-nullability
3 years ago
Max Katz
79fad42d3e
Merge pull request #10331 from jcyuan/master
remove the duplicated line
3 years ago
Nikita Tsukanov
9c33ee08dd
Use same flags in ExternalMemoryImageCreateInfo
3 years ago
Steven Kirk
5d66bd0c0e
Refactored common code into separate method.
3 years ago
Steven Kirk
fcf1ce74c9
Use TryGetEffectiveValue.
For consistency with the other methods.
3 years ago
Steven Kirk
15a0fd6a3f
ClearLocalValue => ClearValue.
It no longer just clears the local value, and the method on `AvaloniaObject` is called simply `ClearValue` so makes sense to use the same naming here.
3 years ago
jc.yuan
3f3eff6563
remove the duplicated line
3 years ago
Dan Walmsley
dbeea393d6
Merge pull request #10325 from AvaloniaUI/MikeCodesDotNET-patch-1
Updated readme to include XPF banner
3 years ago
kekekeks
fc0ddcb320
Use NT shared handles for Vulkan interop on Windows
3 years ago
Mike James
814ae84011
Updated readme to include XPF banner
3 years ago
Steven Kirk
0ce9180d7c
Added untyped SetCurrentValue.
3 years ago
Steven Kirk
8741b7e410
Fix IsSet with SetCurrentValue.
And add unit tests.
3 years ago
Steven Kirk
19078979e3
Initial implementation of SetCurrentValue.
3 years ago
Julien Lebosquain
2b08668c64
Addressed feedback on PR #10307
3 years ago
Max Katz
0bf9f19189
Merge pull request #8894 from Stannieman/feature/add-option-to-disable-app-nap
Add option to prevent App Nap.
3 years ago
Max Katz
f4e35493c9
Add missed IPlatformBehaviorInhibition to the TryGetFeature
3 years ago
Max Katz
acf1b83b60
Merge branch 'master' into feature/add-option-to-disable-app-nap
3 years ago
Stan Wijckmans
2273534a57
Add API to prevent App Nap.
3 years ago
Julien Lebosquain
0d32343410
Nullability annotations for Avalonia.Win32
3 years ago
Max Katz
f5d28eb08c
Merge pull request #10189 from AvaloniaUI/fixes/10110-binding-unset-unsubscribe
Make bindings which produce UnsetValue revert to default value for property
3 years ago
Max Katz
979135e922
Merge branch 'master' into fixes/10110-binding-unset-unsubscribe
3 years ago
Max Katz
12dae3af30
Merge pull request #10295 from MrJul/win-interop-fix
Windows interop fixes
3 years ago
Max Katz
0172ffd6f2
Merge branch 'master' into win-interop-fix
3 years ago
Tako
23d999c2eb
Make all Render overrides sealed ( #10299 )
3 years ago
Julien Lebosquain
1c9032dd72
Win32 tray icon: avoid HIcon access when removing
Prevents a crash when the TrayIconImpl finalizer runs after the System.Drawing.Icon has been disposed
3 years ago
Julien Lebosquain
7d879cf6fe
Added Win32PlatformOptions.ShouldRenderOnUIThread
Fixes WPF interop
3 years ago
Julien Lebosquain
3568e60841
Set WindowsInteropTest platform target to x64
3 years ago
Julien Lebosquain
2c0c03d317
Fix CustomDrawingExampleControl crash on Direct2D
3 years ago
Wiesław Šoltés
84e482a43b
Merge pull request #10289 from AvaloniaUI/scroll_inertia_attached_getters
3 years ago
Emmanuel Hansen
87709b9606
add IsScrollInertiaEnabled setter and getter
3 years ago
Max Katz
4d4cb02858
Merge pull request #10281 from AvaloniaUI/fixes/10232-combobox-keyboard
Fix ComboBox keyboard selection when drop-down closed
3 years ago
Steven Kirk
a331e1f86b
Account for enabled state of combo box items.
3 years ago
Steven Kirk
fdc65d1c4e
Different selection logic when ComboBox closed.
When the `ComboBox` is closed, then the existing `MoveSelection` method doesn't work because the popup containing the `ItemsPresenter` is not visible, and so has no realized items.
Instead revert to simple index-based selection logic when the dropdown is closed.
Fixes #10232
3 years ago
Steven Kirk
035f4f0e55
Added failing integration tests for #10232 .
3 years ago