Nikita Tsukanov
de8edba8ad
[WIP] IDL-based codegen
5 years ago
artyom
91d18be954
Remove Avalonia.ReactiveUI.Events.UnitTests from solution file
6 years ago
Steven Kirk
e240b0d322
Added sandbox app.
This is a blank app for use in repros, experiments and perf testing. Please don't commit changes here.
6 years ago
artyom
6275a1ca27
Don't test code that is generated at nukebuild time
6 years ago
Benedikt Schroeder
04c781ca14
Make sure GlyphTypefaces are always cached
6 years ago
Nikita Tsukanov
c3a416aaaa
New iOS backend
6 years ago
artyom
59b0f81aad
Add a smoke test
6 years ago
artyom
d683bbbffc
Add Avalonia.ReactiveUI.Events based on Pharmacist
6 years ago
Dan Walmsley
ffb4d5303a
add api diff for avalonia.base
6 years ago
Rustam Sayfutdinov
8bd39e50fb
Fix viewing existing props and targets in explorer
6 years ago
Nikita Tsukanov
dc2e7a2ffa
iOS build?
6 years ago
Nikita Tsukanov
d355007c57
Extracted runtime XAML loader to a separate package
6 years ago
Benedikt Schroeder
e99a38cd02
Remove redundant classes
6 years ago
Benedikt Schroeder
4fe771786e
Update to Unicode 13.0
6 years ago
Steven Kirk
55868ce690
Remove serilog.
6 years ago
danwalmsley
59172a3f79
Add a Fluent theme (identical to Default for now) to allow new theme work to progress without affecting default theme and templates ( #4004 )
* Define the base colours and brushes.
* import base / system colours.
* test textbox using alias for resource.
* add a fluent theme
* revert default theme
* revert original theme.
* restore default theme.
* remove old accents from fluent theme.
* rename namespaces, etc for new theme.
* make control catalog run again.
* undo textbox work.
* Revert "undo textbox work."
This reverts commit 477665c306 .
* add missing fontweight.
* add the UWP base resources.
* Organise the Fluent themes to separate UWP base resources from Fluent resources.
* Add fluentBase dark and light overrides.
* Add xaml files to contain control resources until we get equivalent of ThemeDictionaries.
* undo textbox work.
6 years ago
Nikita Tsukanov
73f616002e
Sln merge
6 years ago
Nikita Tsukanov
8f73baf507
Ported native embedding PR to master
6 years ago
Steven Kirk
3c74b9593e
Auto-update to .sln file by VS 16.5.
6 years ago
Chris
6121dc41a0
fix datagrid ascending multi-column sort
6 years ago
Chris
5b1bd80f4b
fix datagrid ascending multi-column sort
6 years ago
Benedikt Schroeder
83bfb8ec70
Initial implementation of a font manager
6 years ago
Dan Walmsley
d391b6230e
add avalonia.freedesktop project
7 years ago
Dan Walmsley
44803ef9dd
back port managed dialog work from wasabi wallet.
7 years ago
Nikita Tsukanov
bb2c563416
Headless platform WIP
7 years ago
Nikita Tsukanov
998ef86a68
[GTK3] FÜER
7 years ago
Nikita Tsukanov
628e6778b3
Removed Splat.props
7 years ago
Jumar Macato
2c0936580e
Move DataGrid to a separate assembly and add it to CoreLibraries.props.
7 years ago
Steven Kirk
163abb8322
Added Avalonia.ReactiveUI.UnitTests to solution.
7 years ago
Nikita Tsukanov
847d051dc6
Cleanup
7 years ago
Steven Kirk
2f07f66740
Avalonia.sln updated by VS.
Every time VS opens the solution it makes this change.
7 years ago
Nikita Tsukanov
95af64a8d0
[WIP] Managed file dialog
7 years ago
Jumar Macato
dcd678ab8c
Added unit test project to main solution file.
7 years ago
Nikita Tsukanov
f8d3046cb5
Switched build to Nuke
7 years ago
Nikita Tsukanov
343905ebb3
Generate asset resource info with paths
7 years ago
Nikita Tsukanov
e184f8bfc4
Fixed sln file
7 years ago
Dan Walmsley
52e5f6fd23
suggested changes
8 years ago
Dan Walmsley
7b4b2a0a43
add previewer location as an msbuild property.
8 years ago
Jeremy Koritzinsky
ae68c94943
Fix designer tests and clean up solution.
8 years ago
Jeremy Koritzinsky
2b1700933f
Clean up project files messed up in the rebase.
8 years ago
Jeremy Koritzinsky
237f01fb1a
Move AppBuilder.UsePlatformDetect into Avalonia.Desktop and renamed the reflection-based one to a different name. Conditionalize the output-path loading like before.
8 years ago
Jeremy Koritzinsky
3b9c7e47f0
Update Avalonia.sln and legacy desktop projects.
8 years ago
Dan Walmsley
14ff4f4a33
burn monomac and make ci build avalonia.native instead.
8 years ago
Nikita Tsukanov
6c729fa79e
Line endings and csproj integration
8 years ago
Nikita Tsukanov
16ea1f3762
[X11] Platform threading interface and platform sanity checks
8 years ago
Nikita Tsukanov
add3e81095
Extracted interop bits from GTK3 backend to Avalonia.Base and IRuntimePlatform
8 years ago
Jeremy Koritzinsky
065d6d01d8
Switch Cake to use a dirs.proj traversal project to simplify the solution.
8 years ago
Benedikt Schroeder
881069fd5d
Introduce RenderOptions
8 years ago
Benedikt Schroeder
b108ffcab4
Initial implementation of BitmapScaleMode
8 years ago
Steven Kirk
75f029b52a
Use modified .editorconfig from corefx
Takes the `.editorconfig` from `dotnet/corefx` and modifies it slightly:
- Prefer `var` in all cases
- Use accessibility modifiers
- Remove C++ preferences
- Add indent for xaml files
8 years ago