Nikita Tsukanov
37394f02ad
Merge branch 'master' into win_mouse_IntermediatePoints
3 years ago
Max Katz
a539f34f94
Implement windows IntermediatePoints for the Mouse input
3 years ago
Steven Kirk
dbd1ac3af6
Fix DoubleTapped integration test.
`DoubleTapped` is raised on second pointer press, not release.
3 years ago
Steven Kirk
d0eb38b6ba
Add Tap size to IPlatformSettings.
And refactor that interface while we're at it. Also add a `DefaultPlatformSettings` implementation instead of implementing it in each backend with slightly different values.
3 years ago
Steven Kirk
d9bee81505
Don't register drag as tap.
3 years ago
Max Katz
aa7cccb495
Merge pull request #9349 from Gillibald/fixes/txtBlockTextUpdate
Fixes TextBlock TextProperty update handling
3 years ago
Max Katz
bb8312db6d
Merge branch 'master' into fixes/txtBlockTextUpdate
3 years ago
Steven Kirk
9a50b9ee0c
Added integration tests for tapped gestures.
Some skipped on Windows as right button actions aren't supported by WinAppDriver.
3 years ago
Dan Walmsley
a26d515aa4
Merge pull request #8860 from AvaloniaUI/remove-public-constructors-from-eventargs-from-avalonia.base
Remove public constructors for KeyEventArgs, PointerEventArgs and friends
3 years ago
Steven Kirk
3468a213a5
Merge branch 'master' into remove-public-constructors-from-eventargs-from-avalonia.base
3 years ago
Benedikt Stebner
0d889da820
Remove redundant member
3 years ago
Benedikt Stebner
b370a0b649
Fix TextBlock TextProperty update handling for non complex content
3 years ago
Benedikt Stebner
2f5c5494b4
Add failing test
3 years ago
Max Katz
4670536b82
[ARM only] Fix incorrect parameters passed to the CreateDrawingSurface method ( #9342 )
* Use CreateDrawingSurface2 method with a correct SIZE struct
* Fix old method definition just for case
* Fix ICompositionDrawingSurface.GetSize method too
3 years ago
Steven Kirk
80b0c3d54c
Allow AccessibilityView to override peer.
Setting `AutomationProperties.AccessibilityView` can now override the `IsControlElementCore` and `IsContentElementCore` settings returned from the automation peer.
3 years ago
Max Katz
4ad6f1a9b2
Merge pull request #9106 from llfab/feature/add-quality-value-to-IBitmapImpl-Save
Added new optional parameter "quality" for IBitmap and IBitmapImpl.Save method
3 years ago
Max Katz
9688823de0
Merge branch 'master' into feature/add-quality-value-to-IBitmapImpl-Save
3 years ago
Dan Walmsley
69af8aaeee
Merge pull request #9343 from equalent/equalent-patch-1
Fix support URL in readme
3 years ago
Andrei Țurcan
a8150e24ba
Fix support URL in readme
3 years ago
Dan Walmsley
041ac60fda
Merge pull request #9085 from AvaloniaUI/disableSetProcessName-feature
Disable set process name feature for MacOS
3 years ago
Max Katz
1d318791ba
Merge branch 'master' into disableSetProcessName-feature
3 years ago
Max Katz
0d98279d38
Merge pull request #9324 from AvaloniaUI/update-microcom
Use strong-named version of microcom
3 years ago
Dan Walmsley
067022a53f
Merge branch 'master' into disableSetProcessName-feature
3 years ago
Max Katz
b6df6fc5fd
Merge branch 'master' into update-microcom
3 years ago
Max Katz
5488013d01
Merge pull request #9326 from AvaloniaUI/fixes/osx-child-windows-cant-minimise
OSX: fix minimise button being disabled when either a parent or a dialog.
3 years ago
Max Katz
29d6efd70b
Merge branch 'master' into fixes/osx-child-windows-cant-minimise
3 years ago
Max Katz
b5721800c7
Merge pull request #9340 from hacklex/patch-2
Replaced hard-coded indexer with its actual name
3 years ago
hacklex
9aca3d827c
Replaced hard-coded indexer with its actual name
This was possibly just overlooked since nobody probably ever changed the name from "Item".
3 years ago
Dan Walmsley
cb871b8352
Merge branch 'master' into fixes/osx-child-windows-cant-minimise
3 years ago
Dan Walmsley
bd0eaf6d87
Merge pull request #9325 from AvaloniaUI/multi-sdk-targeting
Only use scoped keyword when building with .NET 7 SDK
3 years ago
Dan Walmsley
9ba66dba85
Merge branch 'master' into multi-sdk-targeting
3 years ago
Dan Walmsley
1b7544509d
fix minimise button being disabled when either a parent or a dialog.
3 years ago
Nikita Tsukanov
79e2d44005
Only use scoped keyword when building with .NET 7 SDK
3 years ago
Max Katz
c1fbc179c7
Merge pull request #9299 from Gillibald/feature/textSpacing
Implement letter spacing
3 years ago
Benedikt Stebner
17b2834d21
Implement letter spacing
3 years ago
Nikita Tsukanov
b13f7cbd38
Use strong-named version of microcom
3 years ago
Fabian Huegle
cece715929
Merge remote-tracking branch 'origin/master' into feature/add-quality-value-to-IBitmapImpl-Save
3 years ago
Steven Kirk
0aa7a894ef
Validate priority for set/bind.
3 years ago
Benedikt Stebner
654e4458d7
Merge pull request #9245 from Gillibald/feature/txtBlockInlines
Move inlines support to TextBlock and rename RichTextBlock
3 years ago
Max Katz
95a6b41eba
Merge branch 'master' into feature/txtBlockInlines
3 years ago
Steven Kirk
fcdabffe24
Signal completion even when no observers.
3 years ago
Steven Kirk
ae72b81af9
Remove empty frames.
In doing so, merged `ValueStore.OnBindingCompleted` into `OnValueEntryRemoved` as they were doing the same thing.
3 years ago
Max Katz
7b5b16728e
Merge pull request #9307 from robloo/control-sizechanged
Add Control.SizeChanged Event
3 years ago
Steven Kirk
ca2a0d664d
Make field readonly.
3 years ago
Steven Kirk
1184e0ef2b
Remove unused operators.
3 years ago
Steven Kirk
f332616b53
Make fields readonly.
And remove a `using` that crept in unexpectedly.
3 years ago
Steven Kirk
2268f70c50
Move collection polyfills to Compatibility dir.
And tweak to match existing code there.
3 years ago
Steven Kirk
2f61efaaf7
This method is not a public API.
3 years ago
Steven Kirk
1440b57fb9
Add VerifyAccess check to GetBaseValue.
3 years ago
robloo
66595bad2e
Calculate Height/WidthChanged in the getter directly
3 years ago