Steven Kirk
0756c1b3be
Use new properties to remove some peers.
Simple peers which only change the accessibility view or control type can now use the new `AutomationProperties`.
5 years ago
Steven Kirk
49ef4b3f28
Added AccessibilityView and ControlType.
- `AutomationProperties.AccessibilityView`: from UWP - control's element's visibility in automation tree
- `ControlTypeOverride`: from UWP proposal - overrides the automation control type specified in peer
5 years ago
Steven Kirk
54d9ba7639
Allow peers to dynamically expose implemented interfaces.
5 years ago
Steven Kirk
a5c28de797
Reinstate ControlAutomationPeerTests.
5 years ago
Steven Kirk
26419fc345
Added AutomationControlType.None.
5 years ago
Steven Kirk
ae89057767
Use non-obsolete interface.
And remove debug code.
5 years ago
Steven Kirk
8ffbbfb7fb
Create root automation nodes like others.
5 years ago
Steven Kirk
11c60b4294
Decouple automation peers from platform nodes.
Now peers are entirely unaware of the platform implementation.
5 years ago
Steven Kirk
acb49d66e9
Revert "Try to fix problem with ComboBox."
This reverts commit c34a825bf5 .
5 years ago
Steven Kirk
c34a825bf5
Try to fix problem with ComboBox.
Only the OS can create the root automation peer, so we need to take care to not accidentally try to create it from `PopupAutomationPeer`.
5 years ago
Steven Kirk
7ca502ee10
Update ApiCompatBaseline.txt
5 years ago
Steven Kirk
3f53126726
Merge branch 'master' into feature/ui-automation
5 years ago
Dan Walmsley
ed06ce5690
Merge pull request #6652 from AvaloniaUI/feature/fbdev-customization
Add a few customization points to Linux Framebuffer backend.
5 years ago
Steven Kirk
23dcab47d4
Allow customizing the framebuffer FPS.
5 years ago
Steven Kirk
49e23bc07f
Use IRendererFactory in framebuffer backend.
If an `IRendererFactory` is provided, use this to supply the renderer; otherwise fall back to the existing `DeferredRenderer`.
5 years ago
Nikita Tsukanov
b20689402f
Merge pull request #6649 from yatli/x11_perf
fix x11 deferred renderer performance regression
5 years ago
Yatao Li
d60d96e554
fix x11 deferred renderer performance regression
5 years ago
Nikita Tsukanov
9311ff8a36
Merge pull request #6645 from blindmatrix/remove-redundant-code-1
Removed duplicate registraion of IRenderLoop
5 years ago
Sven Almgren
cccfd69cbd
Removed duplicate registraion of IRenderLoop
5 years ago
Max Katz
e73c05b5b8
Merge pull request #6638 from amwx/FlyoutOpeningFix
FlyoutBase create presenter before calling Opening event
5 years ago
Tako
db5097821b
Merge branch 'master' into FlyoutOpeningFix
5 years ago
Max Katz
214904248a
Merge pull request #6639 from Takoooooo/fix-expander-headertemplate-for-simple-theme
Fix Expander HeaderTemplate for Simple Theme
5 years ago
Takoooooo
3c99205995
fix
5 years ago
amwx
1760ffee5a
Move CancelOpening check
5 years ago
Tako
f857ab45c1
Merge pull request #6629 from Takoooooo/support-slide-for-popups
Add SlideX and SlideY to Popup Placement Constraint Adjustment
5 years ago
Tako
9fb52c38f7
Merge branch 'master' into support-slide-for-popups
5 years ago
Steven Kirk
f51efd3318
Merge pull request #6576 from AvaloniaUI/feature/1279-combining-geometries
Add GeometryGroup and CombinedGeometry
5 years ago
Tako
2182f8ba3b
Merge branch 'master' into support-slide-for-popups
5 years ago
Steven Kirk
26bc124f07
Merge branch 'master' into feature/1279-combining-geometries
5 years ago
Benedikt Stebner
2c6a820103
Merge pull request #6581 from Gillibald/fixes/6577
Fixes PathMarkupParser flag parsing when no separator is used
5 years ago
Jumar Macato
bdbd6b0e70
Merge branch 'master' into support-slide-for-popups
5 years ago
Benedikt Stebner
b188cff0f0
Merge branch 'master' into fixes/6577
5 years ago
Benedikt Stebner
c9e1788f69
Merge branch 'master' into feature/1279-combining-geometries
5 years ago
Steven Kirk
2618b834b3
Merge pull request #6623 from AvaloniaUI/fbdev-reuse-framebuffer
[FBDEV] Reuse the same memory region for the back buffer
5 years ago
Jumar Macato
490da95f27
Merge branch 'master' into feature/1279-combining-geometries
5 years ago
Steven Kirk
5cbdef894d
Merge branch 'master' into fbdev-reuse-framebuffer
5 years ago
Takoooooo
623f425a6c
add support for slide pacement for popups
5 years ago
Max Katz
294dc8e1ef
Merge pull request #6616 from 0x90d/0x90d-patch-1
Fix opening submenu popup for menus without subitems
5 years ago
Steven Kirk
2f5ffb482e
Merge branch 'master' into 0x90d-patch-1
5 years ago
Max Katz
458b7da615
Merge pull request #6597 from AvaloniaUI/fixes/6592-win32-alt-f10
Win32: Fix handling of subsequent keypress after Alt/F10
5 years ago
Benedikt Stebner
b3fe96d449
Merge branch 'master' into fixes/6592-win32-alt-f10
5 years ago
Nikita Tsukanov
4d9b0c09db
[FBDEV] Reuse the same memory region for the back buffer
5 years ago
Nikita Tsukanov
aebe5012ac
Merge pull request #6620 from AvaloniaUI/maxkatz6-patch-2
NotificationCard missed TemplateBinding.CornerRadius
5 years ago
Nikita Tsukanov
ec423ace24
Merge branch 'master' into maxkatz6-patch-2
5 years ago
Nikita Tsukanov
c0ee148e77
Merge pull request #6619 from AvaloniaUI/maxkatz6-patch-1
ProgressBar missed TemplateBinding.CornerRadius
5 years ago
Max Katz
0310cc7c2f
NotificationCard missed TemplateBinding.CornerRadius
5 years ago
Max Katz
3a66523fee
ProgressBar missed TemplateBinding.CornerRadius
5 years ago
Nikita Tsukanov
b38f047495
Merge pull request #6569 from Takoooooo/fix-generateAvaloniaResources
Fix avalonia resource generation on resource deletion
5 years ago
Tako
b0a40a2340
Merge branch 'master' into fix-generateAvaloniaResources
5 years ago
Nikita Tsukanov
ee6922074f
Merge pull request #6617 from SilentCoyote/DesignStyle
Add DesignStyle property
5 years ago