Max Katz
c8363b052c
Merge pull request #11481 from AvaloniaUI/emmaus/android_keycodes
Android - Add more android keycode support
3 years ago
Max Katz
5b2126435a
Merge pull request #11474 from fitdev/master
Move TryGetPlatformHandle to TopLevel
3 years ago
George
cef5314600
Merge branch 'master' into master
3 years ago
FitDev
b1769a0356
Move TryGetPlatformHandle to TopLevel Fix 3
3 years ago
Nikita Tsukanov
1c504d7b0c
Merge pull request #11480 from AvaloniaUI/refactor/refactor/grokys-avalonia-diagnostics-internalize
Make DevTools ConsoleContext internal.
3 years ago
Nikita Tsukanov
d0ea293a60
Merge pull request #11483 from AvaloniaUI/refactor/grokys-avalonia-markup-internalize
Make miscellaneous Avalonia.Markup and Avalonia.Markup.Xaml APIs internal
3 years ago
Steven Kirk
afb5d65f68
Make ICompiledBindingPathElement internal.
3 years ago
Steven Kirk
11b44129d1
Make IRuntimeXamlLoader internal.
3 years ago
Steven Kirk
5836b202cc
Make parsers internal.
3 years ago
Steven Kirk
3b203225cd
Make DelayedBinding internal.
Is only used by `StaticResource` and a few unit tests. Can probably be removed.
3 years ago
Emmanuel Hansen
89be3ee533
Add more android keycode support
3 years ago
Steven Kirk
46488628dd
Move TemplateBinding to Avalonia.Base.
It would be useful to be able to access it from here to provide bindings in default template values, and it has no dependency on XAML.
3 years ago
Steven Kirk
c83e64d4d9
Fix spelling mistake.
3 years ago
Steven Kirk
29ba660e4b
Make BindingBase.GetParentDataContext private.
3 years ago
Steven Kirk
f1cde62c98
Make ConsoleContext internal.
3 years ago
FitDev
c2ab39e6db
Move TryGetPlatformHandle to TopLevel Fix 2
3 years ago
FitDev
ee1ef13ff2
Move TryGetPlatformHandle to TopLevel Fix
3 years ago
FitDev
4d67f3230c
Move TryGetPlatformHandle to TopLevel
3 years ago
Max Katz
f63cca9b6f
Merge pull request #11465 from AvaloniaUI/fixes/11290-tab-focus-from-nothing
Focus first child from no focus.
3 years ago
Steven Kirk
94b9c36e31
Focus first child from no focus.
If there is no currently focused element when tab navigation occurs, move the focus from the root.
Fixes #11290 .
3 years ago
Steven Kirk
ac936ce130
Added failing test for #11290 .
3 years ago
Max Katz
69c4a57bba
Merge pull request #11456 from AvaloniaUI/fixes/11148-isscrollinertiaenabled-warning
Fix `IsScrollInertiaEnabled` warning.
3 years ago
Max Katz
7422dc3068
Merge pull request #11458 from AvaloniaUI/fixes/11370-automation-effectively-disabled
Use `IsEffectivelyEnabled` in automation peers.
3 years ago
Steven Kirk
65b3de6162
Use `IsEffectivelyEnabled` in automation peers.
Fixes #11370
3 years ago
Steven Kirk
c7db3bfee7
Added failing test for #11370 .
3 years ago
Steven Kirk
fede3d6138
Fix IsScrollInertiaEnabled warning.
Fix the annoying warning:
```
Error in binding to 'Avalonia.Input.GestureRecognizers.ScrollGestureRecognizer'.'IsScrollInertiaEnabled': 'Null value in expression '{empty}' at '$self.TemplatedParent'
```
This is a bit of a hack; we take advantage of the fact that `IsScrollInertiaEnabled` is an attached property and set it on the `ScrollContentPresenter` where the other bound properties are located.
Fixes #11148
3 years ago
Max Katz
cdefb0c9d6
Merge pull request #11442 from AvaloniaUI/feature/bringintoviewonfocuschange
Bring controls into view when focused
3 years ago
Max Katz
6c09a0f46b
Merge pull request #11437 from AvaloniaUI/refactor/grokys-internalize
Make miscellaneous Avalonia.Base APIs internal
3 years ago
Max Katz
bec4645d67
Merge pull request #11444 from affederaffe/fix-dnd
Fix ControlCatalog DnD sample
3 years ago
Max Katz
7ec8ad38af
Merge branch 'master' into refactor/grokys-internalize
3 years ago
Steven Kirk
86991b640c
Merge pull request #11421 from AvaloniaUI/fixes/virtualizing-null-recycle-key
Handle non-recyclable containers in VirtualizingStackPanel.
3 years ago
Steven Kirk
235423cc97
Make UpdateIsEffectivelyEnabled available again.
Thanks to feedback.
3 years ago
Steven Kirk
05d1f27602
Make KeyboardNavigationHandler public again.
Thanks to feedback.
3 years ago
Steven Kirk
8e68fe910c
Fix error introduced in merge.
3 years ago
Max Katz
864b1dc511
Merge pull request #11246 from Gillibald/visualBrushNoClearType
Make sure VisualBrush isn't rendered with ClearType
3 years ago
Benedikt Stebner
741e2712b2
Enable subpixel text rendering for FramebufferRenderTarget
3 years ago
Benedikt Stebner
7b570da5c2
Fix DisableTextLcdRendering handling to prevent subpixel text rendering for some unsupported scenarios
3 years ago
Dan Walmsley
28baec64f8
Merge pull request #11443 from AvaloniaUI/fixes/remove-buildservices-debug-code
update buildservices nuget.
3 years ago
affederaffe
d9f7da37cc
Merge remote-tracking branch 'upstream/master' into fix-dnd
3 years ago
affederaffe
a354ebd880
Fix ControlCatalog DnD sample
3 years ago
Dan Walmsley
cf382b0e46
update buildservices nuget.
3 years ago
Steven Kirk
fce83ca17e
Merge branch 'master' into fixes/virtualizing-null-recycle-key
3 years ago
Steven Kirk
562e520789
Merge branch 'master' into refactor/grokys-internalize
3 years ago
Steven Kirk
f5e950980c
Add info on attached property usage.
3 years ago
Steven Kirk
84e5bcb47e
Added info on default value.
3 years ago
Max Katz
8dfa14dc4d
Merge pull request #11347 from YohDeadfall/better-type-res-error
Ignore xmlns without CLR assembly name on type resolution (`using` syntax)
3 years ago
Max Katz
ad7b69d252
Merge pull request #11407 from AvaloniaUI/focus-manager-per-top-level
Limit IFocusManager API, extend IInputElement API, remove focus static members from public API
3 years ago
Max Katz
e7c6cdcf99
Merge branch 'master' into better-type-res-error
3 years ago
Max Katz
3ec3c0efd6
Merge branch 'master' into fixes/virtualizing-null-recycle-key
3 years ago
Max Katz
92ef524052
Merge branch 'master' into focus-manager-per-top-level
3 years ago