Steven Kirk
e6be9b7c5a
Renamed IsEnabledCore -> IsEffectivelyEnabled.
I now understand how WPF's `IsEnabledCore` works, and it's not like this. Rename `IsEnabledCore` to `IsEffectivelyEnabled` so that we can add a new `IsEnabledCore` property which works like WPF's.
This also aligns with the existing `IsEffectivelyVisible` property.
7 years ago
Steven Kirk
e123a737cc
Added failing tests for #2501
7 years ago
Steven Kirk
c0f6388668
Delete accidental add.
7 years ago
Steven Kirk
cd9e4ef543
Make ncrunch work again.
7 years ago
Nikita Tsukanov
f08b03300b
Merge pull request #2519 from AvaloniaUI/fixes/xamlil-for-sample-projects
Fix broken sample projects
7 years ago
Jumar Macato
36525913be
Merge branch 'fixes/xamlil-for-sample-projects' of github.com:AvaloniaUI/Avalonia into fixes/xamlil-for-sample-projects
7 years ago
Jumar Macato
1f2ee682ea
Revert autoformatting change.
7 years ago
Jumar Macato
540bbae7ff
Merge branch 'master' into fixes/xamlil-for-sample-projects
7 years ago
Jumar Macato
2eead66fca
Merge pull request #2498 from AvaloniaUI/serilog-improvements
Couple of small Serilog improvements
7 years ago
Jumar Macato
250e05dd04
Make RenderDemo, BindingDemo & VirtualizationDemo run.
7 years ago
Jumar Macato
4da8d3d4ff
Merge branch 'master' into serilog-improvements
7 years ago
Jumar Macato
545053c7b1
Start fixing broken sample projects
7 years ago
danwalmsley
9910610573
Merge pull request #2322 from AvaloniaUI/xamlil
XAML to IL Compilation
7 years ago
Nikita Tsukanov
e59de05c04
Fixed bug caused by incorrect merge
7 years ago
danwalmsley
dff34db5ab
Merge branch 'master' into xamlil
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
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
Wiesław Šoltés
a2431c0526
Merge branch 'master' into xamlil
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