Nikita Tsukanov
4631b50e1c
Merge branch 'master' into monomac
2017-09-13 14:43:32 +03:00
Nikita Tsukanov
b3f3c010c7
[MONOMAC] Updated code to new APIs and added it to solution
2017-09-08 17:57:27 +03:00
Jeremy Koritzinsky
dff3031e20
Upgrade ReactiveUI to the v8 alpha nuget package so we don't need to maintain our own fork. Avalonia.ReactiveUI only registers the MainScheduler, and it does so via a call to UseReactiveUI on AppBuilder.
...
Update Rx.Net dependency to match reactiveui's dependency on Rx.
Removed ReactiveUI dependeny in BindingTests.
Updated BindingTest sample to use the new reactiveui APIs.
Update samples to use current ReactiveUI APIs.
Fixed bug I introduced into tests.
Remove RxUI submodule info from .gitmodules
2017-08-27 19:03:29 -05:00
Nikita Tsukanov
d3f62476e0
Visual studio wanted this
2017-08-08 19:30:23 +03:00
Nikita Tsukanov
3aa39066ca
Fixed project path
2017-08-08 18:22:27 +03:00
Nikita Tsukanov
a886f57872
Reverted most of sln's project section
2017-08-08 18:04:44 +03:00
Nikita Tsukanov
e388a485ce
Fixed build? Maybe? Appveyor, pretty please?
2017-08-08 17:38:42 +03:00
Nikita Tsukanov
f28d5627e6
Merge remote-tracking branch 'upstream/master' into skia-merge
2017-08-08 17:30:54 +03:00
Jeremy Koritzinsky
5ec7b33a1a
Revert "Upgrade ReactiveUI to the v8 alpha"
2017-08-07 08:41:47 -07:00
Jeremy Koritzinsky
2f4ac95ef1
Merge remote-tracking branch 'kekekeks/skia-merge' into skia-merge
2017-08-06 15:19:56 -07:00
Jeremy Koritzinsky
c1af7bd4b4
Merge remote-tracking branch 'AvaloniaUI/master' into skia-merge
2017-08-06 15:16:25 -07:00
Jeremy Koritzinsky
9f8336c733
Update samples to use current ReactiveUI APIs.
2017-08-05 19:04:28 -07:00
Nikita Tsukanov
7c81f40694
Fixed build?
2017-07-22 21:29:57 +03:00
Nikita Tsukanov
e610d5858f
Merge skia projects into one
2017-07-19 20:07:53 +03:00
Nikita Tsukanov
67ff5ba53c
Initial implementation of Proper WPF embedding™
2017-06-07 17:38:09 +03:00
Nikita Tsukanov
012451a4db
Direct3D interop sample
2017-04-23 17:37:31 +03:00
Nikita Tsukanov
70abfca7d0
Implemented support for running on top of fbdev and libevdev2
2017-03-22 14:52:51 +03:00
Wiesław Šoltés
9864abe937
Updated solution
2017-03-20 22:40:06 +01:00
Wiesław Šoltés
f8097cc27d
Added msbuild props for package references
2017-03-19 16:31:09 +01:00
Wiesław Šoltés
903c853821
Add missing shared imports
2017-03-13 19:19:21 +01:00
Steven Kirk
96d9cfa2fc
Use the default compile items in core libs.
...
Now we're using the new project system, we don't have to have a
`<Compile Include="..."/>` element for each file.
2017-03-10 20:20:51 +01:00
Nikita Tsukanov
dc8a32d1b1
Run Avalonia.Base.UnitTests using `dotnet test`
2017-03-08 23:26:07 +03:00
Nikita Tsukanov
fef8d3448a
Added .NET Core version of control catalog
2017-03-08 16:41:35 +03:00
Nikita Tsukanov
485fe1364e
Everything is buildable via MSBuild
2017-03-08 08:41:41 +03:00
Nikita Tsukanov
e780c4201a
Switched to .NETStandard (mostly 1.1)
2017-03-07 22:55:43 +03:00
Nikita Tsukanov
f0285179bd
Fixed comments and solution
2017-02-19 19:28:18 +03:00
Nikita Tsukanov
f21212e76a
Refactored out WindowBase from TopLevel
2017-02-17 06:36:17 +03:00
Nikita Tsukanov
1f91e01293
[SKIA] One codebase to rule them all
2017-02-08 21:39:24 +03:00
Nikita Tsukanov
7e163ef310
Somewhat fixed iOS. Now also using framebuffer model
2017-02-08 21:25:08 +03:00
Nikita Tsukanov
f3e12e116a
Fixed incorrectly merged solution
2017-02-02 21:06:15 +03:00
Nikita Tsukanov
64fbb61896
Merge branch 'gtk-pinvoke' into netstandard-ftw
2017-02-02 20:52:16 +03:00
Nikita Tsukanov
830a4963fe
Added netcoreapp1.0 build for Avalonia.Skia.Desktop, updated splat
2017-02-02 19:45:16 +03:00
Nikita Tsukanov
424c21fab4
Added Avalonia.DotNetCoreRuntime
2017-01-31 20:36:49 +03:00
Nikita Tsukanov
e9554554c1
Avalonia.Win32 for .NETStandard 1.1
2017-01-30 17:06:50 +03:00
Nikita Tsukanov
6e1fc14938
Merge remote-tracking branch 'upstream/master' into gtk-pinvoke
2017-01-30 13:45:13 +03:00
Nikita Tsukanov
b96f8b5fef
Rollback some changes made by visual studio
2017-01-29 01:44:06 +03:00
Nikita Tsukanov
87de571925
Use IFramebufferSurface for android.
2017-01-29 00:43:22 +03:00
Nikita Tsukanov
f8e392a520
Updated to the recent code base, implemented threading, resize and invalidate handling
2017-01-26 02:55:48 +03:00
Nikita Tsukanov
e35677081a
Initial commit of GTK3 backend that shows something on screen
2017-01-25 18:45:10 +03:00
danwalmsley
78e5e29bb7
Merge branch 'master'
...
Conflicts:
samples/TestApplication/TestApplication.csproj
samples/XamlTestApplication/XamlTestApplication.csproj
samples/XamlTestApplicationPcl/XamlTestApplicationPcl.csproj
2016-11-16 15:56:53 +00:00
Steven Kirk
e72759c954
Removed test applications.
...
They're out of date and other samples do what they're triyng to do
better.
2016-10-30 21:24:17 +01:00
Steven Kirk
59c49d259d
Renamed assembly SceneGraph -> Visuals.
...
To make way for low-level scene graph library.
2016-10-21 23:52:58 +02:00
Steven Kirk
e698251aa9
Fix .sln merge error.
2016-10-19 19:53:27 +02:00
Steven Kirk
b602e8caba
Merge branch 'master' into render-loop
...
Conflicts:
src/Android/Avalonia.Android/AndroidPlatform.cs
src/Avalonia.Controls/TopLevel.cs
2016-10-17 23:36:23 +02:00
Wiesław Šoltés
e21e15a036
Added SkiaSharp package to test project
2016-10-15 12:48:46 +02:00
Wiesław Šoltés
568a5a8e35
Added ControlCatalog.Android project
2016-09-12 22:57:02 +02:00
Wiesław Šoltés
c61d75484d
Merge branch 'master' into AndroidSkia
2016-09-12 22:00:28 +02:00
Steven Kirk
bf2285bbe4
Added a render test sample.
...
To measure FPS with animations.
2016-09-10 16:28:03 +02:00
Wiesław Šoltés
54dd77c66c
Disable windows related projects for mono builds
2016-08-31 15:27:06 +02:00
Nikita Tsukanov
dccbec50ca
Merge remote-tracking branch 'upstream/master' into embed
2016-08-31 01:44:27 +03:00