Steven Kirk
9845dfadef
Add system decorations and extend client area opts
3 years ago
Emmanuel Hansen
16cb38f60d
add new IStorage api
3 years ago
Emmanuel Hansen
c276f6e1b3
add new IStorage api
3 years ago
Max Katz
5968830296
Update API, samples and BCL impl
3 years ago
tkefauver
87e0ff2a51
Flyout sample label fix
3 years ago
Dan Walmsley
4d343293c8
fix test on windows.
3 years ago
Dan Walmsley
ac9b06ef66
make integration tests intel compatible
3 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.
3 years ago
Emmanuel Hansen
34c1b46b30
Force app theme change when status bar theme changes on android.
3 years ago
Daniil Pavliuchyk
ddb9669c11
Add ScrollBarAutomationPeer
3 years ago
Benedikt Stebner
c55747f328
Introduce ConfigureFonts AppBuilder action
Introduce WithInterFont extension method
3 years ago
Max Katz
a28aa6e04a
Update control catalog to support insets samples
3 years ago
Dan Walmsley
c9aed1386d
update the test app to show the size that measure was called with on window content.
3 years ago
Benedikt Stebner
7786a00623
Add Inter font reference to all samples
3 years ago
Benedikt Stebner
d08083bbf3
Introduce font collections
3 years ago
Max Katz
7d8127991f
Return generators sandbox
3 years ago
Max Katz
6496abf14b
Changes after review, added FlyoutPresenterTheme
3 years ago
Max Katz
4e47a27304
Add some popup properties to the PopupFlyoutBase
3 years ago
Max Katz
733238a8af
Implement PlacementMode.Center
3 years ago
affederaffe
b9644c3068
Revert "Fix dependency of Avalonia.Fonts.Inter"
This reverts commit ffe6fe8a39 .
3 years ago
affederaffe
ffe6fe8a39
Fix dependency of Avalonia.Fonts.Inter
3 years ago
Giuseppe Lippolis
0038f9ed96
fix: AVP1022 Bad name: An AvaloniaProperty named 'DrawOnlyPoints' is being assigned to ControlCatalog.Pages.PointerCanvas.StatusProperty
3 years ago
Dan Walmsley
b548ccb346
fix integration test app, missing inter font package.
3 years ago
Giuseppe Lippolis
27c9acfd6c
fix(ControlCatalog): Address Rule AVP1000 Incorrect AvaloniaProperty storage
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
Nikita Tsukanov
ae1fcfed51
Refactored DrawingContext and VisualBrush, added DrawingBrush ( #10419 )
Refactored DrawingContext and VisualBrush, added DrawingBrush
3 years ago
Daniil Pavliuchyk
8a771855db
Add tests
3 years ago
Max Katz
30d1dc7e61
Setup generators project in the repository, use in the control catalog
3 years ago
Max Katz
104023bfc8
Remove specific data type methods from the IDataObject, add new Files format
3 years ago
Daniil Pavliuchyk
44b833a0af
Fix test
3 years ago
Max Katz
e6b8914b7d
Rename TryGetFileFromPath-like method to end with Async suffix
3 years ago
Max Katz
696c5232e7
Rename StartBrowserApp-like methods to end with "Async" suffix
3 years ago
Max Katz
49a6cbd5a6
Use polyfill for open file and directory dialogs
3 years ago
Max Katz
bd1928efac
Refactor Browser and Blazor startup code
3 years ago
Max Katz
d1c329e819
Pass file extensions to the browser backend in the file picker
3 years ago
Max Katz
e975468e92
Remove unused CanOpenRead/CanOpenWrite
3 years ago
Tom Edwards
1fbd4ab801
Added Avalonia.Analyzers and ten diagonstics
3 years ago
Daniil Pavliuchyk
ac21ab2fe6
Add Slider Automation Test
3 years ago
Nikita Tsukanov
9c33ee08dd
Use same flags in ExternalMemoryImageCreateInfo
3 years ago
Emmanuel Hansen
ff98344247
allow multiline input on android
3 years ago
kekekeks
fc0ddcb320
Use NT shared handles for Vulkan interop on Windows
3 years ago
Max Katz
c01edba86e
Rename Avalonia.Themes.Fluent.Inter to Avalonia.Fonts.Inter
3 years ago
Julien Lebosquain
7d879cf6fe
Added Win32PlatformOptions.ShouldRenderOnUIThread
Fixes WPF interop
3 years ago
Julien Lebosquain
3568e60841
Set WindowsInteropTest platform target to x64
3 years ago
Julien Lebosquain
2c0c03d317
Fix CustomDrawingExampleControl crash on Direct2D
3 years ago
Benedikt Stebner
8e7441348a
Rename
3 years ago
Benedikt Stebner
a6d42cb8b4
Move font assets to a dedicated package
3 years ago
Steven Kirk
035f4f0e55
Added failing integration tests for #10232 .
3 years ago
Steven Kirk
571b7746ea
Added failing integration test.
3 years ago
José Pedro
757f82c385
Updated browser packages to stable.
3 years ago