Dariusz Komosiński
4e19595cf6
Merge branch 'master' into fix-non-invertible-matrix
6 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
6 years ago
Dariusz Komosinski
713d4698ee
Use different Try convention.
6 years ago
Dariusz Komosinski
0e7e861009
Fix TransformToVisual not dealing with non-invertible transforms.
6 years ago
Loris Bognanni
0cb25c78c9
Only handle the Enter key when the DropDown is open
Fixes #5106
6 years ago
Dariusz Komosiński
2e2f9f2bf8
Merge pull request #5102 from pr8x/fix-scrollbar-default-visibility
Set default visibility of scrollbar to "Visible"
6 years ago
Steven Kirk
3d0a2a3764
Merge branch 'master' into fix-scrollbar-default-visibility
6 years ago
Luis von der Eltz
f46a3b6138
Set default visibility of scrollbar to "Visible"
6 years ago
Dan Walmsley
0e7568c932
Merge pull request #5066 from HankG/fix-mac-build-instructions
Update macOS build instructions dylib copy instructions
6 years ago
Hank G
60d15c690d
Merge branch 'master' into fix-mac-build-instructions
6 years ago
Hank G
c9f7461204
Update build.md
Update Mac instructions to use the build command
6 years ago
Dan Walmsley
b488e882d4
Add a background to PathIcon.
6 years ago
Dan Walmsley
b5184bf415
Merge pull request #5096 from AvaloniaUI/fixes/dynamicresource-in-application
Fix DynamicResource lookup in Application.
6 years ago
Dan Walmsley
f6deb79f33
Merge pull request #5093 from AvaloniaUI/fixes/4655-dynamicresource-invalidcast
Prevent exceptions when removing styles.
6 years ago
Dan Walmsley
ec12fea443
Merge pull request #5094 from AvaloniaUI/fixes/5002-menu-tab-navigation
Don't handle tab navigation in DefaultMenuInteractionHandler.
6 years ago
Dan Walmsley
3f627abf10
Merge pull request #5095 from AvaloniaUI/fixes/data-validation-on-slider
enable datavalidation on slider value property.
6 years ago
Steven Kirk
b989086c5f
Add breaking change.
6 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.
6 years ago
Steven Kirk
b16820a230
Added failing test for application resources.
`DynamicResource` in `Application.Resources` fails to resolve resource.
6 years ago
Dan Walmsley
6988346c17
Merge branch 'master' into fixes/4655-dynamicresource-invalidcast
6 years ago
Dan Walmsley
4ab5cc4bbd
enable datavalidation on slider value property.
6 years ago
Benedikt Stebner
ee114264d9
Merge pull request #5092 from AvaloniaUI/fixes/4900-xaml-dashstyle
Allow specifying DashStyle.Dashes in XAML
6 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 .
6 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.
6 years ago
Steven Kirk
6e41b197f0
Updated API compat.
6 years ago
Steven Kirk
d99512a785
Make DashStyle.Dashes an AvaloniaList.
So that it can be parsed from XAML and changes can be made.
6 years ago
Steven Kirk
ad677f0ff4
Added failing test for #4900 .
6 years ago
Dan Walmsley
3d0b3f4b7b
Merge pull request #5090 from AvaloniaUI/fixes/nativemenu
A few small native menu fixes.
6 years ago
Steven Kirk
e59573d630
Mark NativeMenuItem.Menu as content property.
Means that submenus don't need the extra `<NativeMenuItem.Menu>` element.
6 years ago
Steven Kirk
5d4b56d042
NativeMenuItem.Clicked -> Click.
And mark `Clicked` as obsolete. For consistency with `MenuItem.Click`.
6 years ago
Steven Kirk
31bfcb6b05
Fix BindingValue comparison.
`NativeMenuBar` click forwarding was broken by https://github.com/AvaloniaUI/Avalonia/pull/4648 - this fixes it.
6 years ago
Dan Walmsley
019a5096f1
incremement min win10 version for win.ui.comp.
6 years ago
Nikita Tsukanov
3fe376ab2c
Merge pull request #5082 from AvaloniaUI/fixes/osx-resize-flickering
Fixes/osx resize flickering
6 years ago
Dan Walmsley
d96bfe6996
Remove last bit of flickering by wrapping layer updates inside a CATransaction.
6 years ago
Dan Walmsley
89b5d13408
[OSX] remove most of the stretching and flickering by calling updateLayer at the end of resize.
6 years ago
Dan Walmsley
4961e2ef69
Merge pull request #5081 from AvaloniaUI/microcom-bool-as-int
[AVNCOM] Manually pass `bool` values as `int` for now
6 years ago
Dan Walmsley
b9a9ac94e7
Fix mainthread detection osx.
6 years ago
Nikita Tsukanov
165bc28409
[AVNCOM] Manually pass `bool` values as `int` for now
6 years ago
Dariusz Komosiński
6b5df181fd
Merge pull request #5074 from MarchingCube/opt-empty-value-store
Reuse empty value store arrays.
6 years ago
Dariusz Komosiński
cd43ef5528
Merge branch 'master' into opt-empty-value-store
6 years ago
Dan Walmsley
6b1b277412
Merge pull request #5075 from MarchingCube/compile-time-cursor-parse
Parse cursor type during xaml compilation
6 years ago
Dariusz Komosiński
a4df154274
Merge branch 'master' into compile-time-cursor-parse
6 years ago
Dan Walmsley
eb0389e956
remove toggleswitch minwidth.
6 years ago
Dariusz Komosinski
492534fc9a
Parse cursor type during xaml compilation.
6 years ago
Dariusz Komosinski
dc698b3b1d
Reuse empty value store arrays.
6 years ago
Dan Walmsley
3ab8222475
Merge pull request #5042 from AvaloniaUI/update_geometry_segments_onpropchange
Update Path from PathSegments
6 years ago
Dan Walmsley
1800ad0125
fix nullable warnings.
6 years ago
Dan Walmsley
482ce71e2a
Merge remote-tracking branch 'origin/master' into update_geometry_segments_onpropchange
6 years ago
Dan Walmsley
a41f308a89
Merge pull request #5062 from AvaloniaUI/ellipsegeometry-wpf-api
Add RadiusX,RadiusY and Center in EllipseGeometry
6 years ago
Jumar Macato
538b723c2d
address review
6 years ago