Steven Kirk
2a28f067bd
Merge branch 'master' into fixes/select-all-unselecting-items
7 years ago
Steven Kirk
84f85b2633
Merge pull request #2540 from AvaloniaUI/fixes/2495-pointerleave-inputmodifiers
Set InputModifiers on PointerEnter/Leave.
7 years ago
Steven Kirk
f8c4d7aa6a
Merge branch 'master' into fixes/select-all-unselecting-items
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
cf0625dba2
Merge pull request #2532 from AvaloniaUI/fixes/2508-expander-transition
Use styled properties in Expander.
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
121b7f369d
Merge pull request #2528 from AvaloniaUI/fixes/datagrid-remove-dummy-function
Remove `UseDataGrid`
7 years ago
Jumar Macato
fbd7ee5963
Remove `UseDataGrid` since DataGrid works without that now.
7 years ago
Steven Kirk
3965cce37d
Merge pull request #2442 from Gillibald/feature/ApplicationOnStartup
Refactor Application.Run
7 years ago
Steven Kirk
5e52d4860b
Merge branch 'master' into feature/ApplicationOnStartup
7 years ago
Steven Kirk
0377134602
Merge pull request #2517 from AvaloniaUI/fixes/transitions-disposal
Fixes for Transitions + Sidebar hover effect speedup.
7 years ago
Jumar Macato
4e39a647a1
Merge branch 'master' into fixes/transitions-disposal
7 years ago
Jumar Macato
066f608ca2
Rename to plural form.
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
66371bfa47
Rename to TransitionsTest
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
e3fb01d107
Merge branch 'fixes/transitions-disposal' of github.com:AvaloniaUI/Avalonia into fixes/transitions-disposal
7 years ago
Jumar Macato
3b93e72d45
Dont initialize transition instance dictionary on objects without Transitions on it.
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
7c29ec19be
Merge branch 'master' into fixes/transitions-disposal
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
Jumar Macato
2028440381
Speedup Sidebar hover transitions.
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
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
Benedikt Schroeder
65f2be9a5c
Merge branch 'master' into feature/ApplicationOnStartup
7 years ago
Benedikt Schroeder
b6f369e45b
Merge branch 'feature/ApplicationOnStartup' of https://github.com/Gillibald/Avalonia into feature/ApplicationOnStartup
7 years ago
Benedikt Schroeder
19593825d5
Fix comments
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