Jeremy Koritzinsky
0d31525c93
Clean up DotNetCoreRuntime project file and associated files
9 years ago
Nikita Tsukanov
7e163ef310
Somewhat fixed iOS. Now also using framebuffer model
10 years ago
Nikita Tsukanov
424c21fab4
Added Avalonia.DotNetCoreRuntime
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
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.
11 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.
11 years ago
Jason Jarvis
c755b17c41
Initial work to split ControlCatalog out into Portable implementation and Desktop wrapper.
11 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.
11 years ago
Nikita Tsukanov
f5e8426371
Fixed tests
11 years ago
Steven Kirk
072cb0128e
Fixed failing tests.
11 years ago
Nikita Tsukanov
630be0c6bf
Test app is running again
11 years ago
Nikita Tsukanov
81f1bf51a8
Fixed #282
11 years ago
Steven Kirk
67835cc09b
Applied a bunch of resharper suggestions.
11 years ago
Nikita Tsukanov
cf65cc5ef7
Massive android-backend code cleanup and fixes for threading and rendering
11 years ago
Steven Kirk
5a27ecf264
Add IAssetLoader.Exists
Closes #181 .
11 years ago
Nikita Tsukanov
c8b1c4202a
Asset loader improvements:
1) moved to shared project
2) now using uri format with assembly name
11 years ago
Nikita Tsukanov
1af3912774
Restored previous AssetLoader behavior
11 years ago
Steven Kirk
52a135c3b1
Load from embedded resources on GTK too.
11 years ago
Steven Kirk
145411020b
Ran .net core code formatter.
11 years ago
Steven Kirk
6151aef188
Removed file headers.
11 years ago
Steven Kirk
70a9ba81a5
Added AssetLoader to Perspex.Gtk.
11 years ago
Steven Kirk
56b88d287c
Refactored loading assets into IAssetLoader.
11 years ago