Matthias Hoste
3e17bb571f
Fix for #2544
7 years ago
Nikita Tsukanov
dbf6c3a148
Entire control catalog is now loaded from precompiled xaml
7 years ago
Nikita Tsukanov
3279cbd4e8
Fixed some review comments
7 years ago
Nikita Tsukanov
d1e3047410
Don't be noisy about just-in-case Dispose call on disposed object on finalizer thread
7 years ago
Nikita Tsukanov
d69116b475
Check if uri scheme is registered so tests won't fall apart
7 years ago
Nikita Tsukanov
b092c51a55
Use `avares://` scheme with proper relative uri handling
7 years ago
Nikita Tsukanov
8ad27cce0d
Extra logic for default assembly resolve
7 years ago
Nikita Tsukanov
343905ebb3
Generate asset resource info with paths
7 years ago
Jeremy Koritzinsky
321bd15664
Merge desktop runtime support libraries. Fixes #1899 .
8 years ago
Steven Kirk
41c2159aaa
Use features that are now available in netstandard.
Various features were moved into `IRuntimePlatform` because they weren't available on netstandard 1.x. They're now available in netstandard 2 so use them directly.
8 years ago
Nikita Tsukanov
d0c266949c
Actually detect OS instead of relying on GetRuntimeInfo()
8 years ago
Nikita Tsukanov
add3e81095
Extracted interop bits from GTK3 backend to Avalonia.Base and IRuntimePlatform
8 years ago
Miha Markič
0a38876590
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
Benedikt Schroeder
a59cf3a135
New asset loader
Added unit test for wildcard
8 years ago
Benedikt Schroeder
f609c9c5d9
Cleanup
8 years ago
Benedikt Schroeder
724bb45abb
comment fixes
8 years ago
Benedikt Schroeder
3bec8036a7
Initial
8 years ago
Benedikt Schroeder
b4848b20e3
Spacing fix
8 years ago
Benedikt Schroeder
2c8953de97
Requested changes
8 years ago
Benedikt Schroeder
a10a756366
IAssetLoader changes
Rename resource to asset
8 years ago
Benedikt Schroeder
5a5be9e767
Requested changes
8 years ago
Benedikt Schroeder
ff230d4360
resm filename globbing
8 years ago
Steven Kirk
1ee4fa47f9
Tweak IAssetLoader API and fix tests.
8 years ago
Nikita Tsukanov
8f92a1a818
Conditional compilation
8 years ago
Nikita Tsukanov
77b74444ba
Improved unmanaged memory allocation diagnostics. ref #1411
8 years ago
Nikita Tsukanov
fee5b4e594
Support default clr-namespace when loading XAML from Uri or previewer
8 years ago
Nikita Tsukanov
372ae88ba9
Set NativeBlob.Size to zero on dispose
9 years ago
Nikita Tsukanov
835bf9a7e5
Fixed release build
9 years ago
Nikita Tsukanov
29791fa241
Manual native memory management for leak detection
9 years ago
Nikita Tsukanov
0977161413
Use AppDomain.GetLoadedAssemblies() for all platforms
9 years ago
Nikita Tsukanov
39d5389b1f
Fixed build issues
9 years ago
Jeremy Koritzinsky
0d31525c93
Clean up DotNetCoreRuntime project file and associated files
9 years ago
Nikita Tsukanov
e780c4201a
Switched to .NETStandard (mostly 1.1)
9 years ago
Nikita Tsukanov
7e163ef310
Somewhat fixed iOS. Now also using framebuffer model
9 years ago
Nikita Tsukanov
424c21fab4
Added Avalonia.DotNetCoreRuntime
9 years ago
Jeremy Koritzinsky
428466ced3
Fixed bug in scheduler and runtime platform.
10 years ago
Steven Kirk
1b32a6aac3
Fixed unused member warnings.
That only show up on mono: seems the standard C# compiler silently
ignores most of these.
10 years ago
Steven Kirk
ca17c50bf4
Treat warnings as errors.
In Release build in main Avalonia assemblies (couldn't do it in
Avalonia.Markup.Xaml due to warnings in OmniXaml). To do this, fixed a
number of warnings.
10 years ago
Nikita Tsukanov
07fea3befa
Added RuntimePlatformInfo
10 years ago
Nikita Tsukanov
3af869f49f
Moved IPclPlatformWrapper and IAssetLoader to a separate assembly
10 years ago
Steven Kirk
5be41985c3
Renamed Perspex -> Avalonia
10 years ago
Steven Kirk
cb98a09548
Supply a base URI when loading assets.
This allows assets to be loaded relative to the URI which loaded them,
e.g. a bitmap will now be loaded from the same assembly as the XAML file
that loads the bitmap rather than the entry assembly.
10 years ago
Jason Jarvis
309dabe0c2
Fix Asset DLL loading on non-iOS platforms that I broke.
10 years ago
Jason Jarvis
c961c8f975
Added iOS host for ControlCatalog PCL. Had to forcibly reference Themes.Default to get Xamarin runtime to load it properly.
10 years ago
Jason Jarvis
c755b17c41
Initial work to split ControlCatalog out into Portable implementation and Desktop wrapper.
10 years ago
Jason Jarvis
b566401602
More iOS platform related improvements. Code style reformatting for PR. ControlCatalog can now run on Skia! AssetLoader hack for iOS to get us running.
10 years ago
Nikita Tsukanov
f5e8426371
Fixed tests
10 years ago
Steven Kirk
072cb0128e
Fixed failing tests.
10 years ago
Nikita Tsukanov
630be0c6bf
Test app is running again
10 years ago
Nikita Tsukanov
81f1bf51a8
Fixed #282
10 years ago