Dan Walmsley
|
f222830bdc
|
Merge remote-tracking branch 'origin/master' into features/managed-notifications
|
7 years ago |
Jumar Macato
|
1cbc72faf1
|
Merge pull request #2496 from Gillibald/fixes/StylableTabItem
Fix TabItem styling
|
7 years ago |
Steven Kirk
|
e546124a2d
|
Merge branch 'master' into fixes/StylableTabItem
|
7 years ago |
Steven Kirk
|
51fe6fb989
|
Merge pull request #2497 from Gillibald/fixes/FontFamilyFromUri
Simplify FontFamily creation
|
7 years ago |
Steven Kirk
|
06ab1b8728
|
Merge branch 'master' into fixes/FontFamilyFromUri
|
7 years ago |
Dan Walmsley
|
0965a72a0f
|
fix close on click
|
7 years ago |
Dan Walmsley
|
41102bad24
|
Notification control is not notification card and simple notification is now Notification.
|
7 years ago |
Dan Walmsley
|
d5a02ff023
|
remove redundant cast
|
7 years ago |
Dan Walmsley
|
ef1d03a30c
|
Merge remote-tracking branch 'origin/features/managed-notifications' into features/managed-notifications
|
7 years ago |
Dan Walmsley
|
b1125d73a1
|
remove messy install step.
|
7 years ago |
danwalmsley
|
97fbda5034
|
Merge branch 'master' into features/managed-notifications
|
7 years ago |
Nikita Tsukanov
|
24d153932f
|
Merge pull request #2500 from AvaloniaUI/xinput-32bit
[X11] Use UIntPtr for serial field in XI2 structs
|
7 years ago |
Nikita Tsukanov
|
80ff9a0737
|
[X11] Use UIntPtr for serial field in XI2 structs
|
7 years ago |
Steven Kirk
|
f9669dc8a4
|
Merge branch 'master' into fixes/FontFamilyFromUri
|
7 years ago |
Dan Walmsley
|
e45805aa50
|
suggested api changes
|
7 years ago |
Dan Walmsley
|
e14cc277d7
|
dont use properties on toplevel
|
7 years ago |
Dan Walmsley
|
1527931c29
|
Merge branch 'master' into features/managed-notifications
|
7 years ago |
Wiesław Šoltés
|
4652368ed9
|
Merge pull request #2489 from AvaloniaUI/fixes/2432-carousel-insert
Fix CarouselPresenter's handling of inserted items
|
7 years ago |
Benedikt Schroeder
|
bbccc6e355
|
Add more unit tests
|
7 years ago |
Benedikt Schroeder
|
8a179816ed
|
Target TabItem itself instead of ContentPresenter for default selectors
|
7 years ago |
Steven Kirk
|
e63fc96c84
|
Fix failing test.
And remove empty method.
|
7 years ago |
Steven Kirk
|
f0ec9ab740
|
Merge branch 'master' into fixes/2432-carousel-insert
|
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
|
91723a96a0
|
Merge pull request #2488 from AvaloniaUI/fixes/2451-build-fails
Fix build on VS2019
|
7 years ago |
Steven Kirk
|
7c0372566e
|
Merge branch 'master' into fixes/2451-build-fails
|
7 years ago |
Steven Kirk
|
76c3d0c03d
|
Handle item insertion in CarouselPresenter.
Fixes #2432.
|
7 years ago |
Steven Kirk
|
d19f159932
|
Added failing tests for #2432.
|
7 years ago |
Dan Walmsley
|
96d912c46c
|
implement notifications page in control catalog
|
7 years ago |
Dan Walmsley
|
366cdfdb0f
|
add a notifications page to control catalog
|
7 years ago |
Dan Walmsley
|
c367102c74
|
Merge remote-tracking branch 'origin/master' into features/managed-notifications
|
7 years ago |
Dan Walmsley
|
51b5ebe3c6
|
polish notification example code.
|
7 years ago |
Dan Walmsley
|
5d3c74d294
|
custom notification color
|
7 years ago |
Dan Walmsley
|
9284f2c78f
|
fix custom notification styling
|
7 years ago |
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 |