Max Katz
326ef7c9fd
Add .NET 8 target (Avalonia 11.1) ( #14535 )
* Add .NET 8 target to packable projects
* Update test projects
* Update sample projects to target .NET 8
* Update main Avalonia package to target .NET 8 as well
* Remove MSBuildEnableWorkloadResolver hack and some minor change
* Use net8.0 in nuke build as well
* Pin 8.0.0 SDK
* Adjust API validation
* Pin a valid version
* Remove net461 target from Avalonia package
* Remove unused net6.0 target from Avalonia.Designer.HostApp
* Adjust API diff
* Update ControlCatalog.Android.csproj
* Remove MSBuildEnableWorkloadResolver
* Fix Browser issues on .NET 8
* Fix .NET 8 error
* Fix merge conflicts
* Replace explicit TFMs in .csproj files with a centralized registry
* Fix merge conflict
* Fix AvsLegacyWindowsTargetFrameworks and add hacks for the tests
* Update XCode project CommandLineArgument
---------
Co-authored-by: Nikita Tsukanov <keks9n@gmail.com>
2 years ago
Max Katz
b879144ace
Adjust to merge conflicts
3 years ago
Benedikt Stebner
7786a00623
Add Inter font reference to all samples
3 years ago
Dan Walmsley
a2d008d6f2
add simple mobile sandbox apps.
4 years ago
Max Katz
1731f88822
Rename Default to Simple
4 years ago
Max Katz
e717cce7e8
Update headless implementations, managed and samples
4 years ago
Dan Walmsley
af237c6dd7
fix file dialog filter nullable annotation, and osx platform.
4 years ago
Max Katz
4c039cbf7c
Move Fluent/Default themes out of main package
4 years ago
Max Katz
57e852dfc1
Move native control samples to the control catalog
4 years ago
robloo
cf654da43f
Add separate Avalonia.Controls.ColorPicker project
4 years ago
Jumar Macato
c2f5bad495
Update ControlCatalog.csproj
4 years ago
Tim
3d0a13d2ba
Add TransitioningContentControl-DemoPage
4 years ago
Max Katz
b045393df3
Do not reference DevTools from shared control catalog
4 years ago
Max Katz
cbbe8f77ec
Implement HamburgerMenu control to be used in repo samples
4 years ago
Rustam Sayfutdinov
5bfbfb97d3
Use ControlCatalog.NetCore as an artifact
instead of ControlCatalog.Desktop
5 years ago
Nikita Tsukanov
303b6c1586
Remove ReactiveUI usage from sample apps
5 years ago
Steven Kirk
55868ce690
Remove serilog.
6 years ago
Steven Kirk
52e30f6a0e
Remove Avalonia.Dialogs dependency on diagnostics.
And add explicit dependency on `Avalonia.Diagnostics` to samples.
6 years ago
Nikita Tsukanov
021995ed35
Implemented GlControlBase
6 years ago
Jumar Macato
4f00869837
Remove temporary hacks from 8ea2234.
Add a dummy function to load the DataGrid assembly before
initializing Avalonia.
Move DataGrid theme back to Avalonia.Controls.DataGrid.
7 years ago
Nikita Tsukanov
343905ebb3
Generate asset resource info with paths
7 years ago
Benedikt Schroeder
f8b196a39b
Minor fixes
7 years ago
Benedikt Schroeder
e1fae9692d
Remove extra ItemGroup
7 years ago
Benedikt Schroeder
e87967a4ad
Fix csproj
7 years ago
Jeremy Koritzinsky
321bd15664
Merge desktop runtime support libraries. Fixes #1899 .
8 years ago
Jeremy Koritzinsky
5a9e41364b
Convert project references to reference aggregate Avalonia.csproj
8 years ago
Nikita Tsukanov
86e2a3e9b3
Pre-merge repo cleanup
8 years ago
Dan Walmsley
3e39eca9a4
fix build number
8 years ago
Dan Walmsley
b20429ad04
update avalonia
8 years ago
Dan Walmsley
97ae3760fe
update avalonia
8 years ago
Nikita Tsukanov
39f57c38d4
Initial commit
Interop and PlatformThreadingInterface seem to be working, initial work on IWindowImpl
8 years ago
Benedikt Schroeder
4f549c16fc
Initial
8 years ago
William David Cossey
f7e31e58c0
Removed junk.
8 years ago
William David Cossey
799b498afc
Cleaning up Themes.
Renamed ErrorBrushLight to ErrorLightBrush.
ListBoxItem - Removed hardcoded Colors/Brushes, added additional sytling.
Removed ListBoxItem Style Selector from AutoCompleteBox (inherrited).
CalendarButton - Removed hardcoded Colors/Brushes.
DropDownItem - Removed hardcoded Colors/Brushes, added additional sytling.
ScrollBar - Removed hardcoded Colors/Brushes.
Added ListBox to ControlCatalog.
Slider bug fix (hopefully).
8 years ago
Jeremy Koritzinsky
b89ab8f5f1
Remove HtmlRenderer from the Avalonia repository and move it to the Avalonia.HtmlRenderer repo.
8 years ago
Benedikt Schroeder
17dfa70b4f
ControlCatalog .csproj fix
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Benedikt Schroeder
36d5aad6fe
Removed fonts
8 years ago
Benedikt Schroeder
ff230d4360
resm filename globbing
8 years ago
Benedikt Schroeder
7082831021
Assets revert
8 years ago
Benedikt Schroeder
1ace429342
Direct2D1 caching
8 years ago
Benedikt Schroeder
3b308d8d19
Direct2D1 experimental
8 years ago
ahopper
cea86f3647
removed popup from control catalog
8 years ago
boombuler
36186b3107
added Drag+Drop sample
8 years ago
Dan Walmsley
85339e4585
remove other unnecesary stuff from ControlCatalog project file.
8 years ago
ahopper
a0b1ad62b3
Fix #1484
8 years ago
Dan Walmsley
15fed263fd
tidy ControlCatalog.cspoj
8 years ago
dzhelnin
d6b5e04f0c
Reworked to provide common NumericUpDown control which values are doubles.
8 years ago
dzhelnin
89cfa644ae
Added NumbersPage to ControlCatalog.
8 years ago
sdoroff
3e73046098
Ported the AutoCompleteBox control from Silverlight
8 years ago