Dan Walmsley
|
f4f2490c84
|
seealso comment after sumary.
|
7 years ago |
José Pedro
|
823a3559c7
|
Fixed stack panel children spacing.
|
7 years ago |
danwalmsley
|
917b790e8b
|
Update src/Avalonia.Controls/Notifications/NotificationPosition.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
042d6094cb
|
Update src/Avalonia.Controls/Notifications/INotification.cs
improved xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
a1b4e31241
|
Update src/Avalonia.Controls/Notifications/WindowNotificationManager.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
89520e5e04
|
Update src/Avalonia.Controls/Notifications/IManagedNotificationManager.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
36c0429829
|
Update src/Avalonia.Controls/Notifications/IManagedNotificationManager.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
384fb4e3e4
|
Update src/Avalonia.Controls/Notifications/Notification.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
4ea7a6643a
|
Update src/Avalonia.Controls/Notifications/Notification.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
3575525c2e
|
Update src/Avalonia.Controls/Notifications/Notification.cs
improved xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
cda6a58f7d
|
Update src/Avalonia.Controls/Notifications/Notification.cs
improved xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
ad2b4c5ddf
|
Update src/Avalonia.Controls/Notifications/NotificationCard.cs
improved xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
0119df4b93
|
Update src/Avalonia.Controls/Notifications/WindowNotificationManager.cs
improve xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
fb0be60029
|
Update src/Avalonia.Controls/Notifications/Notification.cs
consistent xml comments
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
3aadfb4b5d
|
Update src/Avalonia.Controls/Notifications/INotificationManager.cs
improve xml comment
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
danwalmsley
|
62dc265b2e
|
Update src/Avalonia.Controls/Notifications/INotification.cs
improve xml comments.
Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
|
7 years ago |
Steven Kirk
|
cb1882f920
|
Only generate containers on the fly if virtualized.
Fixes #2507
|
7 years ago |
Dan Walmsley
|
4996c0b173
|
add xml comments.
|
7 years ago |
Dan Walmsley
|
5aa0b6d62a
|
add notificationcard resource colors to dark and light themes
|
7 years ago |
Dan Walmsley
|
d2f1d7acb9
|
notificationcard default colours are defined as resources
|
7 years ago |
Dan Walmsley
|
7f21cc426d
|
use a seperate control for stackpanel reversing until we have flow control available.
|
7 years ago |
Dan Walmsley
|
c644fa2550
|
dont make maxitems and position attached properties.
|
7 years ago |
Dan Walmsley
|
ae6a33ccbe
|
fix invalid property name,
|
7 years ago |
Dan Walmsley
|
f7fe5380b4
|
Use Take(1) to unsubscribe the event.
|
7 years ago |
Dan Walmsley
|
d185be1adf
|
remove references to PART_CloseButton as no longer required.
|
7 years ago |
Dan Walmsley
|
fd48caaf67
|
fix notification event handlers naming.
|
7 years ago |
Dan Walmsley
|
0c3469d03e
|
remove redundant dockpanel dock.
|
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
|
b1125d73a1
|
remove messy install step.
|
7 years ago |
Nikita Tsukanov
|
80ff9a0737
|
[X11] Use UIntPtr for serial field in XI2 structs
|
7 years ago |
Dan Walmsley
|
e45805aa50
|
suggested api changes
|
7 years ago |
Dan Walmsley
|
e14cc277d7
|
dont use properties on toplevel
|
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 |
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 |
José Pedro
|
d055e9e4b9
|
Removed unused field.
Removed unused usings.
Whitespace cleanup.
|
7 years ago |