walterlv
3f1a5ed009
Remove language usage condition.
8 years ago
walterlv
2052d53d68
Order the grid codes and make most unit test passed.
8 years ago
walterlv
163744b89b
Add support for layout that the children have multi span but also have desired size.
8 years ago
walterlv
cae8a2ab5c
Add not enough length unit test for all test facts.
8 years ago
walterlv
a0518955f5
Grid layout support positiveinfinity measure.
8 years ago
walterlv
fc73d7cc37
When the available length is not enough, clip the measure list.
8 years ago
walterlv
e403299bb2
Use a new algorithm to layout Grid.
8 years ago
walterlv
b135f988e4
Try to use new algorithm to measure and arrange Grid.
8 years ago
walterlv
b9d71860ff
Add a new version of Grid layout. and its performance may be better than the original one.
8 years ago
walterlv
b8bebd634d
Add unit test for grid layout:
- start row column with min length.
8 years ago
walterlv
431407437b
Add unit test for grid layout:
1. Pixel row column
1. Start row column
1. Mix pixel star row column
8 years ago
Steven Kirk
6dfd705660
Added failing test for #1548 .
Caused by a bug in Portable.Xaml: https://github.com/cwensley/Portable.Xaml/issues/95
8 years ago
Steven Kirk
1ee4fa47f9
Tweak IAssetLoader API and fix tests.
8 years ago
Amadeusz Sadowski
c7f7640ae7
Removed comments about not working parent ambient providers
8 years ago
Benedikt Schroeder
eb273c0fcb
Inital
8 years ago
Benedikt Schroeder
73ca7334ee
Initial
8 years ago
Amadeusz Sadowski
5dabc067ed
Added StaticResource tests for bindings within DataTemplate
8 years ago
Amadeusz Sadowski
8d11d7a5fa
BindingExtension Source tests and sample
#1521
8 years ago
Amadeusz Sadowski
3f87b9d02d
Support StaticResource in Bindings inside DataTemplate
8 years ago
Steven Kirk
bdc8100961
Fix failing tests.
8 years ago
Steven Kirk
b02ad2be48
Fix failing tests.
This class was registering a global attached property which affected other tests.
8 years ago
Steven Kirk
f0d0429644
Remove unused member.
8 years ago
Steven Kirk
44cfcfb04d
Allow any property to be registered anywhere.
Makes Avalonia more like other XAML frameworks, in that any avalonia property can now be set anywhere. The XAML parser however will only allow you to set registered properties.
8 years ago
Steven Kirk
7b4cd4f96d
Modify/add tests for non-registered properties.
We should change to the behavior of other XAML frameworks where non-registered `AvaloniaProperty`s can be set on `AvaloniaObject`s via code.
8 years ago
Dan Walmsley
8d07861e59
white space.
8 years ago
Dan Walmsley
2c9f3ede54
fix tests and and fixes.
8 years ago
Dan Walmsley
67003577a0
Add failing unit tests for border and content presenter.
8 years ago
Steven Kirk
2d1ab0a106
Only update clip bounds when ClipToBounds = true.
Fixes #1436
8 years ago
Steven Kirk
253ff56895
Added a couple of Border CornerRadius render tests.
8 years ago
Benedikt Schroeder
27a666467c
Initial
8 years ago
sdoroff
cee1a79911
Added Unit Tests
8 years ago
Steven Kirk
e329140c04
Added failing test for #1447 .
8 years ago
Jumar Macato
fc06fa1e35
Fix skew matrix function's flipped axes + update tests.
8 years ago
Jumar Macato
0306d9475d
Added LayoutTransformControl skew tests
8 years ago
ahopper
c06ac12de7
fix d2d render tests
8 years ago
ahopper
c6a7611150
render test fixed
8 years ago
ahopper
e967a8eb72
rename WritableBitmap
8 years ago
sdoroff
5927e7acfe
Added Unit Tests
8 years ago
Steven Kirk
53397a2aab
Added failing test for #1423 .
8 years ago
Steven Kirk
87d7f65eb8
Added failing test for #1420 .
8 years ago
Steven Kirk
7ba9d33b0e
Added extra test for Bounds/Margin.
And removed empty test.
8 years ago
Steven Kirk
f136eeccb1
Added failing test for #1408 .
8 years ago
Nikita Tsukanov
fee5b4e594
Support default clr-namespace when loading XAML from Uri or previewer
8 years ago
Steven Kirk
3891cbf06d
Fixed spelling.
8 years ago
Steven Kirk
53ff0e178c
Added failing test for #1376
8 years ago
sdoroff
89b018135e
Added Unit Tests
8 years ago
sdoroff
7969749cd1
Added a unit test
8 years ago
Jeremy Koritzinsky
8817910549
Add ref-counting for the scene instance in DeferredRenderer to ensure that we don't dispose a scene while it is being rendered.
Also rename Scene.Clone to Scene.CloneScene to prevent confusion between IRef<Scene>.Clone and Scene.Clone.
8 years ago
Jeremy Koritzinsky
74f8930277
Fixed bug in TrimDrawOperations that wasn't disposing draw operations correctly.
8 years ago
sdoroff
5dce65f7b6
Created a shared DataValidationErrors framework
Moved Validation Error tracking to attached an attached property
Created an shared error indicator that can be simply added to control
templates and re-styled across all controls
This should reduce the need for code and markup duplication while
allowing for a consistent visual interface
8 years ago