mstr2
5fea821c94
Failing test for bug #3170
7 years ago
Dariusz Komosinski
9c5e688958
Fix Grid shared scope not being updated when resizing row/column definitions.
7 years ago
Andrey Kunchev
ab26c18a8f
typo fix
7 years ago
Nikita Tsukanov
b9bd57e25b
Removed `Application` parameter from ClassicDesktopStyleApplicationLifetime since it wasn't used anyway
7 years ago
Andrey Kunchev
171a75eaed
pr comments
7 years ago
Andrey Kunchev
56cfbc1e46
add failing test for issue #3155 add/remove grid child runtime throws exception
7 years ago
Andrey Kunchev
a7f0851efb
add failing test for grid when columns/row are replaced grid doesn't invalidate
7 years ago
Andrey Kunchev
b0eb2a1018
issue: #3141 add failing tests for grid: when col/row are removed grid doesn't trigger layout update
7 years ago
Andrey Kunchev
fe4866d763
issue: #3141 add failing tests for grid: when col/row are added grid doesn't trigger layout update
7 years ago
Andrey Kunchev
ef0464a7e7
add failing tests for grid: when column/row (width/height ...) properties are changed grid doesn't react
7 years ago
Steven Kirk
fb173b30e2
Send keypresses to toplevel if no focused control.
- Added `IInputRoot Root` property to `RawInputEventArgs`
- Removed `InputRoot` and `Root` properties from `RawDragEvent` and `RawPointerEvent` as its now in the base class
- `InputRoot` in `RawDragEvent` was incorrectly using the type `IInputElement` instead of `IInputRoot`, fix callers that were using the wrong type
- Pass the input root to all raw input event constructors
- If no control is focused in `KeyboardDevice.ProcessRawEvent` then raise the event on the root
7 years ago
Steven Kirk
85ec916af3
Add some tests for KeyboardDevice.
Including failing tests for #3127 .
7 years ago
Steven Kirk
f2c4bf4d6a
Update test to ensure we're looking at the correct node.
7 years ago
Steven Kirk
e6790fe1d1
Add check for correct VisualNode.Parent.
Check that `VisualNode.Parent` is correct when adding a child. Causes a failing test for #3095 .
7 years ago
Steven Kirk
534852af75
Create VisualNode for invisible controls.
If we don't do this, then a `VisualNode` can appear twice in its parent `ChildrenCollection` when an earlier sibling is made invisible.
Fixes #3115
7 years ago
Steven Kirk
f6525de3c8
Added failing test for #3115 .
7 years ago
Steven Kirk
5e9f3067ce
Fix off-by-N error in VisualNode.TrimChildren.
And added unit test.
7 years ago
Nikita Tsukanov
a16e3bff7f
Added InitialPressMouseButton to PointerReleasedEventArgs that returns the button that caused the PointerPressed event
MouseButton is now deprecated with error, since people need to decide which behavior they want
7 years ago
Steven Kirk
e1bfdf0324
Added failing test for #3094 .
7 years ago
Dariusz Komosinski
a2c6bc1b7c
Remove usage of AddClassHandler that returns new lambda per invocation.
7 years ago
Steven Kirk
55e9037383
Added failing test for #2980 .
7 years ago
Dariusz Komosinski
01a404836e
Reduce allocations caused by logging.
7 years ago
Steven Kirk
b317df99e7
Added failing test for #3041 .
7 years ago
Steven Kirk
8093716a36
Added tests for selection after initialization.
7 years ago
Andrey Kunchev
2b9180c794
fix invalid test related to issue #3053
7 years ago
Andrey Kunchev
b6447c0e09
failing test for #3053
7 years ago
Steven Kirk
ea68915de6
Added failing test for #2971 .
And a passing test for normal TreeView.
7 years ago
Benedikt Schroeder
9a6cda66bc
Add failing test for #2987
7 years ago
artyom
00a148d0a3
Try with WaitForPendingFinalizers
7 years ago
artyom
fd9cdce202
Try 9.1.1 version
7 years ago
artyom
8947d30295
Required code changes
7 years ago
artyom
d4f9493df1
Revert ReactiveUI upgrade to ensure this was false positive
This reverts commit 5fc951bc88 .
7 years ago
artyom
5fc951bc88
Bump ReactiveUI to 10.2.2
7 years ago
artyom
a031b4d470
Rollback ReactiveUI to see if System.Reactive is the cause
7 years ago
artyom
fd7ffbd84c
Bring back the changes
7 years ago
danwalmsley
a487b38c33
Revert "Updated ReactiveUI to version 10.1.1"
7 years ago
Steven Kirk
25e0ed5365
Revert "Handle reparenting controls in SceneBuilder."
This reverts commit db8751d711 .
The change was incorrect, it causes #3019 .
7 years ago
Steven Kirk
a600244006
Added failing test for #3019 .
7 years ago
Kermalis
2ee5a21dd7
Remove broken test for now
An issue will be made after merging because it's unrelated
7 years ago
Dan Walmsley
17c4c10404
fix unit test for window center location.
7 years ago
Dan Walmsley
2282c99c16
add dpi information to screens api.
7 years ago
Kermalis
9cc2d777ad
Update WrapPanelTests.cs
7 years ago
Kermalis
1cf93ad393
Add ItemWidth and ItemHeight properties to WrapPanel (with unit tests)
7 years ago
Steven Kirk
db8751d711
Handle reparenting controls in SceneBuilder.
Renamed `VisualNode.SortChildren` -> `UpdateChildren` and make it remove nodes for controls that are no longer children.
7 years ago
Steven Kirk
249e9940da
Added failing tests for #2982 .
Crash in renderer when reparenting a control.
7 years ago
Dariusz Komosinski
06a4a1af5b
Add failing unit test.
7 years ago
Dariusz Komosiński
d409090b90
Fix unit tests. Remove default ctor.
7 years ago
Dariusz Komosiński
2362b5a847
Cleanup KeyGesture code. Add constructor taking non-deprecated arguments.
7 years ago
Steven Kirk
15e388da75
Adding failing binding tests.
- `OneTime` bindings are failing to release their subscription if the `DataContext` is unset when the binding is made.
- Combining `OneTime` and `OneWayToSource` bindings are causing an NRE. The NRE is being caught but it too results in a subscription being leaked.
7 years ago
Steven Kirk
661254c9cf
Add issue number to test.
7 years ago