Giuseppe Lippolis
75bd449a69
feat: Implement Post<T> method of IDispatcher.
5 years ago
Giuseppe Lippolis
e578c27287
feat: Added Post<T> to IDispatcher
5 years ago
Sergey Mikolaytis
3aa38398ff
Fix alt down shortcuts and allow alt down handling for end users ( #6491 )
* [Menu] [Interaction] Allow end user to change menu show delay globally
* Fix all alt down handle = true by AccessKeyHandler
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Max Katz
155aa7ad08
Merge pull request #6492 from AvaloniaUI/textbox-clipboard-events
Add text box clipboard events
5 years ago
Benedikt Stebner
34a2944fd2
Merge branch 'master' into textbox-clipboard-events
5 years ago
Max Katz
a85654e259
Merge pull request #6499 from workgroupengineering/fixes/AvaloniaList_XML_Comments
fixes(Doc): fixes AvaloniaList XML Comments
5 years ago
Giuseppe Lippolis
c8b97e358e
fixes(Doc): fixes AvaloniaList XML Comments
5 years ago
Max Katz
6e48b4f428
Merge pull request #6495 from workgroupengineering/fixes/Datagrid_Warnings
Fixes datagrid warnings
5 years ago
Giuseppe Lippolis
10e3fc7828
fixes(DataGrid): Warning CS0414 The field 'CellEditBinding.SubjectWrapper._settingSourceValue' is assigned but its value is never used
5 years ago
Max Katz
825ddc9cca
Use routed events
5 years ago
Max Katz
56709c9982
Add text box clipboard events
5 years ago
Giuseppe Lippolis
7ee5446ee4
fixes(DataGrid): Warning CS0649 Field 'DataGridPathGroupDescription._valueConverter' is never assigned to, and will always have its default value null
5 years ago
Max Katz
6295cd6989
Merge pull request #6476 from workgroupengineering/fixes/UnitTest_Warnings
Fixes unit test warnings
5 years ago
Giuseppe Lippolis
df5250e155
ref(tests): warning CS0067 The event 'TrackingResourceProvider.OwnerChanged' is never used
5 years ago
Giuseppe Lippolis
7d8e6ea75f
ref(tests): warning CS0067 The event 'KeyboardDeviceTests.DelegateCommand.CanExecuteChanged' is never used
5 years ago
Giuseppe Lippolis
8b6f264379
ref(test): removed warning CS0105 The using directive for 'System' appeared previously in this namespace
5 years ago
Tako
3867a68ade
Fix EntryPointNotFound on Windows 8 due to missing version check ( #6471 )
* Prevent calls to unavailable entrypoint 'GetDpiForMonitor' on Win8 (#5357 )
* Introduce Windows8 platform constant
* wip
Co-authored-by: Tim Schneeberger <tim.schneeberger@outlook.de>
Co-authored-by: Tim Schneeberger <thebone.main@gmail.com>
Co-authored-by: Dan Walmsley <dan@walms.co.uk>
5 years ago
Benedikt Stebner
f4635294be
Merge pull request #6473 from workgroupengineering/fixes/Direct2DImageSurface_CS0649
fixes(Win32.Interop): field 'Direct2DImageSurface._oldDpi' is never a…
5 years ago
Giuseppe Lippolis
8dbf3bf86e
fixes(Win32.Interop): field 'Direct2DImageSurface._oldDpi' is never assigned to, and will always have its default value
5 years ago
Dan Walmsley
971d3844cc
Merge pull request #6466 from AvaloniaUI/fixes/6439-tab-focus-disabled
Don't focus children of disabled controls when tabbing between controls.
5 years ago
Steven Kirk
341e435321
Check enabled state as well as visibility.
WPF and Avalonia's `IsEnabled` properties are slightly different.
In WPF if reflects both the enabled state of the actual control and the effectively enabled state which comes from ancestor controls. In Avalonia that effectively enabled state is exposed on a different property: `IsEffectivelyEnabled`. When I ported the tab navigation code from WPF, I didn't take that into account.
WPF's visibility property however doesn't reflect the state of a control's owners and so tab navigation for invisible controls works correctly. Take advantage of this fact by changing any checks for `IsVisible` to also check `IsEnabled`.
5 years ago
Steven Kirk
cd80536d58
Added failing test for #6439 .
5 years ago
kaminova
dcc033f819
Close popup if combobox is not visible ( #6404 )
* Close popup if combobox is not visible
* fix unsupported feature
Co-authored-by: kaminova <flake@inbox@gmail.com>
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Max Katz
6c9597d430
Merge pull request #6160 from workgroupengineering/fixes/Issue_6033
fixes: Dialog cancel consistency on windows
5 years ago
Max Katz
6ba125e003
Merge branch 'master' into fixes/Issue_6033
5 years ago
Sergey Mikolaytis
1a95905efe
[Menu] [Interaction] Allow end user to change menu show delay globally ( #6392 )
Co-authored-by: Max Katz <maxkatz6@outlook.com>
5 years ago
Steven Kirk
5df9e5760c
Add #nullable and XML doc comments to system dialogs.
5 years ago
Steven Kirk
5d66618ff6
Merge branch 'master' into fixes/Issue_6033
5 years ago
Max Katz
0f83ccb4b0
ContentPresenter should create child without content, if template was set ( #6226 )
* Fix #6224
* Fix data templates Match
* Do not use preview features
* Do not create Child if Content is null and DataTemplate was set
* Update src/Avalonia.Base/Utilities/TypeUtilities.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
* Update src/Avalonia.Controls/Presenters/ContentPresenter.cs
5 years ago
Max Katz
54d685a603
Merge pull request #6256 from AvaloniaUI/fixes/textlayout-transform
Fix TextLayout rendering with transform applied.
5 years ago
Steven Kirk
9718a77fa9
Skip TextLayout render tests on OSX.
They were failing due to slightly different text rendering on that platform.
5 years ago
Steven Kirk
d01590becb
Merge branch 'master' into fixes/textlayout-transform
5 years ago
Dan Walmsley
54d290af47
Merge pull request #6457 from AvaloniaUI/fixes/compositor-warning
Don't display warning when WinUICompositorConnection succeeds.
5 years ago
Dan Walmsley
273a1fc402
Merge branch 'master' into fixes/compositor-warning
5 years ago
Steven Kirk
e57cdcdd0f
Merge pull request #6456 from wieslawsoltes/SkiaOpacityMaskFixesRevert
Revert "Fix skia OpacityMask push and pop methods"
5 years ago
workgroupengineering
6444414e1e
Merge branch 'master' into fixes/Issue_6033
5 years ago
Steven Kirk
51862d1b4b
Don't display warning when TryCreateAndRegister succeeds.
5 years ago
Wiesław Šoltés
7aa6152b34
Revert "Fix skia OpacityMask push and pop methods"
This reverts commit dc404b545e .
5 years ago
Dan Walmsley
afb8ae6f3c
Merge pull request #6242 from YohDeadfall/fix-adorner-measure
Invalidating measure on TransformedBounds update
5 years ago
Dan Walmsley
22cf20fdf3
Merge branch 'master' into fix-adorner-measure
5 years ago
Max Katz
1ab3c2abcb
Merge pull request #6430 from wieslawsoltes/BoolConvertersNot
Add Not value converter to BoolConverters
5 years ago
Wiesław Šoltés
834f3b01b8
Add Not value converter to BoolConverters
5 years ago
Max Katz
8faa490fff
Merge pull request #6429 from wieslawsoltes/AutoCompleteBoxNullReferenceFix
Check if TextBox.Text is null in AutoCompleteBox
5 years ago
Wiesław Šoltés
08dea6498e
Check for TextBox.Text null in AutoCompleteBox
5 years ago
Dan Walmsley
2234d55549
Merge pull request #6374 from wieslawsoltes/GeometryClipAntialiasing
Enable antialiasing for PushGeometryClip
5 years ago
Dan Walmsley
33c4bb830d
Merge branch 'master' into GeometryClipAntialiasing
5 years ago
Nikita Tsukanov
cf9bb15e2a
Merge pull request #6373 from wieslawsoltes/SkiaOpacityMaskFixes
Fix skia OpacityMask push and pop methods
5 years ago
Dan Walmsley
ec62912ca2
Merge branch 'master' into SkiaOpacityMaskFixes
5 years ago
Dan Walmsley
1855a8c298
Merge pull request #6425 from icons8/MacOsShortcutFix
[OSX] [Native] fix tab shortcuts in NativeMenu
5 years ago
Dan Walmsley
cbce24bffa
Merge pull request #6407 from AvaloniaUI/fixes/6399-osx-minimized-state
OSX: Fix a couple of minimized WindowState bugs
5 years ago