Nikita Tsukanov
f556db57b4
Refactor pointer events to support touch events
7 years ago
Nikita Tsukanov
dbc284d96e
Set PackageId for github's dependency graph to work
7 years ago
Nikita Tsukanov
676688b3de
Set PackageId for Avalonia.csproj
Hopefully that will fix UsedBy thingy
7 years ago
Nikita Tsukanov
801e7f7d61
Create FUNDING.yml
7 years ago
Dan Walmsley
2891856de7
[OSX] HotFix prevent crashing on app launch.
7 years ago
Jumar Macato
6fdec1649c
Merge pull request #2526 from AvaloniaUI/fixes/2522-selecteditem-move
Handling moving selected item in SelectedItemsControl.
7 years ago
Steven Kirk
66dab93f17
Merge branch 'master' into fixes/2522-selecteditem-move
7 years ago
Steven Kirk
ba9499f546
Merge pull request #2524 from AvaloniaUI/fixes/2518-invalidate-in-sceneinvalidated
Clear dirty rects before calling SceneInvalidated.
7 years ago
Steven Kirk
503d638ac0
Merge branch 'master' into fixes/2518-invalidate-in-sceneinvalidated
7 years ago
Steven Kirk
40747cfcad
Merge pull request #2515 from AvaloniaUI/fixes/2512-xaml-namescope-registration
Don't register controls with parent namescope.
7 years ago
Steven Kirk
9db24f77c2
Merge branch 'master' into fixes/2512-xaml-namescope-registration
7 years ago
Nikita Tsukanov
4e92b8ca6d
Merge pull request #2558 from AvaloniaUI/xamlil-fixes
Various xaml compiler fixes
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
Jumar Macato
752249adb1
Merge pull request #2546 from dotnet-campus/t/lindexi2/RairjilaijelqojereWhakaiyeabaldemcaw
Add ignore file
7 years ago
lindexi
15aa377769
ignore obj folder
7 years ago
lindexi
57af0d5562
Add ignore file
7 years ago
Steven Kirk
b777bfa187
Merge pull request #2542 from AvaloniaUI/fixes/2458-window-onclosing
Added Window.OnClosing.
7 years ago
Steven Kirk
5673c32c63
Merge branch 'master' into fixes/2458-window-onclosing
7 years ago
Steven Kirk
4737ffcf2e
Merge pull request #2541 from AvaloniaUI/fixes/2456-resourcekey-object
Use object for resource keys.
7 years ago
Steven Kirk
f5d881c451
Merge branch 'master' into fixes/2456-resourcekey-object
7 years ago
Steven Kirk
117cc14015
Merge pull request #2402 from Michron/fixes/select-all-unselecting-items
Added unit-tests for the Select All option of the TreeView.
7 years ago
Steven Kirk
2a28f067bd
Merge branch 'master' into fixes/select-all-unselecting-items
7 years ago
Steven Kirk
3d3be3dd8d
Merge branch 'master' into fixes/2458-window-onclosing
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
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
cf0625dba2
Merge pull request #2532 from AvaloniaUI/fixes/2508-expander-transition
Use styled properties in Expander.
7 years ago
Steven Kirk
9d99cf699a
Remove test that is no longer true.
`UserControl`s should no longer be added to parent namescope.
7 years ago
Steven Kirk
848f50b523
Merge branch 'master' into fixes/2512-xaml-namescope-registration
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
ba7cec18e3
Handle move in SelectingItemsControl.
Fixes #2522 .
7 years ago
Steven Kirk
c37f2b2fbc
Added failing test for #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
Steven Kirk
20eddbe6c8
Added failing test for #2518
7 years ago
Steven Kirk
c0f6388668
Delete accidental add.
7 years ago
Steven Kirk
cd9e4ef543
Make ncrunch work again.
7 years ago
Steven Kirk
4a0b19b339
Merge branch 'master' into fixes/2512-xaml-namescope-registration
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