artyom
a66a2d33aa
Add missing usings
7 years ago
Steven Kirk
561f070615
Make sure DataGrid is loaded in designer.
Add an `AppBuilder` extension instead of calling `DataGrid.Load` so that the `Avalonia.Controls.DataGrid` assembly gets loaded in the designer.
7 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
860eddb344
Fixed #2094
7 years ago
Benedikt Schroeder
0da9083ba3
Added comments
8 years ago
Benedikt Schroeder
5fe6276228
Finished skia support
8 years ago
Benedikt Schroeder
e96c6e4fe7
Sample revert
8 years ago
Benedikt Schroeder
53db6d75e9
Skia support
8 years ago
Benedikt Schroeder
1ace429342
Direct2D1 caching
8 years ago
Benedikt Schroeder
9f29e9a8f4
caching
8 years ago
boombuler
c1abc05355
Modified the ControlCatalog examples to run in STA ApartmentState
8 years ago
Steven Kirk
03621a8664
Added AppBuilder methods for logging.
You can now set up serilog logging to `Debug` or `Trace` by calling e.g.:
```
AppBuilder.Configure<App()
.LogToDebug()
.UsePlatformDetect();
```
The methods accept an optional `level` parameter to control the minimum log level.
8 years ago
Nikita Tsukanov
2b8953c7ab
Fixed merge issues and made new previewer to work with desktop .net
8 years ago
Nikita Tsukanov
39f4f45d77
Rollback unrelated changes
9 years ago
Nikita Tsukanov
5bb9e6913e
Implemented framebuffer and smarter dll search logic
9 years ago
Nikita Tsukanov
e35677081a
Initial commit of GTK3 backend that shows something on screen
9 years ago
Nikita Tsukanov
d1ac5a4002
Code cleanup
10 years ago
Nikita Tsukanov
d9607a5fca
Initial (with bugs) gtk embedding implementation
10 years ago
Steven Kirk
e058215085
Removed obsolete platform detection code in ControlCatalog.
Fixes #659 .
10 years ago
Nikita Tsukanov
ee37ab8df4
Added UsePlatformDetect
10 years ago
Steven Kirk
d79fc6bbd8
Added AppBuilder
Use AppBuilder to configure the Application and make sure that
everything is set up in the correct order.
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
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
Jason Jarvis
874e350126
Fixed up tab and name styling issues.
10 years ago
Jason Jarvis
97388703b3
Adding various other runtime application configuration extensions to improve boilerplate main startup. Updated most Sample applications to use simpler bootstrapping extensions.
10 years ago