Artyom
|
d696371c23
|
Merge branch 'master' into master
|
7 years ago |
artyom
|
f0574cbf1a
|
Use PageTransition, fix possible bug with CrossFade
|
7 years ago |
artyom
|
6360de1921
|
Derive transitioning control from ContentControl
|
7 years ago |
danwalmsley
|
0734ce9455
|
Merge pull request #2580 from AvaloniaUI/fixes/dont-raise-gestures-on-handled-events
Fixes/dont raise gestures on handled events
|
7 years ago |
Dan Walmsley
|
1fd30a91c3
|
add a unit test for gestures not being raised when parent handles event.
|
7 years ago |
Dan Walmsley
|
34358e0a26
|
dont raise gestures if the events were already handled.
|
7 years ago |
Steven Kirk
|
a6586f46b9
|
Merge pull request #2553 from ahopper/fix-textbox-exception-on-click
Fix use of CoerceCaretIndex on Text change
|
7 years ago |
Steven Kirk
|
87d8b9f215
|
Merge branch 'master' into fix-textbox-exception-on-click
|
7 years ago |
Steven Kirk
|
b36e9018dc
|
Merge branch 'master' into master
|
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 |
danwalmsley
|
fb06b24b8d
|
Merge branch 'master' into master
|
7 years ago |
Dan Walmsley
|
2891856de7
|
[OSX] HotFix prevent crashing on app launch.
|
7 years ago |
artyom
|
8a2d1662fd
|
Remove LazyT, test new template resolver
|
7 years ago |
artyom
|
65f5f58a07
|
ViewModelViewHost type resolution assertion
|
7 years ago |
artyom
|
d857912103
|
Merge branch 'master' of github.com:worldbeater/Avalonia
|
7 years ago |
artyom
|
d2574b383a
|
Use FuncDataTemplate
|
7 years ago |
Artyom
|
7eca71d4ba
|
Merge branch 'master' into master
|
7 years ago |
artyom
|
72fe95272a
|
Register auto data template binding hook
|
7 years ago |
artyom
|
b486112d29
|
Use null propagation
|
7 years ago |
artyom
|
fe7e7054fb
|
Add initial AutoDataTemplateBindingHook implementation
|
7 years ago |
artyom
|
e8c0012c31
|
Unit tests for ReactiveWindow and ReactiveUserControl
|
7 years ago |
artyom
|
724a5da896
|
Add license headers
|
7 years ago |
artyom
|
97b44c02d2
|
Add a unit test for ViewModelViewHost
|
7 years ago |
artyom
|
c3f142af2e
|
Add ViewModelViewHost and TransitioningUserControl
|
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 |
ahopper
|
ed21586508
|
Merge branch 'master' into fix-textbox-exception-on-click
|
7 years ago |
ahopper
|
8a9e997c6c
|
unit test added
|
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 |
ahopper
|
c72195f45b
|
Fix use of CoerceCaretIndex on Text change
|
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 |