Max Katz
10fe006553
Merge pull request #10560 from MarchingCube/selector-perf
Or Selector benchmark and removal of repeated virtual calls
4 years ago
Dan Walmsley
1945c9a8ee
Merge branch 'master' into selector-perf
4 years ago
Max Katz
968e3393cc
Merge pull request #9526 from Gillibald/feature/macIme
[macOS] - Input method integration
4 years ago
Dan Walmsley
391aefbd15
Merge branch 'master' into feature/macIme
4 years ago
Nikita Tsukanov
679a7622cf
Merge pull request #10571 from AvaloniaUI/fixes/integration-test-flakyness
Test Flakyness: always kill testmanagerd
4 years ago
Dan Walmsley
989e45428a
always kill testmanagerd
4 years ago
Benedikt Stebner
5ea3027f98
Do the same for Chinese IME
4 years ago
Benedikt Stebner
c5189bd6f6
Trz to fix Japanese IME
4 years ago
Dariusz Komosinski
d9d208b935
Add benchmark for Or selector and avoid extra virtual calls getting list count.
4 years ago
Max Katz
cea3496341
Merge pull request #10558 from AvaloniaUI/android-list-files
Android - Fix StorageFolder.GetItemsAsync failing to get children on android
4 years ago
Emmanuel Hansen
20746b3ee2
fix build
4 years ago
Emmanuel Hansen
8ada76c1b6
fix StorageFolder.GetItemsAsync on android
4 years ago
Dan Walmsley
d2ff2a947e
Merge branch 'master' into feature/macIme
4 years ago
Dan Walmsley
736d9860b0
Merge pull request #10555 from AvaloniaUI/flaky-mac-os-test
Flaky MacOS Integration tests: add a delay when closing child windows.
4 years ago
Dan Walmsley
014378333f
Merge branch 'master' into flaky-mac-os-test
4 years ago
Max Katz
1da8891d84
Merge pull request #10407 from AvaloniaUI/move-name-generator
Move Avalonia.NameGenerator to the main repository
4 years ago
Dan Walmsley
a577ee6399
add a delay when closing child windows.
4 years ago
Dan Walmsley
a565566fec
Merge branch 'master' into move-name-generator
4 years ago
Dan Walmsley
61751119ff
Merge pull request #10552 from AvaloniaUI/repro-test-issue
Fix Flaky Tests: Ensure that the dispatcher jobs queues are emptied after each test
4 years ago
Dan Walmsley
2b076322e5
check access before clearing job queue.
4 years ago
Max Katz
fa6fb50620
Merge branch 'master' into move-name-generator
4 years ago
Dan Walmsley
b2723d84be
Revert "try and catch issue with test."
This reverts commit 1d6fb2d960 .
4 years ago
Dan Walmsley
74128d3a39
Merge remote-tracking branch 'origin/master' into repro-test-issue
4 years ago
Dan Walmsley
a298ff55f9
clear dispatcher queue at the end of tests.
4 years ago
Max Katz
e2a1311e30
Merge pull request #10368 from pr8x/devtools-property-editor
DevTools: type-based property editors
4 years ago
Benedikt Stebner
391160d563
Merge branch 'master' into feature/macIme
4 years ago
Dan Walmsley
1d6fb2d960
try and catch issue with test.
4 years ago
Max Katz
9855dc7260
Merge pull request #10455 from Gillibald/feature/fontCollections
Introdcue font collections
4 years ago
Dan Walmsley
54e80411ae
Merge branch 'master' into feature/macIme
4 years ago
Dan Walmsley
f016986fb8
Merge pull request #10532 from AvaloniaUI/fixes/mac-os-constrain-window-size
Fixes/mac os constrain window size
4 years ago
Dan Walmsley
9232e82e49
Merge pull request #10511 from AvaloniaUI/fixes/10398-treeview-datatemplate
Fix TreeView data template handling
4 years ago
Dan Walmsley
4d343293c8
fix test on windows.
4 years ago
Dan Walmsley
e8586f8264
Merge branch 'master' into feature/fontCollections
4 years ago
Dan Walmsley
cb79f733b3
Merge branch 'master' into fixes/10398-treeview-datatemplate
4 years ago
Dan Walmsley
4bb568253f
Merge branch 'master' into fixes/mac-os-constrain-window-size
4 years ago
Dan Walmsley
1cbdffab55
Merge pull request #10546 from AvaloniaUI/integration-tests-run-on-intel
make integration tests intel compatible
4 years ago
Dan Walmsley
46b46b2500
fix intel
4 years ago
Dan Walmsley
ac9b06ef66
make integration tests intel compatible
4 years ago
Dan Walmsley
c634f11def
really really fix the test.
4 years ago
Dan Walmsley
3ec8888b5d
actually fix the test.
4 years ago
Benedikt Stebner
6c61329152
Merge branch 'master' into feature/fontCollections
4 years ago
Dan Walmsley
4203bae16d
fix test.
4 years ago
Dan Walmsley
e51aaf4b2d
only reset _lastWindowState if we are zoomed.
4 years ago
Dan Walmsley
50b11709be
Merge remote-tracking branch 'origin/master' into fixes/mac-os-constrain-window-size
# Conflicts:
# samples/IntegrationTestApp/ShowWindowTest.axaml
4 years ago
Dan Walmsley
2aeac59fea
Merge pull request #10545 from AvaloniaUI/fixes/integration-tests
Fix integration tests by disambiguating controls.
4 years ago
Max Katz
fb40e73977
Merge pull request #10145 from AvaloniaUI/safe_insets
Add support for getting safe insets
4 years ago
Steven Kirk
16efee95ca
Disambiguate ShowWindowTest controls.
Under the appium-mac2-driver, `FindElementByAccessibilityId` doesn't actually find elements by their accessibility ID, it also finds them by their accessibility name. Since #10531 added an automation peer for `Label` which sets the accessibility name, the wrong control was being located (e.g. it located the "Position" label instead of the `Name="Position"` text box).
Disambiguate these controls by adding a `Current` prefix to make integration tests pass again.
4 years ago
Max Katz
2ee7a7c452
Merge branch 'master' into safe_insets
4 years ago
Emmanuel Hansen
34c1b46b30
Force app theme change when status bar theme changes on android.
4 years ago
Dan Walmsley
1283ec378c
Merge remote-tracking branch 'origin/fixes/mac-os-constrain-window-size' into fixes/mac-os-constrain-window-size
4 years ago