Dariusz Komosiński
d4283c209d
Merge branch 'master' into compile-time-grid-definitions
5 years ago
Max Katz
690ebfa557
Merge pull request #5113 from AvaloniaUI/thread-safe-SKTextBlobBuilder
Thread safe SKTextBlobBuilder
5 years ago
Max Katz
7165fe6abb
Thread safe SKTextBlobBuilder
5 years ago
Dariusz Komosiński
ecb263a4da
Merge pull request #5112 from AvaloniaUI/api/itemcontainerinfo-index-setter
Make ItemContainerInfo.Index setter public.
5 years ago
Steven Kirk
aa8e0651ee
Make ItemContainerInfo.Index setter public.
It's needed to implement custom `ItemContainerGenerator`s.
5 years ago
Dan Walmsley
2b47ba08c9
Merge pull request #5110 from AvaloniaUI/fixes/osx-extended-titlebar-double-click
OSX extended Window Frame - detecting chrome double click.
5 years ago
Dan Walmsley
260a34e441
Merge branch 'master' into fixes/osx-extended-titlebar-double-click
5 years ago
Dariusz Komosiński
f73fca96c5
Merge pull request #5109 from MarchingCube/fix-non-invertible-matrix
Fix TransformToVisual not dealing with non-invertible transforms.
5 years ago
Dariusz Komosiński
4e19595cf6
Merge branch 'master' into fix-non-invertible-matrix
5 years ago
Dan Walmsley
d3e3be667e
Merge pull request #5107 from LBognanni/dont-steal-enter
AutoCompleteBox: Only handle the Enter key when the DropDown is open
5 years ago
Dan Walmsley
5596750634
initial attempt at detecting chrome double click.
5 years ago
Dariusz Komosinski
713d4698ee
Use different Try convention.
5 years ago
Dariusz Komosinski
0e7e861009
Fix TransformToVisual not dealing with non-invertible transforms.
5 years ago
Loris Bognanni
0cb25c78c9
Only handle the Enter key when the DropDown is open
Fixes #5106
5 years ago
Dariusz Komosinski
8a2701c84b
Move parsing code to a separate file.
5 years ago
Dariusz Komosinski
aefa58bdc4
Optimize DefinitionList collection changed handler.
5 years ago
Dariusz Komosinski
dd1cbd1d8a
Add general purpose AST node for creating new Avalonia lists. Implement xaml compile time parsing of row/column definitions.
5 years ago
Dariusz Komosiński
2e2f9f2bf8
Merge pull request #5102 from pr8x/fix-scrollbar-default-visibility
Set default visibility of scrollbar to "Visible"
5 years ago
Steven Kirk
3d0a2a3764
Merge branch 'master' into fix-scrollbar-default-visibility
5 years ago
Luis von der Eltz
f46a3b6138
Set default visibility of scrollbar to "Visible"
5 years ago
Dan Walmsley
0e7568c932
Merge pull request #5066 from HankG/fix-mac-build-instructions
Update macOS build instructions dylib copy instructions
5 years ago
Hank G
60d15c690d
Merge branch 'master' into fix-mac-build-instructions
5 years ago
Hank G
c9f7461204
Update build.md
Update Mac instructions to use the build command
5 years ago
Dan Walmsley
b488e882d4
Add a background to PathIcon.
5 years ago
Dan Walmsley
b5184bf415
Merge pull request #5096 from AvaloniaUI/fixes/dynamicresource-in-application
Fix DynamicResource lookup in Application.
5 years ago
Dan Walmsley
f6deb79f33
Merge pull request #5093 from AvaloniaUI/fixes/4655-dynamicresource-invalidcast
Prevent exceptions when removing styles.
5 years ago
Dan Walmsley
ec12fea443
Merge pull request #5094 from AvaloniaUI/fixes/5002-menu-tab-navigation
Don't handle tab navigation in DefaultMenuInteractionHandler.
5 years ago
Dan Walmsley
3f627abf10
Merge pull request #5095 from AvaloniaUI/fixes/data-validation-on-slider
enable datavalidation on slider value property.
5 years ago
Steven Kirk
b989086c5f
Add breaking change.
5 years ago
Steven Kirk
64677edb8a
Fix resolving dynamic resource in Application.
Instead of looking for an `IStyledElement` as an anchor, look for an `IResourceHost` because `Application` doesn't implement `IStyledElement` but it does implement `IResourceHost` and this interface has everything we need.
5 years ago
Steven Kirk
b16820a230
Added failing test for application resources.
`DynamicResource` in `Application.Resources` fails to resolve resource.
5 years ago
Dan Walmsley
6988346c17
Merge branch 'master' into fixes/4655-dynamicresource-invalidcast
5 years ago
Dan Walmsley
4ab5cc4bbd
enable datavalidation on slider value property.
5 years ago
Benedikt Stebner
ee114264d9
Merge pull request #5092 from AvaloniaUI/fixes/4900-xaml-dashstyle
Allow specifying DashStyle.Dashes in XAML
5 years ago
Steven Kirk
4aa013a79e
Don't handle tab navigation in DefaultMenuInteractionHandler.
Allow the default keyboard interaction handler to handle tab key presses in menus, because the logic in `DefaultMenuInteractionHandler` was causing the focus to get stuck in the menu.
Also fix `NavigationDirection.IsDirectional` method.
Fixes #5002 .
5 years ago
Steven Kirk
90fb76f364
Prevent exceptions when removing styles.
When `_target.Owner` was null, the resource observable produced a `null` which may not be valid for the target property, resulting in an exception . Although the exception is caught, it slows things down.
5 years ago
Steven Kirk
6e41b197f0
Updated API compat.
5 years ago
Steven Kirk
d99512a785
Make DashStyle.Dashes an AvaloniaList.
So that it can be parsed from XAML and changes can be made.
5 years ago
Steven Kirk
ad677f0ff4
Added failing test for #4900 .
5 years ago
Dan Walmsley
3d0b3f4b7b
Merge pull request #5090 from AvaloniaUI/fixes/nativemenu
A few small native menu fixes.
5 years ago
Steven Kirk
e59573d630
Mark NativeMenuItem.Menu as content property.
Means that submenus don't need the extra `<NativeMenuItem.Menu>` element.
5 years ago
Steven Kirk
5d4b56d042
NativeMenuItem.Clicked -> Click.
And mark `Clicked` as obsolete. For consistency with `MenuItem.Click`.
5 years ago
Steven Kirk
31bfcb6b05
Fix BindingValue comparison.
`NativeMenuBar` click forwarding was broken by https://github.com/AvaloniaUI/Avalonia/pull/4648 - this fixes it.
5 years ago
Dan Walmsley
019a5096f1
incremement min win10 version for win.ui.comp.
5 years ago
Nikita Tsukanov
3fe376ab2c
Merge pull request #5082 from AvaloniaUI/fixes/osx-resize-flickering
Fixes/osx resize flickering
5 years ago
Dan Walmsley
d96bfe6996
Remove last bit of flickering by wrapping layer updates inside a CATransaction.
5 years ago
Dan Walmsley
89b5d13408
[OSX] remove most of the stretching and flickering by calling updateLayer at the end of resize.
5 years ago
Dan Walmsley
4961e2ef69
Merge pull request #5081 from AvaloniaUI/microcom-bool-as-int
[AVNCOM] Manually pass `bool` values as `int` for now
5 years ago
Dan Walmsley
b9a9ac94e7
Fix mainthread detection osx.
5 years ago
Nikita Tsukanov
165bc28409
[AVNCOM] Manually pass `bool` values as `int` for now
5 years ago