Steven Kirk
|
8d2af50808
|
Add failing tests for #3552.
|
6 years ago |
amwx
|
c9a4543d02
|
Skip failing time picker test
|
6 years ago |
Benedikt Schroeder
|
c9a98da01a
|
Fix mandatory break
|
6 years ago |
Benedikt Schroeder
|
f211e3c724
|
Disable generators
Remove vertical tab and form feed
|
6 years ago |
Benedikt Schroeder
|
f377172947
|
Introduce line break tests
|
6 years ago |
Benedikt Schroeder
|
4fe771786e
|
Update to Unicode 13.0
|
6 years ago |
Jumar Macato
|
baf63bfeec
|
add failing test
|
6 years ago |
Jumar Macato
|
ea12af0778
|
address review and add unit tests
|
6 years ago |
amwx
|
61294fcaff
|
Add unit tests
|
6 years ago |
Steven Kirk
|
a0e8afe841
|
Added rotate transform test.
|
6 years ago |
Steven Kirk
|
b5da0310f1
|
Update tests from UWP tests.
UWP tests are at: https://github.com/grokys/EffectiveBoundsTestsUWP
Try to make the Avalonia tests match them as closely as possible in order to easily port them across.
|
6 years ago |
Steven Kirk
|
9c7aeaf713
|
Initial implementation of EffectiveViewportChanged.
|
6 years ago |
Steven Kirk
|
2807cbe6cb
|
Make LayoutManager disposable.
And dispose it on `TopLevel` close: this allows layout passes to be run before a window/popup is shown but prevents it being run after close.
|
6 years ago |
Steven Kirk
|
f14d73f5c9
|
Disable render layers.
We need a new renderer :/
Fixes #2244
|
6 years ago |
Nikita Tsukanov
|
a3fe36b8a5
|
Fixed memory tests broken by Moq
|
6 years ago |
Steven Kirk
|
259529fbcd
|
Added unit test for not laying out invisible toplevel.
|
6 years ago |
Steven Kirk
|
d3c3741bec
|
No longer need to pass root to ExecuteInitialLayoutPass.
|
6 years ago |
Steven Kirk
|
7694fc0484
|
Don't run layout passes on hidden TopLevels.
To do this we need to pass the root to `LayoutManager`.
Fixes #4161
|
6 years ago |
Luis von der Eltz
|
c4ef08206e
|
Implementing support for IsTabStop attached property
|
6 years ago |
Dariusz Komosinski
|
178a1aeb19
|
Add failing unit test.
|
6 years ago |
Rustam Sayfutdinov
|
8414ace5cf
|
Remove duplicate code for RoundLayoutValue
|
6 years ago |
amwx
|
af2d3205e3
|
Rename timepicker selectedtime test
|
6 years ago |
Steven Kirk
|
55868ce690
|
Remove serilog.
|
6 years ago |
Steven Kirk
|
479d480ad9
|
Parameterize logger on area as well as level.
So we can filter our more logging calls early.
|
6 years ago |
amwx
|
e1ba96b0f5
|
Add some unit tests
|
6 years ago |
Steven Kirk
|
bc891efc13
|
Don't raise ScrollChanged if nothing changed.
And remove empty braces in test.
|
6 years ago |
Dariusz Komosinski
|
2b50335727
|
Increase coverage of transform parsing and fix found issues.
|
6 years ago |
Dariusz Komosinski
|
4b0e88f0ec
|
Implement remainder of matrix interpolation fallback test.
|
6 years ago |
Dariusz Komosinski
|
179fdd21b3
|
Use epsilon when checking for singular matrices. Add benchmark for decomposing a Matrix. Add more tests for Matrix struct.
|
6 years ago |
Dariusz Komosinski
|
8c5b22c8cc
|
Initial CSS like transform support.
|
6 years ago |
amwx
|
0863b29d09
|
Rename existing DatePicker control
|
6 years ago |
Rustam Sayfutdinov
|
5a65aa09f8
|
Add some tests for double case MathUtilities
|
6 years ago |
Rustam Sayfutdinov
|
725081e187
|
Fix to not ~0 in test
|
6 years ago |
Rustam Sayfutdinov
|
3307fd577b
|
Replace check AreClose(x, 1) by IsOne in RoundLayoutValue
|
6 years ago |
Steven Kirk
|
363b2a0489
|
Fix failing tests.
`ScrollContentPresenter` now coerces offset so it can only be set after a viewport has been calculated.
|
6 years ago |
Rustam Sayfutdinov
|
c4668f5ef3
|
Add tests for float math utils
|
6 years ago |
Rustam Sayfutdinov
|
1ce6df7186
|
Remove duplicate code for MathUtilities
|
6 years ago |
Rustam Sayfutdinov
|
c73e777ed2
|
Return hack with double.Epsilon
|
6 years ago |
Rustam Sayfutdinov
|
006186b981
|
Fix machine epsilon for double
|
6 years ago |
Steven Kirk
|
fc711e7c86
|
Measure PopupRoot to MaxAutoSizeHint.
On win32 popup's don't receive `WM_GETMINMAXINFO` so instead query the monitor info for the max work area,
|
6 years ago |
Steven Kirk
|
5e16897137
|
Unwrap BindingNotification in MultiBinding.
And add some unit tests.
|
6 years ago |
Steven Kirk
|
c3a5c48d6f
|
Raise ScrollChanged when layout updated.
To be consistent with WPF/UWP `ScrollChanged` should be raised when layout finishes updating, rather than when the individual properties are changed.
|
6 years ago |
Steven Kirk
|
d46265233d
|
Raise LayoutUpdated at the end of layout pass.
This attempts to match the behavior of `LayoutUpdated` in WPF and UWP.
|
6 years ago |
Nikita Tsukanov
|
165da1c678
|
Naming
|
6 years ago |
Max Katz
|
53cb9d266d
|
Add ToolTip :open pseudo class tests
|
6 years ago |
Dariusz Komosinski
|
3b7d8574e8
|
Try matching for INPC before matching methods.
|
6 years ago |
Dariusz Komosinski
|
0f23da0a79
|
Use correct file name.
|
6 years ago |
Dariusz Komosinski
|
999d5945c1
|
Optimize method accessor plugin
|
6 years ago |
Steven Kirk
|
6239e4f5e3
|
Added failing test for #4059.
|
6 years ago |
José Pedro
|
50985a62d2
|
Changed test cases as requested.
|
6 years ago |