Nikita Tsukanov
dd85f48c43
Update target and declaring types for properties of the root object with x:Class, fixes #2520
7 years ago
Nikita Tsukanov
67ea597d82
Properly pass root object instance to templates, fixes #2147 #2527
7 years ago
Steven Kirk
38bd934c4a
Added Window.OnClosing.
7 years ago
Steven Kirk
0f25e0548f
Use object for resource keys.
`IResourceDictionary` was defined as an `IDictionary<object, object>` but in various places we only accepted a `string` as the resource key. Fix this inconsistency and always use `object` as a resource key.
Fixes #2456
7 years ago
Steven Kirk
4ad4ba4a9e
Set InputModifiers on PointerEnter/Leave.
Note that these will not be set when a pointer enter/leave occurs because of a control moving or appearing/disappearing.
Fixes #2495
7 years ago
Steven Kirk
ed6251fbe8
Use styled properties in Expander.
`ContentTransition` was defined as a direct property, but was also getting set in a style, causing #2508 . Changed it to be a styled property, along with `ExpandDirection`.
Fixes #2508
7 years ago
Jumar Macato
fbd7ee5963
Remove `UseDataGrid` since DataGrid works without that now.
7 years ago
Jumar Macato
26b8fd6a05
Add transitions unit test.
7 years ago
Jumar Macato
b94f5975eb
Remove extra space.
7 years ago
Jumar Macato
e06a9dffc3
Partially revert Transition interpolation clamp.
7 years ago
Steven Kirk
4a386d1b84
Added skipped failing leak test for transitions.
It's leaking on master too, so address this separately.
7 years ago
Jumar Macato
3b93e72d45
Dont initialize transition instance dictionary on objects without Transitions on it.
7 years ago
Jumar Macato
ffe56b55bc
Fix #2490
7 years ago
Jumar Macato
6b0ded4fc2
Track old `TransitionInstances` and dispose when its invalid.
Fixes #2485
7 years ago
Nikita Tsukanov
e59de05c04
Fixed bug caused by incorrect merge
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
Benedikt Schroeder
19593825d5
Fix comments
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
Benedikt Schroeder
d25fba75e5
Add xml comments
7 years ago
Nikita Tsukanov
2ba4ef43b9
Use default symbol writer provider
7 years ago
Nikita Tsukanov
bc219dbe70
Compiler warnings
7 years ago
Nikita Tsukanov
6b8640205f
Removed gazillion of compiler warnings
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