Nikita Tsukanov
3e09457e10
[D2D1] Implement support for IFramebufferPlatformSurface
8 years ago
José Pedro
cc7098583e
Fixed Assert.Null warnings.
8 years ago
Nikita Tsukanov
bdbe95b9b1
Fixed DispatcherTimer's priorities
8 years ago
Dan Walmsley
18e556a1b1
correct stack panel unit tests.
8 years ago
Steven Kirk
5fd6f5ac6d
Snap bounding boxes to pixels.
8 years ago
Steven Kirk
685a509c5c
Reimplement commented-out tests.
8 years ago
Nikita Tsukanov
3d3d4528f6
Burn, baby, BURN!
8 years ago
Nikita Tsukanov
b963d68668
Try to respect DispatcherPriority when possible
8 years ago
Jurjen Biewenga
6fc85456f1
Added expected test results for Cairo and Direct2D
8 years ago
Jurjen Biewenga
e74a1be8e4
Added SVGPath test
8 years ago
Steven Kirk
bb5a7f0cd3
Removed IRenderLayerFactory
And use `IDrawingContextImpl.CreateLayer` instead.
8 years ago
Eli Arbel
aa45cccec4
Fix slider
9 years ago
Nikita Tsukanov
913149d093
Switched to .NET Standard 2.0
9 years ago
Eli Arbel
aee42bad6c
Add scroll bar & slider buttons
9 years ago
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
9 years ago
Steven Kirk
5827f3c284
Missed file from merge
9 years ago
Steven Kirk
3b030f19d1
Fix Avalonia.Input.UnitTests.csproj
Previously this project was spewing loads of
```
Severity Code Description Project File Line Suppression State
Warning CS1701 Assuming assembly reference 'System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' used by 'Avalonia.Controls' matches identity 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' of 'System.Runtime', you may need to supply runtime policy Avalonia.Input.UnitTests(net461) D:\projects\Avalonia\tests\Avalonia.Input.UnitTests\CSC 1 Active`
```
Warnings. Not sure why this was, but updating the `csproj` to be in the same format as the other unit tests stops these warnings and reduces the warnings for a solution build from 5755(!) to 238.
9 years ago
Steven Kirk
f6ed69be28
StyleResource -> DynamicResource
9 years ago
Steven Kirk
e54f48b63c
React to application resources changing.
9 years ago
Steven Kirk
a72ce3671d
Added ResourceInclude.
9 years ago
Steven Kirk
56c06be403
DynamicResource merged dictionary tests.
9 years ago
Steven Kirk
91387a74e1
Start testing MergedDictionaries.
9 years ago
Steven Kirk
e81b22b9d2
IResourceProvider -> IResourceNode
9 years ago
Steven Kirk
ac8cc99f16
Started adding MergedDictionaries.
9 years ago
Steven Kirk
2c1efe3773
Static resource as binding converter
Enable using a `StaticResource` as a binding converter. Fixes #818 .
9 years ago
Steven Kirk
fcee846228
Added tests for #1020
Passing. Closes #1020 .
9 years ago
Steven Kirk
a0bda15576
More resource extension tests.
One failing.
9 years ago
Steven Kirk
71e8b4fc69
Update dynamic resources on set parent.
9 years ago
Steven Kirk
0e155bd2d4
Make dynamic resources work in more situations.
Fixes #492 in a fashion: `DynamicResource` now works for this scenario.
9 years ago
Steven Kirk
2a61bbcb64
Detect resources added in new styles.
9 years ago
Steven Kirk
513efe99f7
Start making DynamicResource react to changes.
9 years ago
Steven Kirk
61848673d2
Renamed test classes.
9 years ago
Steven Kirk
b459445290
Use an anchor for dynamic resources.
9 years ago
Steven Kirk
eda7c1f09d
Added more tests.
Some failing.
9 years ago
Steven Kirk
38dce7b7cd
Added DynamicResourceExtension.
9 years ago
Steven Kirk
c7e1e5ddaa
Moved StaticResourceTests.
9 years ago
Steven Kirk
4268014e66
A few tweaks.
9 years ago
Steven Kirk
4a9302b61e
More work on static resources.
Also found a scenario that Portable.Xaml can't seem to handle...
9 years ago
Steven Kirk
0b0667f5ee
Delay load static resources if necessary.
9 years ago
Steven Kirk
fe3c5d0290
Get Appplication.Resources from StaticResource.
9 years ago
Steven Kirk
b166b9c3fb
Started adding StaticResource.
9 years ago
Steven Kirk
bf2d403f14
Fix faulty resource lookup.
9 years ago
Steven Kirk
22bda08a90
Lazily initialize DataTemplates.
Added an `IDataTemplateHost` interface with a `IsDataTemplatesInitialized` property to prevent the need for allocating empty `DataTemplates` collections for many controls.
9 years ago
Steven Kirk
090a1ec8cf
Lazily initialize Styles.
Added an `IStyleHost.IsStylesInitialized` property to prevent the need for allocating empty `Styles` collections for many controls.
9 years ago
Steven Kirk
b5317085af
Tweaked formatting.
9 years ago
Steven Kirk
d1fee611bf
IResourceHost -> IResourceProvider.
9 years ago
Steven Kirk
84aa27162f
Made a start adding Control/Application.Resources.
9 years ago
Steven Kirk
b5df0cdcee
Remove Style.Resources setter.
We don't need it.
9 years ago
Steven Kirk
fec2823537
StyleResources -> ResourceDictionary.
And move it to the `Avalonia.Controls` namespace.
9 years ago
Jeremy Koritzinsky
58b3ff90ab
Reduce build warnings by setting a few flags and not using deprecated overloads.
9 years ago