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
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
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
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
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
Max Katz
7b5b16728e
Merge pull request #9307 from robloo/control-sizechanged
Add Control.SizeChanged Event
3 years ago
robloo
66595bad2e
Calculate Height/WidthChanged in the getter directly
3 years ago
Benedikt Stebner
e639aead67
Fix logical parent cleanup
3 years ago
Benedikt Stebner
9403a3d0c7
Fix TextBlock inlines logical tree handling
3 years ago
Benedikt Stebner
30afdfc649
Merge branch 'master' into feature/txtBlockInlines
3 years ago
robloo
3e53621dae
Fix typo
3 years ago
robloo
bdd637298e
Take into account LayoutEpsilon when calculating Height/WidthChanged
3 years ago
robloo
62485f53bc
Only raise SizeChanged when the Size component changes (ignore position)
3 years ago
robloo
66df8a51fe
Change SizeChangedEvent routing strategy to direct
This matches WPF and making it bubble was a mistake.
3 years ago
robloo
29e16e90da
Add more event member docs
3 years ago
robloo
5ea8d3d83a
Add SizeChanged event
3 years ago
Max Katz
af1c316f53
Merge pull request #9301 from AvaloniaUI/fixes/osx-menu-re-entrancy-crash-backport
backport: osx re-entrancy fix.
3 years ago
Max Katz
30cc4def2a
Merge branch 'master' into fixes/osx-menu-re-entrancy-crash-backport
3 years ago
Max Katz
3b8782cbb1
Merge pull request #9266 from robloo/colorpicker-updates-4
Rework ColorPicker ControlTheme
3 years ago
Max Katz
93800081c5
Merge branch 'master' into colorpicker-updates-4
3 years ago
Benedikt Stebner
8528775990
Merge branch 'master' into feature/txtBlockInlines
3 years ago
workgroupengineering
7278dce4e2
fix: make StringCompatibilityExtensions internal ( #9289 )
* fix: make StringCompatibilityExtensions internal
* fix: missnig commit
3 years ago
Dan Walmsley
3b42940770
use didResignKey notification instead of override resignKey
3 years ago
Dan Walmsley
0ce5cadeea
Merge remote-tracking branch 'origin/master' into disableSetProcessName-feature
3 years ago
Dan Walmsley
d34c31fa1c
implement disabling app delegate.
3 years ago
Dan Walmsley
9486b3eb91
Merge pull request #9292 from AvaloniaUI/remove-ios-redundant-button
ios: remove button left in for debug purposes.
3 years ago
Dan Walmsley
d28a86f862
remove button left in for debug purposes.
3 years ago
Max Katz
0c301dffb5
Merge pull request #9276 from Gillibald/feature/textCompat
Text rendering compat
3 years ago
Max Katz
248014d581
Merge branch 'master' into feature/textCompat
3 years ago
Benedikt Stebner
fd7aad2356
Merge pull request #9284 from Gillibald/fixes/limitedTypefaceCrash
Prevent a crash that is caused by limited typefaces
3 years ago
robloo
f3d13847e9
Merge branch 'master' into colorpicker-updates-4
3 years ago
Benedikt Stebner
0aff57a716
Prevent a crash that is caused by typefaces that don't contain whitespace glyphs
3 years ago