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 |
Steven Kirk
|
b4577a1631
|
Merge pull request #2453 from AvaloniaUI/features/managed-notifications
Notifications Part 1 - Managed Notifications
|
7 years ago |
Dan Walmsley
|
4e1baec04b
|
remove unecesary event
|
7 years ago |
Dan Walmsley
|
d866ffd807
|
remove comment.
|
7 years ago |
Dan Walmsley
|
5a66dee1bb
|
revert stackpanel changes
|
7 years ago |
Dan Walmsley
|
f4f2490c84
|
seealso comment after sumary.
|
7 years ago |
Dan Walmsley
|
22e691cba5
|
Merge remote-tracking branch 'origin/master' into features/managed-notifications
|
7 years ago |
Steven Kirk
|
dc18ee3cbc
|
Merge pull request #2511 from jp2masa/stackpanel-fixes
Fixed stack panel children spacing
|
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 |
danwalmsley
|
d66b21888b
|
Merge branch 'master' into features/managed-notifications
|
7 years ago |
Wiesław Šoltés
|
1d9e3c9e0a
|
Merge pull request #2510 from AvaloniaUI/fixes/2507-carousel-exception
Only generate containers on the fly if virtualized.
|
7 years ago |
Steven Kirk
|
cb1882f920
|
Only generate containers on the fly if virtualized.
Fixes #2507
|
7 years ago |
Steven Kirk
|
92284afa14
|
Added failing test for #2507.
|
7 years ago |
Dan Walmsley
|
3725a7a8d5
|
remove accidentally pasted code.
|
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
|
63da339fba
|
rename to custom notification view.
|
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
|
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 |