Dariusz Komosinski
|
e55c11ec37
|
Fix unit tests.
|
5 years ago |
Steven Kirk
|
a42334d128
|
Hide child windows when hiding parent/owner.
|
5 years ago |
Steven Kirk
|
15cdee1bee
|
Ensure parent/owner windows are visible when showing child.
|
5 years ago |
Steven Kirk
|
69852a56f5
|
Don't allow self as parent/owner window.
|
5 years ago |
Steven Kirk
|
ea3f85e126
|
Don't allow using a closed window as a parent/owner.
|
5 years ago |
Giuseppe Lippolis
|
83c141172f
|
feat(tests): Add test to check closing window on Alt+F4 KeyDown when ComboBox is focused
|
5 years ago |
Giuseppe Lippolis
|
b4e11b227d
|
fixes: code documentation
|
5 years ago |
Max Katz
|
e44256b5dd
|
Skip failing tests, issue created
|
5 years ago |
Max Katz
|
04d3ce168e
|
Add failing test
|
5 years ago |
Max Katz
|
a49ba4b0e3
|
Add tests
|
5 years ago |
Nathan Garside
|
bccbf0570c
|
Make FrameSize nullable
|
5 years ago |
Nathan Garside
|
d77d1fd5da
|
Rename to FrameSize
|
5 years ago |
Nathan Garside
|
9feb2376a0
|
Squash toplevel-totalsize
|
5 years ago |
Steven Kirk
|
82754cb163
|
Fixed gradient brush target rectangles.
When drawn via the `DrawingContext` gradient brushes were not taking the origin of the target rect into account, only the size.
Fixes #5947.
|
5 years ago |
Steven Kirk
|
a11270b07e
|
Add a sanity check to the test.
|
5 years ago |
Steven Kirk
|
6b94cc4ed9
|
Added failing test for #5054.
|
5 years ago |
Steven Kirk
|
31d9b5b13a
|
Fix a couple of tests that only fail in debug mode.
Introduced in #6039 due to use of `Debug.Assert`.
|
5 years ago |
Steven Kirk
|
7d608a33ee
|
Implemented ImageDrawing.
|
5 years ago |
Dariusz Komosinski
|
a21880d4a8
|
Remove old implementation benchmark.
|
5 years ago |
Dariusz Komosinski
|
f2e93ecb87
|
Optimize shape rendering (pen creation mostly).
|
5 years ago |
Dariusz Komosinski
|
21b7b88b0f
|
Cleanup and refactor leftover transition types.
|
5 years ago |
Dariusz Komosinski
|
5765007ecd
|
Avoid closures and extra allocations caused by transition observables.
|
5 years ago |
Benedikt Stebner
|
43beabc9b4
|
Add a unit test
|
5 years ago |
mat1jaczyyy
|
5f4a338c18
|
ICustomHitTest renderer tests
|
5 years ago |
Dariusz Komosinski
|
b3e2b05d1f
|
Implement StretchDirection for Viewbox. Cleanup Viewbox.
|
5 years ago |
Steven Kirk
|
73556f8a42
|
Added failing DrawingContextImpl tests.
Skia `DrawingContextImpl` throws a NRE when passed a pen with 0 thickness.
|
5 years ago |
Max Katz
|
77361a069f
|
Theme loading benchmark
|
5 years ago |
Benedikt Stebner
|
96df38c88e
|
Add failing unit test
|
5 years ago |
Benedikt Stebner
|
251dcbf2cd
|
Add failing unit test
|
5 years ago |
Benedikt Stebner
|
9c3bfd2e92
|
Add failing test
|
5 years ago |
Steven Kirk
|
04ae8ee43f
|
Added failing property batch update tests.
|
5 years ago |
Murdo R Ergeaux
|
b1db4ce6d2
|
Update ItemsControl PseudoClasses on ItemCount property changed
|
5 years ago |
Murdo R Ergeaux
|
dbab1666a2
|
Use ItemCount to determine PseudoClass in ItemsControl
|
5 years ago |
Benedikt Stebner
|
753c991aa8
|
Add failing test condition
|
5 years ago |
Benedikt Schroeder
|
08a72e893c
|
Increase TextFormatter compatibility with WPF's version
|
5 years ago |
Steven Kirk
|
f9a6f5b1ec
|
Create failing test for SelectedItems binding.
|
5 years ago |
Max Katz
|
57b7a3a8b2
|
Update tests per new default
|
5 years ago |
Dan Walmsley
|
57cbf67879
|
more missing stubs.
|
5 years ago |
Dan Walmsley
|
79d96ca891
|
implement missing stubs.
|
5 years ago |
Dan Walmsley
|
a4ebe5dbb5
|
add direct2d implementation.
|
5 years ago |
Steven Kirk
|
2c3f70bd07
|
Add more tests for resetting InternalSelectionModel.
Always check that `WriteableSelectedItems` is correct - sometimes it's not it seems.
|
5 years ago |
ReeJK
|
6e26cd58fa
|
Button state update when CommandParameter changed
|
5 years ago |
Andrey Ermilkin
|
bcca8d8616
|
Scaling Vector is not commutative
|
5 years ago |
Yoh Deadfall
|
741f3458d4
|
Allowed empty templates
|
5 years ago |
Steven Kirk
|
15a765490f
|
Added another failing transitions test.
|
5 years ago |
Steven Kirk
|
eba0529726
|
Added failing transitions test.
|
5 years ago |
Steven Kirk
|
5bc392ee95
|
Added more failing tests.
To test completing/disposing bindings during and while ending batch updates.
|
5 years ago |
Nikita Tsukanov
|
61792ce45f
|
Allow binding to classes with Classes.ClassName
|
5 years ago |
aljosas
|
2a185da639
|
removing Dispatcher.UIThread.RunJobs() from tests
|
5 years ago |
aljosas
|
2dd6b574d4
|
fixing failing test
|
5 years ago |