Dan Walmsley
b7397a7cdf
add a11y identifiers for windows.
4 years ago
Dan Walmsley
cea6bc27a0
Merge pull request #8238 from AvaloniaUI/fixes/disable-parent-chrome-buttons-when-modal-is-shown
OSX: Disable parent chrome buttons when modal is shown
4 years ago
Dan Walmsley
67b6811ca8
add comment to show why test isnt working.
4 years ago
Steven Kirk
4c8240b7bf
Added integration tests for WindowStartupLocation.
4 years ago
Dan Walmsley
af237c6dd7
fix file dialog filter nullable annotation, and osx platform.
4 years ago
robloo
9bac430a8e
Remove width set in CalendarDatePickerPage
See: https://github.com/AvaloniaUI/Avalonia/issues/7502#issuecomment-1114673564
4 years ago
Max Katz
4c039cbf7c
Move Fluent/Default themes out of main package
4 years ago
Brett Story
5618cc03e4
Utilizing TextLayout's LineHeight in TextBox and TextPresenter
4 years ago
Max Katz
855dade9d5
Add Browser implementation
4 years ago
Max Katz
9db00cf9de
Solve app.manifest error in Win32NativeControlHost
4 years ago
Max Katz
57e852dfc1
Move native control samples to the control catalog
4 years ago
Max Katz
6260829702
Simplify UIViewControlHandle/AndroidViewControlHandle
4 years ago
Dan Walmsley
08487446d9
[OSX] cache IsClientAreaExtendedToDecorations, and apply it when NSPanel / NSWindow is created and Shown.
4 years ago
Max Katz
fbbd93f4cd
Add android implementation
4 years ago
Max Katz
d8d6fa5097
Add iOS implementation
4 years ago
Max Katz
c175ef318e
Restructure native embed sample project
4 years ago
Steven Kirk
90f6143c58
Don't use managed dialogs by default in ControlCatalog.
It means that system dialogs never get properly tested.
4 years ago
robloo
f3d429f055
Add ThirdComponentConverter and use it
4 years ago
robloo
a86e0cc64e
Move ColorPicker theme definitions into theme folders
4 years ago
robloo
65e5e580ac
Make ColorSlider fully functional
4 years ago
robloo
c068adb609
Update ColorPickerPage in ControlCatalog with ColorSlider and ColorPreviewer
4 years ago
Steven Kirk
fd96e6483d
Add scaled ComboBox to ControlCatalog.
To test #7147 .
4 years ago
robloo
60e0d12543
Revert "Use namespaces in XAML"
This reverts commit 9f1833030d .
4 years ago
robloo
8da297b300
Correct ColorPicker style loading in ControlCatalog
4 years ago
robloo
9f1833030d
Use namespaces in XAML
4 years ago
robloo
cf654da43f
Add separate Avalonia.Controls.ColorPicker project
4 years ago
Steven He
d79854ec54
Remove rd.xml
4 years ago
Steven Kirk
a71ddcc870
Fix project files broken by #5831 .
4 years ago
Steven Kirk
fb0da85ad3
Merge core libraries. ( #5831 )
* Merge core libraries.
Everything below `Avalonia.Controls` into `Avalonia.Base`.
* Move new files to correct place.
* Removed unused dirs/projects,
* Removed outdated references from theme assemblies.
* Merge unit tests to match new assembly layout.
* Fixup test namespaces.
* Make directory match namespace.
* Move files to match namespace.
* Move files to match namespace.
* Fix up incorrect namespace.
`Avalonia.Visuals.Media.Imaging` -> `Avalonia.Media.Imaging`.
* Fix resource URL.
* Removed outdated dependencies.
* Added missing project reference.
* Update test namespaces.
* Fix merge error.
* Fix merge errors.
* Fix bad merge in WindowsInteropTest.csproj.
* Fix up merge errors in csprojs.
* Remove merged tests from nuke.
* Fix up namespace.
* Fix compile error.
* Fix failing tests.
Now that more unit tests are present in Avalonia.Base.UnitTests, general `AvaloniaObject` properties are getting registered. Ignore those.
Co-authored-by: Jumar Macato <16554748+jmacato@users.noreply.github.com>
4 years ago
Max Katz
d083acc20d
Implement support of NthChild in DataGrid
4 years ago
Steven Kirk
f8706278a8
Make OnPropertyChanged non-generic.
4 years ago
Benedikt Stebner
ff3fe479b1
Fix ControlCatalog.Web build
4 years ago
robloo
23fee99008
Use HSV and HSL colors in ControlCatalog CanvasPage
4 years ago
Steven Kirk
5d35ac324f
Additional menu integration tests.
4 years ago
Steven Kirk
69f96d5b44
Added failing integration test for #7906 .
4 years ago
robloo
30f713746a
Support CornerRadius in ColorSpectrum
4 years ago
robloo
d0423727a9
Add Rectangle examples with corner radius
4 years ago
Jade Macho
c8f2548f05
Add "Scroll to Selected" and "Remove Item" to control catalog items repeater
4 years ago
Benedikt Stebner
9250d93407
Implement embedded runs
Improve text edit navigation
Implement IncrementalTabWidth
4 years ago
daniel mayost
61ffbcc687
naming more like wpf
4 years ago
daniel mayost
f5a21547b8
typo
4 years ago
robloo
608ab40583
Update ColorPickerPage examples
4 years ago
robloo
edbd3de9a5
Add initial ColorPickerPage to ControlCatalog
4 years ago
robloo
50a88536f3
Add min height for DropDownButton, same as ComboBox
4 years ago
robloo
3c2835cab5
Add DropDownButton to ControlCatalog
4 years ago
daniel mayost
feec27e39f
some fixes
4 years ago
daniel mayost
0f5e78d70f
improve algorithm and typo fixes
4 years ago
daniel mayost
f6f8b1dec3
avoid re-calling the method
4 years ago
Max Katz
e91b3318e3
Enable AOT on android projects (release configuration only)
4 years ago
daniel mayost
d5fd84ebc0
continue working
4 years ago