Jumar Macato
67b480569f
Merge branch 'master' into styleable-grid-rowcoldefs
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
Dariusz Komosiński
6b5df181fd
Merge pull request #5074 from MarchingCube/opt-empty-value-store
Reuse empty value store arrays.
5 years ago
Dariusz Komosiński
cd43ef5528
Merge branch 'master' into opt-empty-value-store
5 years ago
Dan Walmsley
6b1b277412
Merge pull request #5075 from MarchingCube/compile-time-cursor-parse
Parse cursor type during xaml compilation
5 years ago
Dariusz Komosiński
a4df154274
Merge branch 'master' into compile-time-cursor-parse
5 years ago
Dan Walmsley
eb0389e956
remove toggleswitch minwidth.
5 years ago
Dariusz Komosinski
492534fc9a
Parse cursor type during xaml compilation.
5 years ago
Dariusz Komosinski
dc698b3b1d
Reuse empty value store arrays.
5 years ago
Dan Walmsley
3ab8222475
Merge pull request #5042 from AvaloniaUI/update_geometry_segments_onpropchange
Update Path from PathSegments
5 years ago
Dan Walmsley
1800ad0125
fix nullable warnings.
5 years ago
Dan Walmsley
482ce71e2a
Merge remote-tracking branch 'origin/master' into update_geometry_segments_onpropchange
5 years ago
Dan Walmsley
a41f308a89
Merge pull request #5062 from AvaloniaUI/ellipsegeometry-wpf-api
Add RadiusX,RadiusY and Center in EllipseGeometry
5 years ago
Jumar Macato
538b723c2d
address review
5 years ago
Dan Walmsley
ea383db7c6
Merge branch 'master' into ellipsegeometry-wpf-api
5 years ago
Jumar Macato
90e6e07221
address review
5 years ago
Jumar Macato
933644d7d0
Merge remote-tracking branch 'origin/update_geometry_segments_onpropchange' into update_geometry_segments_onpropchange
5 years ago
Jumar Macato
823ab3a40d
address review
5 years ago
Steven Kirk
33da10eaca
Merge branch 'master' into update_geometry_segments_onpropchange
5 years ago
Dariusz Komosiński
c6508f52dc
Merge pull request #5065 from MarchingCube/compile-time-color-grid-length
Parse Color and GridLength during compilation
5 years ago
Dariusz Komosiński
33b1f9e166
Merge branch 'master' into compile-time-color-grid-length
5 years ago
Nikita Tsukanov
726c490b4a
Merge pull request #5064 from capdj/fix-x11-modifier-keys
Fix X11 dropping modifier keys
5 years ago
Dariusz Komosinski
053537721a
Parse Color and GridLength during compilation. Improve error handling for failed parsing.
5 years ago
capdj
2b9e092b32
Fix X11 dropping modifier keys
Fixes #4988
5 years ago
Jumar Macato
f6763b1dda
Merge branch 'master' into update_geometry_segments_onpropchange
5 years ago