robloo
2eb04c2719
Rename Popup.PlacementMode to Popup.Placement
3 years ago
Steven Kirk
9845dfadef
Add system decorations and extend client area opts
3 years ago
Steven Kirk
ac882ad3a1
Add failing integration tests for overlay popups.
Integration tests for #10420 :
- Adds an `--overlayPopups` command-line argument to IntegrationTestApp
- Renames `TestAppFixture` -> `DefaultAppFixture`
- Adds additional `OverlayPopupsAppFixture`
- Runs ComboBox and Menu tests in both default and overlay popups mode
- VS keeps changing the `.sln` file
3 years ago
Steven Kirk
571b7746ea
Added failing integration test.
3 years ago
Steven Kirk
73cede0bf5
Added integration tests for window transparency.
Failing on macOS, passing on win32.
3 years ago
Steven Kirk
f480455131
Added failing test for #9565 .
And another (passing) test for checking that window order is correct when a child window is shown in fullscreen.
3 years ago
Steven Kirk
c733950aff
Refactor gestures tab in IntegrationTestApp.
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
9c05066718
Added integration tests for #8869 .
Some tests failing on Win32.
3 years ago
Steven Kirk
d1b652213a
Make sure child windows have unique titles/ids.
3 years ago
Giuseppe Lippolis
92291b7d9a
fix: Null Annotation
4 years ago
Steven Kirk
eb8ddef412
Add failing integration test on macOS.
Hiding a child window, and then clicking on the parent window causes the child window to be erroneously re-shown.
4 years ago
Steven Kirk
4f84950c41
Added tests for #8335 .
4 years ago
Steven Kirk
8c3424baa4
Refactor OSX window tests a bit.
Try not to rely on `_session.ResetApp();` because restoring the application state in the tests tends to show up more errors (which this change has done: https://github.com/AvaloniaUI/Avalonia/issues/8335#issuecomment-1162804733 )
4 years ago
Steven Kirk
4c8240b7bf
Added integration tests for WindowStartupLocation.
4 years ago
Steven Kirk
5d35ac324f
Additional menu integration tests.
4 years ago
Steven Kirk
261f46ea74
Added a few ListBox tests.
4 years ago
Steven Kirk
26137caaca
Trying to get stuff working on macOS.
Man, appium for mac sucks.
4 years ago
Steven Kirk
ddb6ab977e
Refactored ComboBox integration tests.
4 years ago
Steven Kirk
f6e06a6d15
Refactored Menu integration tests.
4 years ago
Steven Kirk
610ef6f467
Added a NativeMenu test for macOS.
4 years ago
Steven Kirk
e8801c2aca
Started adding ComboBox integration tests.
And fixed some issues with ComboBox/popups.
5 years ago
Steven Kirk
c1dfc1f963
Started adding integration tests.
5 years ago
Jumar Macato
7b1c9bde18
Replace namespaces accordingly; Rename projects on main sln file.
8 years ago
Jumar Macato
def7da4bb2
Rename Sample projects to avoid confusion with the CI tests.
8 years ago
Eli Arbel
b9aa086f03
Adding Drawing classes & render test
9 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Steven Kirk
94ea1dc6c3
Renamed .paml files to .xaml.
10 years ago
Steven Kirk
e09495749f
Update BindingTest to display data template.
Based on selected list item. Trying to reproduce the leak seen in
Core2D.
10 years ago
Steven Kirk
8fb9c5c8e7
Fixed problem with binding DataContext.
Bindings such as <Foo DataContext="{Binding Bar}"/> were not working.
10 years ago
Steven Kirk
4d5abf80e7
Added a binding test application.
11 years ago