Dan Walmsley
|
b84634af83
|
tidy custom notification example.
|
7 years ago |
danwalmsley
|
a4ba380189
|
Merge pull request #2486 from AvaloniaUI/fixes/2470-onewaytosource-binding
Fix OneWayToSource binding
|
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
|
f09228cc48
|
simplify the usage of notification manager inside main window.
|
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 |
Dan Walmsley
|
1937c95cd7
|
Merge remote-tracking branch 'origin/fixes/2470-onewaytosource-binding' into features/managed-notifications
|
7 years ago |
Dan Walmsley
|
f491fbb784
|
Merge remote-tracking branch 'origin/master' into features/managed-notifications
|
7 years ago |
Steven Kirk
|
9650c7f9e3
|
Call UseDataGrid in WindowInteropTest.
The `ControlCatalog` that is being embedded requires it.
|
7 years ago |
Steven Kirk
|
9a60d77e63
|
Don't import SkiaSharp.props into WindowsInteropTest.
Fixes the `"C:\Users\[user]\.nuget\packages\SkiaSharp\1.68.0\build\net45\SkiaSharp.dll.config" because it was not found.` error.
|
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
|
d22282c151
|
Added failing tests for #2470.
|
7 years ago |
Steven Kirk
|
9dba5e9a4a
|
Merge pull request #2469 from AvaloniaUI/fixes/close-menu-if-clicked-when-open
Close Menu if Top Level item is clicked when already open
|
7 years ago |
Steven Kirk
|
cec4b9ec26
|
Merge branch 'master' into fixes/close-menu-if-clicked-when-open
|
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
|
03c86b7163
|
Merge branch 'feature/ApplicationOnStartup' of https://github.com/Gillibald/Avalonia into feature/ApplicationOnStartup
|
7 years ago |
Benedikt Schroeder
|
fa04a50f85
|
Remove non working test
|
7 years ago |
danwalmsley
|
311c31a163
|
Merge branch 'master' into xamlil
|
7 years ago |
danwalmsley
|
70e09f4dab
|
Merge pull request #2438 from AvaloniaUI/fixes/2420-slider-leak
Fix leak when TemplateBinding appears in style setter
|
7 years ago |
danwalmsley
|
af30c3d92e
|
Merge branch 'master' into fixes/2420-slider-leak
|
7 years ago |
Jumar Macato
|
cc13667cc3
|
Merge pull request #2480 from jp2masa/code-cleanup
Code cleanup
|
7 years ago |
Benedikt Schroeder
|
50a6548634
|
Merge branch 'master' into feature/ApplicationOnStartup
|
7 years ago |
Jumar Macato
|
44e66c1b68
|
Merge branch 'master' into code-cleanup
|
7 years ago |
Nikita Tsukanov
|
31d25803ee
|
Merge pull request #2476 from DanTheMan827/patch-1
Fix url encoded path and filenames on Mac
|
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 |
Benedikt Schroeder
|
0bfd9cb7a0
|
Merge branch 'master' into feature/ApplicationOnStartup
|
7 years ago |
Benedikt Schroeder
|
a14435f59f
|
Fix unit tests
|
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 |
Nikita Tsukanov
|
ef2d7fa259
|
Remove commented code
|
7 years ago |
Nikita Tsukanov
|
3dbe00fba4
|
Removed inputs/outputs
|
7 years ago |
DanTheMan827
|
9f16acbcc6
|
Fix url encoded path and filenames on Mac
#2475
|
7 years ago |
danwalmsley
|
09c47b7f4d
|
Merge branch 'master' into fixes/2420-slider-leak
|
7 years ago |
Steven Kirk
|
e8a6908c3b
|
Merge pull request #2431 from AvaloniaUI/fixes/2350-stackpanel-layout
Fix StackPanel layout
|
7 years ago |
Steven Kirk
|
71f4cb93fb
|
Merge branch 'master' into fixes/2350-stackpanel-layout
|
7 years ago |
Steven Kirk
|
1baa8f3c24
|
Merge pull request #2444 from Gillibald/fixes/2435
Makes ScrollBar Thumb stylable
|
7 years ago |
Steven Kirk
|
a30a32c878
|
Merge branch 'master' into fixes/2435
|
7 years ago |
Steven Kirk
|
53dc895e7d
|
Merge pull request #2450 from Gillibald/fixes/removeUnsupportedLineCaps
Remove unsupported features from Pen implementation
|
7 years ago |