Nikita Tsukanov
4c1f42b48a
PR comments
7 years ago
Nikita Tsukanov
a0f6adbd72
Updated GestureTests
7 years ago
Nikita Tsukanov
6827179476
Implemented TouchDevice and touch input support for X11 backend
7 years ago
Nikita Tsukanov
f556db57b4
Refactor pointer events to support touch events
7 years ago
Dan Walmsley
1fd30a91c3
add a unit test for gestures not being raised when parent handles event.
7 years ago
Nikita Tsukanov
dd85f48c43
Update target and declaring types for properties of the root object with x:Class, fixes #2520
7 years ago
Nikita Tsukanov
67ea597d82
Properly pass root object instance to templates, fixes #2147 #2527
7 years ago
ahopper
8a9e997c6c
unit test added
7 years ago
Steven Kirk
9d99cf699a
Remove test that is no longer true.
`UserControl`s should no longer be added to parent namescope.
7 years ago
Jumar Macato
066f608ca2
Rename to plural form.
7 years ago
Steven Kirk
c37f2b2fbc
Added failing test for #2522 .
7 years ago
Steven Kirk
20eddbe6c8
Added failing test for #2518
7 years ago
Jumar Macato
66371bfa47
Rename to TransitionsTest
7 years ago
Jumar Macato
26b8fd6a05
Add transitions unit test.
7 years ago
Steven Kirk
4a386d1b84
Added skipped failing leak test for transitions.
It's leaking on master too, so address this separately.
7 years ago
Steven Kirk
208361b8fa
Don't register controls with parent namescope.
This reverts the changes in #843 because they were causing problems, as described by #2512 .
This should however not cause #829 to reappear because since #843 was merged we moved to Portable.Xaml and we're now registering controls with the root namescope in the XAML engine: b4577a1631/src/Markup/Avalonia.Markup.Xaml/PortableXaml/AvaloniaXamlObjectWriter.cs (L67)
Fixes #2512
7 years ago
Steven Kirk
1312626aed
Added failing test for #2512 .
7 years ago
Benedikt Schroeder
19593825d5
Fix comments
7 years ago
Steven Kirk
92284afa14
Added failing test for #2507 .
7 years ago
Benedikt Schroeder
bbccc6e355
Add more unit tests
7 years ago
Nikita Tsukanov
0a7c7fdfcf
Fixed TemplatedParent issue
7 years ago
Nikita Tsukanov
657447ff0c
Reproed binding issue
7 years ago
Nikita Tsukanov
10ef97cbf0
Fixed name
7 years ago
Nikita Tsukanov
afcb33c0fd
Make templated parent test more alike to the reported one
7 years ago
Nikita Tsukanov
20574f7c13
Test for reported TemplatedParent issue
7 years ago
Benedikt Schroeder
1cc4661c14
Simplified creation of FontFamily instances
7 years ago
Steven Kirk
5745b72222
Started refactoring CarouselPresenter.
Make it react correctly to changes in the source collection. Fixes #2432 .
7 years ago
Steven Kirk
d19f159932
Added failing tests for #2432 .
7 years ago
Steven Kirk
d22282c151
Added failing tests for #2470 .
7 years ago
Steven Kirk
f8cf268f0e
Added unit test for toplevel menu close.
Added unit test for previous commit, and also tweaked code a little bit to use `IsTopLevel` instead of trying to cast the parent menu item.
7 years ago
Benedikt Schroeder
fa04a50f85
Remove non working test
7 years ago
Nikita Tsukanov
5a47b295e3
Use !XamlIlPopulateOverride to populate class with precompiled xaml at runtime
7 years ago
Nikita Tsukanov
9089d11091
Provide parent type metadata scope for Animatable.Transitions
7 years ago
Nikita Tsukanov
1338448bdc
Special treatment for bindings
7 years ago
Benedikt Schroeder
a14435f59f
Fix unit tests
7 years ago
Nikita Tsukanov
fe251ee1aa
Support for properties "attached" by AddOwner
7 years ago
Nikita Tsukanov
be404c342b
Fixed :not selector and fixed MyButton in tests
7 years ago
Nikita Tsukanov
ece2199d57
Disable tests checking that read-only properties can be set
7 years ago
Nikita Tsukanov
d0301bb4c4
Now passing most of the tests
7 years ago
Benedikt Schroeder
c73363f76b
Remove extra usings
7 years ago
Benedikt Schroeder
21eda0db12
Revert removal of Application.Initialize
7 years ago
Nikita Tsukanov
dbf6c3a148
Entire control catalog is now loaded from precompiled xaml
7 years ago
Benedikt Schroeder
4413de463e
Remove unsupported line caps
7 years ago
Steven Kirk
1e74e8fc60
Add failing tests for #2388 .
7 years ago
Benedikt Schroeder
7e04215897
No longer set first window opened as MainWindow
7 years ago
Dariusz Komosinski
1b869ff27b
Get rid of not needed interfaces.
7 years ago
Benedikt Schroeder
1bb3156950
Introduce StartupEventArgs and ExitEventArgs
7 years ago
Benedikt Schroeder
5557829950
Initial
7 years ago
Steven Kirk
1cd900c856
Prevent leak when using TemplateBinding from a Setter.
When a `TemplateBinding` is used as a `Setter.Value`, then we need to make sure we don't use the `TemplateBinding` itself as the binding because this can cause a memory leak.
Replace `IRequiresTemplateInSetter` with `ISetterValue` which can be used to require a template in the setter for `Control` and can also be used to notify `TemplateBinding` that it's in a setter and so should always clone itself.
Fixes #2420
7 years ago
Dariusz Komosinski
12fc28e2d0
Add mocks for geometry impls.
7 years ago