Nikita Tsukanov
f97c0c6368
iOS/Android build fix
7 years ago
Nikita Tsukanov
4c1f42b48a
PR comments
7 years ago
Nikita Tsukanov
4351490e8a
Cleanup
7 years ago
Nikita Tsukanov
d39bc04dc9
Implemented WM_TOUCH support
7 years ago
Nikita Tsukanov
6827179476
Implemented TouchDevice and touch input support for X11 backend
7 years ago
Nikita Tsukanov
f556db57b4
Refactor pointer events to support touch events
7 years ago
Dan Walmsley
34358e0a26
dont raise gestures if the events were already handled.
7 years ago
Nikita Tsukanov
dbc284d96e
Set PackageId for github's dependency graph to work
7 years ago
Dan Walmsley
2891856de7
[OSX] HotFix prevent crashing on app launch.
7 years ago
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
ahopper
c72195f45b
Fix use of CoerceCaretIndex on Text change
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
Steven Kirk
ba7cec18e3
Handle move in SelectingItemsControl.
Fixes #2522 .
7 years ago
Steven Kirk
2661e939b1
Reset dirty rects before calling SceneInvalidated.
When cleared after calling `SceneInvalidated`, any control invalidated during `SceneInvalidated` was be lost.
Fixes #2518 .
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
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
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