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
Dan Walmsley
f47d2686bc
Merge branch 'master' into fixes/6399-osx-minimized-state
5 years ago
Sergey Mikolaytis
29f4806cfd
[OSX] [Native] fix tab shortcuts in NativeMenu
5 years ago
Max Katz
f9ac9c6d24
Merge pull request #6416 from Takoooooo/fix_microcom_targets_to_work_with_directories_with_spaces
Fix MicroCom.targets doesn't work with paths with spaces
5 years ago
Takoooooo
964121312c
fix
5 years ago
Max Katz
763d5f0f6d
Merge pull request #6342 from AvaloniaUI/improve-datagrid-scrolling
Improve datagrid scrolling
5 years ago
Max Katz
719f4423dd
Merge branch 'master' into improve-datagrid-scrolling
5 years ago
Max Katz
0b9cd49a11
Merge pull request #6347 from AvaloniaUI/feature/templatedcontrol-cornerradius
Add CornerRadius to TemplatedControl and use it where possible
5 years ago
Max Katz
6e691da378
Merge branch 'master' into feature/templatedcontrol-cornerradius
5 years ago
Dariusz Komosiński
170a9c0864
Merge pull request #6191 from pr8x/feature-devtools-inspect-popup
DevTools: Support for inspecting Popup visual tree
5 years ago
Jumar Macato
99594ffe84
Merge branch 'master' into GeometryClipAntialiasing
5 years ago
Steven Kirk
24c8af1b62
Manually restore parent windows before showing child.
5 years ago
Steven Kirk
346015d804
Call WindowStateChanged when setting WindowState via code.
Fixes #6399
5 years ago
Luis von der Eltz
71ac5e3db8
Only IPopupHost should be root visual
5 years ago
Luis von der Eltz
324b272a6d
Merge branch 'feature-devtools-inspect-popup' of https://github.com/pr8x/Avalonia into feature-devtools-inspect-popup
5 years ago
Luis v.d.Eltz
08849539a7
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Luis v.d.Eltz
d666a4263c
Update comment
Co-authored-by: Steven Kirk <grokys@users.noreply.github.com>
5 years ago
Luis von der Eltz
ae222e25e6
Mark IVisualTreeHost [Obsolete]
5 years ago
Steven Kirk
73bca12cd4
Merge branch 'master' into feature-devtools-inspect-popup
5 years ago