Steven Kirk
003923b50d
Fix integration tests on Windows.
We need to be explicit about which element we're talking about when there are two elements with the same content, and so use accessibility IDs rather than Name.
4 years ago
Steven Kirk
e3e8c7af48
Merge branch 'master' into fixes/9565-mac-fullscreen-children
4 years ago
Max Katz
76b2d467ae
Merge pull request #9629 from AvaloniaUI/combox_selection
Don't set key event to handled if selection control receives Enter or Space key events
4 years ago
Max Katz
9b9539a791
Merge branch 'master' into combox_selection
4 years ago
Dan Walmsley
9e41e223f8
Merge pull request #9620 from comesx4/fix-tray-menu-issue
bugfix: Prevent showing trayMenu if the menu is empty.
4 years ago
Dan Walmsley
923df459e3
Merge branch 'master' into fix-tray-menu-issue
4 years ago
Max Katz
46fd473772
Merge pull request #9634 from kivarsen/fix-datagrid-grouping-arrows
Fix datagrid grouping arrows
4 years ago
kivarsen
0b76ab251e
Merge branch 'AvaloniaUI:master' into fix-datagrid-grouping-arrows
4 years ago
Kevin Ivarsen
845fea9d11
Swap the figures used for expanded/collapsed groups in DataGrid to match the standard convention.
4 years ago
Emmanuel Hansen
a691e7c8fa
don't set key event to handled when selection changes with space or enter
4 years ago
Max Katz
567a38ec72
Merge pull request #9480 from AvaloniaUI/enable-trimming
Enable trimming and fix errors in multiple projects
4 years ago
Max Katz
eb1f2edaed
Merge branch 'master' into enable-trimming
4 years ago
zhijun zhou
9ab7314ac6
Merge branch 'master' into fix-tray-menu-issue
4 years ago
Max Katz
b72c33ea28
Merge pull request #9592 from item-industrietechnik/master
Notifications: Correctly set parent
4 years ago
Max Katz
5bdbca1fad
Fix build
4 years ago
Thomas Karl Pietrowski
2300373c92
Merge branch 'master' into master
4 years ago
Max Katz
d047b51018
Merge branch 'master' into fix-tray-menu-issue
4 years ago
Max Katz
bf5d217412
Merge pull request #9619 from comesx4/Add-Ctrl+Insert-and-Shift+Insert
fix: Add more copy&paste hotkeys
4 years ago
Max Katz
d44b14126d
Enable COM autimation only when dynamic code is disabled
4 years ago
Max Katz
e75b5d0c5f
Platform specific trimming attributes
4 years ago
Max Katz
526d9d052b
Avalonia.Base and controls related project trimming attributes
4 years ago
Max Katz
de039015ca
Small cleanup of warnings
4 years ago
zhouzj
19043beda1
fix typo
4 years ago
zhouzj
915aff2eea
Prevent showing trayMenu if the menu is empty.
4 years ago
zhijun zhou
356b97220e
Merge branch 'master' into Add-Ctrl+Insert-and-Shift+Insert
4 years ago
zhouzj
8895fb660f
add more copy&paste hotkeys
4 years ago
Max Katz
8ab1758235
Merge pull request #9371 from comesx4/fix-progressbar-indicator-size-issue
Indicator size calculation should care about the ProgressBar's Padding property setting
4 years ago
zhijun zhou
78ae91d88f
Merge branch 'master' into fix-progressbar-indicator-size-issue
4 years ago
Max Katz
9acf082d47
Merge pull request #9541 from AvaloniaUI/fix-parent-service-provider
Pass parent's service provider to the StyleInclude, so parents stack is complete
4 years ago
Max Katz
83e649e7e9
Merge branch 'master' into fix-parent-service-provider
4 years ago
Max Katz
7675e61645
Merge pull request #9609 from AvaloniaUI/fixes/assert-in-unit-tests
Throw an exception on unit test assertion fail.
4 years ago
Steven Kirk
306ac0e21a
Throw an exception on unit test assertion fail.
4 years ago
Max Katz
c22464eb7d
Merge pull request #9588 from workgroupengineering/features/NetAnalyzers/CA1304
feat: Enable Rule CA1304
4 years ago
Max Katz
f720fd3cf3
Merge branch 'master' into features/NetAnalyzers/CA1304
4 years ago
Max Katz
5d785ca99a
Merge pull request #9189 from workgroupengineering/features/NetAnalyzers/CA1822
feat: Enable Rule CA1822
4 years ago
Max Katz
ded16050b2
Merge branch 'master' into features/NetAnalyzers/CA1304
4 years ago
Giuseppe Lippolis
6b1160b76d
fix: Address review
4 years ago
Giuseppe Lippolis
2aa79269e8
fix: Address reviw
4 years ago
Giuseppe Lippolis
2838429bb0
Merge branch 'master' into features/NetAnalyzers/CA1822
4 years ago
Nikita Tsukanov
bbd2cfaed4
Merge pull request #9600 from kivarsen/fix-controlcatalog-desktop-dxgi-crash
Fix crash when launching ControlCatalog.Desktop (see #9599 )
4 years ago
Kevin Ivarsen
00600f936f
Fix crash when launching ControlCatalog.Desktop (see #9599 )
4 years ago
Nikita Tsukanov
a615f87dc8
Merge pull request #9596 from workgroupengineering/features/Build/Tasks-1
feat: Avoid to running Avalonia Build Task. Closed #9539
4 years ago
Giuseppe Lippolis
90ac746515
feat: Avoid to running Avalonia Build Task. Closed #9539
Avoid running the Avalonia Build Task when there aren't Avalonia resources.
4 years ago
Dan Walmsley
56a3023ac0
Merge branch 'master' into fixes/9565-mac-fullscreen-children
4 years ago
Thomas Karl Pietrowski
5946de28e6
Notifications: Correctly set parent
As of Avalonia 11 the notifications are broken and are shown always in the upper left corner.
I'm not an expert, but as the parent of the control is not correctly set, we can imagine that the library assumes that the coordinate (0, 0) is going to be used and thus it appears always at a static location.
After fixing the assignment of the parent, the notification bubbles are shown at the right corner again.
Signed-off-by: Thomas Karl Pietrowski <thopiekar@gmail.com>
Signed-off-by: Thomas Karl Pietrowski <t.pietrowski@item24.com>
Signed-off-by: Malte Lauterjung <malte.lauterjung@trinidat.de>
4 years ago
Max Katz
00ed0a091d
Merge pull request #9593 from workgroupengineering/features/NetAnalyzers/CA1826_to_CA1829
feat: Enable Rules from 1826 to 1829
4 years ago
Giuseppe Lippolis
b23756e48f
feat: Enable Rules from 1826 to 1829
4 years ago
Giuseppe Lippolis
44c9f2578a
fix: Address review
4 years ago
Max Katz
cf6351416b
Merge branch 'master' into fixes/9565-mac-fullscreen-children
4 years ago
Max Katz
a6b7bf53a9
Merge pull request #9581 from comesx4/disable-track-when-slider-is-disabled-on-sliding
bugfix: If the slider is disabled while sliding, prevent the track sliding
4 years ago