danwalmsley
|
7a6cf80fe1
|
Merge pull request #2041 from AvaloniaUI/fix-renderdemo-xaml
Fix RenderDemo's AnimationsPage crash
|
8 years ago |
Jumar Macato
|
a2d9594d90
|
Merge branch 'master' into fix-renderdemo-xaml
|
8 years ago |
Jumar Macato
|
6b05f4ec72
|
removed remnants of HtmlRenderer
|
8 years ago |
Jumar Macato
|
5cb26ff9b0
|
Merge pull request #2040 from ahopper/allow-animation-of-structs-without-typeConverter
allow animation of structs without typeConverter
|
8 years ago |
danwalmsley
|
1b05157754
|
Merge branch 'master' into fix-renderdemo-xaml
|
8 years ago |
Jumar Macato
|
8816387d4e
|
Merge branch 'master' into allow-animation-of-structs-without-typeConverter
|
8 years ago |
Jumar Macato
|
022fa47397
|
Merge pull request #1889 from AvaloniaUI/refactor/pixelsize
API Cleanup: Use PixelSize for device-dependent sizes.
|
8 years ago |
Jumar Macato
|
ef7a1f723d
|
Fix AnimationsPage crash, related to #1939
|
8 years ago |
Dan Walmsley
|
f2d126b9d2
|
update avalonia.native to use PixelSize.
|
8 years ago |
Dan Walmsley
|
899d48c362
|
Merge remote-tracking branch 'origin/master' into refactor/pixelsize
|
8 years ago |
ahopper
|
a67aa192e3
|
Merge branch 'master' into allow-animation-of-structs-without-typeConverter
|
8 years ago |
ahopper
|
3375964b9e
|
Merge branch 'allow-animation-of-structs-without-typeConverter' of https://github.com/ahopper/Avalonia into allow-animation-of-structs-without-typeConverter
|
8 years ago |
ahopper
|
17a976c99b
|
space removed
|
8 years ago |
danwalmsley
|
ff3cfc661a
|
Merge pull request #2026 from Gillibald/feature/OpenTypeFontSupport
OpenTypeFont support for embedded fonts
|
8 years ago |
Jumar Macato
|
779a69db64
|
Merge branch 'master' into feature/OpenTypeFontSupport
|
8 years ago |
Dan Walmsley
|
0a191bb260
|
Merge branch 'master' into refactor/pixelsize
|
8 years ago |
ahopper
|
f135456a37
|
Merge branch 'master' into allow-animation-of-structs-without-typeConverter
|
8 years ago |
ahopper
|
fd041c3af5
|
allow annimation of structs without typeConverter
|
8 years ago |
danwalmsley
|
e467178642
|
Merge pull request #2039 from jkoritzinsky/publish-test-results
Publish test results and make task names more readable.
|
8 years ago |
Jeremy Koritzinsky
|
f5f8d1594c
|
Publish test results and make task names more readable.
|
8 years ago |
Jumar Macato
|
17e355ca7a
|
Merge branch 'master' into feature/OpenTypeFontSupport
|
8 years ago |
Jumar Macato
|
154a320046
|
Merge pull request #2034 from tdaffin/f10crash
Fix a crash when pressing F10 on a window that has no main menu
|
8 years ago |
Jumar Macato
|
da72fefbfe
|
Merge branch 'master' into f10crash
|
8 years ago |
Tom Daffin
|
1fff693730
|
Fix brace style
|
8 years ago |
danwalmsley
|
cae48bc6fd
|
Merge branch 'master' into feature/OpenTypeFontSupport
|
8 years ago |
danwalmsley
|
42af4ee24b
|
Merge pull request #1900 from jkoritzinsky/Avalonia-metapackage-csproj
Pack NuGet Packages via MSBuild
|
8 years ago |
Dan Walmsley
|
c2b93c8f8f
|
dont publish bin folders
|
8 years ago |
Dan Walmsley
|
12a25f978a
|
Merge remote-tracking branch 'origin/master' into Avalonia-metapackage-csproj
|
8 years ago |
danwalmsley
|
895ed6e231
|
Merge pull request #2037 from AvaloniaUI/fixes/dpi-intptr-fail
Fix checks for DPI APIs.
|
8 years ago |
Steven Kirk
|
e71b6a1edf
|
Compare IntPtrs with IntPtr.Zero instead of null
D'oh. I wish C# would warn for this.
|
8 years ago |
Jeremy Koritzinsky
|
81d8f24939
|
Change cake script to build packages on OSX.
|
8 years ago |
Jeremy Koritzinsky
|
1497549b16
|
Publish NuGet packages on OSX.
|
8 years ago |
Jeremy Koritzinsky
|
7745d3bd21
|
Update gitignore.
|
8 years ago |
Jeremy Koritzinsky
|
45ae6aac23
|
Fix package versions.
|
8 years ago |
Tom Daffin
|
f23b1a672d
|
Fix a crash when pressing F10 on a window that has no main menu
|
8 years ago |
Jeremy Koritzinsky
|
054909de78
|
Remove duplicate content block.
|
8 years ago |
Jeremy Koritzinsky
|
ae68c94943
|
Fix designer tests and clean up solution.
|
8 years ago |
Jeremy Koritzinsky
|
f8dbaf13ec
|
Remove Copy-Files-Impl task references.
|
8 years ago |
Jeremy Koritzinsky
|
2b1700933f
|
Clean up project files messed up in the rebase.
|
8 years ago |
Jeremy Koritzinsky
|
74bbbbbec4
|
Move Xcode files around.
|
8 years ago |
Jeremy Koritzinsky
|
dd91372b82
|
Clean up Avalonia.Native.csproj after the rebase.
|
8 years ago |
Jeremy Koritzinsky
|
f53d491bca
|
Add C++11 override specifier to be explicit about overrides
|
8 years ago |
Jeremy Koritzinsky
|
4785413938
|
Clean up Avalonia.Native project.
|
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
|
0410d121c2
|
Add windowing subsystem hookup for reflection UsePlatformDetect.
|
8 years ago |
Jeremy Koritzinsky
|
05e0020f53
|
Fix designer errors and .NET Framework on Unix errors.
|
8 years ago |
Jeremy Koritzinsky
|
3b9c7e47f0
|
Update Avalonia.sln and legacy desktop projects.
|
8 years ago |
Jeremy Koritzinsky
|
ee1833ff8f
|
Merge Designer HostApps into a single project. Pack Designer hosts into the Avalonia package like before.
|
8 years ago |
Jeremy Koritzinsky
|
40a901347a
|
Update Cake to build packages via MSBuild.
|
8 years ago |
Jeremy Koritzinsky
|
acb3d46ca0
|
Enable generating NuGet packages via the MSBuild Pack target.
|
8 years ago |