Nikita Tsukanov
|
f83bb1b4c2
|
Actually show the uri to improve debugging experience
|
7 years ago |
Nikita Tsukanov
|
f05ad94d51
|
Updated xamlil
|
7 years ago |
Nikita Tsukanov
|
cfeeb5ed3f
|
Updated XamlIl. Now even more static typing
|
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
|
76c3d0c03d
|
Handle item insertion in CarouselPresenter.
Fixes #2432.
|
7 years ago |
Dan Walmsley
|
9284f2c78f
|
fix custom notification styling
|
7 years ago |
Dan Walmsley
|
77dd5079d1
|
notification area is customizable via attached properties.
|
7 years ago |
Dan Walmsley
|
f8f5610b8c
|
polish notifications
|
7 years ago |
Dan Walmsley
|
147eb272aa
|
notification area to fill window
|
7 years ago |
Dan Walmsley
|
c7be61a66d
|
children of adorner layer that are not adorning controls can arrange with all available size.
|
7 years ago |
Dan Walmsley
|
ddbe82652f
|
allow binding of notification managers
|
7 years ago |
Steven Kirk
|
1693fd8d8d
|
Remove unsupported armeabi.
|
7 years ago |
Steven Kirk
|
197d7d4904
|
Update OneWayToSource binding when DataContext changes.
Fixes #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 |
Nikita Tsukanov
|
5a47b295e3
|
Use !XamlIlPopulateOverride to populate class with precompiled xaml at runtime
|
7 years ago |
Nikita Tsukanov
|
2809daf6b8
|
Don't bind to AssignBinding
|
7 years ago |
Nikita Tsukanov
|
0a2405849a
|
While certainly being convertible to IBinding x:Null shouldn't be treated as one
|
7 years ago |
Nikita Tsukanov
|
e45a068e3b
|
Cleanup
|
7 years ago |
Nikita Tsukanov
|
9089d11091
|
Provide parent type metadata scope for Animatable.Transitions
|
7 years ago |
Nikita Tsukanov
|
635363fd96
|
Fixed csproj
|
7 years ago |
Nikita Tsukanov
|
21fe55d79a
|
Update xamlil
|
7 years ago |
Nikita Tsukanov
|
1338448bdc
|
Special treatment for bindings
|
7 years ago |
José Pedro
|
d055e9e4b9
|
Removed unused field.
Removed unused usings.
Whitespace cleanup.
|
7 years ago |
Nikita Tsukanov
|
36c88a8a9c
|
Internalize things
|
7 years ago |
Nikita Tsukanov
|
0036abde63
|
Use local pooling for pseudo-attached property
|
7 years ago |
Nikita Tsukanov
|
4b0f23a80e
|
Cleanup
|
7 years ago |
Dan Walmsley
|
80cd6632bd
|
close menu if the toplevel menu item is clicked and its already opened.
makes behavior consistent with wpf.
|
7 years ago |
Dan Walmsley
|
65a47c845e
|
set binding mode in xaml
|
7 years ago |
Dan Walmsley
|
feba03d113
|
attempt to bind to local notification manager.
|
7 years ago |
Dan Walmsley
|
962ed29bb6
|
remove need for seperate NotificationManager class.
|
7 years ago |
Dan Walmsley
|
93a320522f
|
AdornerLayer inherits Canvas so controls can be placed anywhere inside the layer.
|
7 years ago |
Dan Walmsley
|
351f5d10f0
|
AdornerDecorator passes on OnAttachedToLogicalTree to the AdornerLayer
|
7 years ago |
Dan Walmsley
|
437166c4fd
|
update xamlil
|
7 years ago |
Dan Walmsley
|
0df770b1c4
|
fix datagrid xmlns
|
7 years ago |
Dan Walmsley
|
e8cc8ec17f
|
fix datagrid xmlns attribute.
|
7 years ago |
Dan Walmsley
|
dda9dd729c
|
[Grid] add missing static set and get methods for IsSharedSizeScope property.
|
7 years ago |
Nikita Tsukanov
|
d52afe7a96
|
Fixed Avalonia.Diagnostics
|
7 years ago |
Nikita Tsukanov
|
63b7815fc0
|
Don't overwrite dll with pdb
|
7 years ago |
Nikita Tsukanov
|
8a877edce0
|
Why was it here in the first place?
|
7 years ago |
Dan Walmsley
|
2b7e3db469
|
correctly set notification manager properties.
|
7 years ago |
Nikita Tsukanov
|
fe251ee1aa
|
Support for properties "attached" by AddOwner
|
7 years ago |
Dan Walmsley
|
0201f90051
|
add notification managers to toplevel.
|
7 years ago |
Nikita Tsukanov
|
be404c342b
|
Fixed :not selector and fixed MyButton in tests
|
7 years ago |
Nikita Tsukanov
|
5801756763
|
Fixed target type resolve for control templates with direct parent
|
7 years ago |
Nikita Tsukanov
|
11af891f03
|
Updated XamlIl, allow types to import IServiceProvider, preserve entire parent stack
|
7 years ago |
Nikita Tsukanov
|
4b9a9cd3a1
|
Fixed step into
|
7 years ago |
Nikita Tsukanov
|
d01d69fbef
|
Application is now always the root of the parent stack
|
7 years ago |
Nikita Tsukanov
|
d0301bb4c4
|
Now passing most of the tests
|
7 years ago |
José Pedro
|
8562270c66
|
Fixed type name in XML comment.
|
7 years ago |