Dariusz Komosiński
|
497e525119
|
Merge branch 'master' into avalonia-list-improvements
|
7 years ago |
Nikita Tsukanov
|
b035b14da6
|
Merge pull request #2886 from AvaloniaUI/fix-android-build
Android build workaround
|
7 years ago |
Nikita Tsukanov
|
01e728fb42
|
Another android workaround
|
7 years ago |
Nikita Tsukanov
|
d720d32631
|
Android build workaround
|
7 years ago |
Dariusz Komosiński
|
b53ab803e8
|
Merge branch 'master' into avalonia-list-improvements
|
7 years ago |
Nikita Tsukanov
|
db14326622
|
Merge pull request #2883 from yatli/master
add X11 keyboard symbol mappings
|
7 years ago |
Yatao Li
|
a7fec3afa6
|
add X11 keyboard symbol mappings
|
7 years ago |
Dariusz Komosiński
|
0191aa226e
|
Merge branch 'master' into avalonia-list-improvements
|
7 years ago |
Dariusz Komosinski
|
5afc0f5395
|
Unify AddRange and InsertRange. Fix ranged versions causing multiple enumerations. Get rid of unnecessary allocations (notifications, enumerators).
|
7 years ago |
Jumar Macato
|
205d57dd94
|
Merge pull request #2876 from ahopper/fix-managed-file-dialogs-on-windows
fix manged file dialogs on windows
|
7 years ago |
Alan Hopper
|
5c909fc16b
|
correct ishidden logic on windows
|
7 years ago |
Alan Hopper
|
be54210f41
|
fix manged file dialogs on windows
|
7 years ago |
Dariusz Komosiński
|
99051e3a1c
|
Merge branch 'master' into binding-issue
|
7 years ago |
danwalmsley
|
53dfbaf67a
|
Merge pull request #2777 from AvaloniaUI/managed-file-dialog
Managed file dialog
|
7 years ago |
Steven Kirk
|
d9e3a96bcf
|
Merge branch 'master' into fixes/2003-treeview-autoscroll
|
7 years ago |
all.owing
|
6dbe617ed6
|
One more tests fix
|
7 years ago |
all.owing
|
a6b65a39de
|
Test fix
|
7 years ago |
all.owing
|
78866d54ed
|
Allowed pass object as validation error
|
7 years ago |
Jumar Macato
|
7b815f987e
|
Fix namespace.
|
7 years ago |
Jumar Macato
|
44a0dbd7ec
|
Merge branch 'master' into managed-file-dialog
|
7 years ago |
Jumar Macato
|
a35efecb5c
|
Decouple platform specific implementations
to their respective projects.
Some refactoring.
|
7 years ago |
Jumar Macato
|
7efaa96674
|
Remove DBus code. Use common linux kernel interfaces
for querying volume mounts.
|
7 years ago |
José Pedro
|
f3dfddc112
|
Fixed Binding.DoNothing for MultiBinding.
|
7 years ago |
Jumar Macato
|
202b29d11b
|
Add Fallback on volume polling.
|
7 years ago |
Dan Walmsley
|
28bf8937b5
|
fix NRE in textbox.
|
7 years ago |
danwalmsley
|
0dde1082e3
|
Merge branch 'master' into managed-file-dialog
|
7 years ago |
Nikita Tsukanov
|
355f999ab9
|
Merge branch 'master' into binding-issue
|
7 years ago |
Nikita Tsukanov
|
f079e6574a
|
Merge pull request #2829 from AvaloniaUI/pointerpoint
PointerPointUpdateKind + KeyModifiers
|
7 years ago |
Dariusz Komosiński
|
b4ed2998e3
|
Merge branch 'master' into binding-issue
|
7 years ago |
Dan Walmsley
|
ab2517ea14
|
remove portable.xaml
|
7 years ago |
Dan Walmsley
|
a3f7d0b1c3
|
Revert "remove portable.xaml"
This reverts commit 25d168f8cf.
|
7 years ago |
Dan Walmsley
|
25d168f8cf
|
remove portable.xaml
|
7 years ago |
danwalmsley
|
470f6467e6
|
Merge branch 'master' into managed-file-dialog
|
7 years ago |
danwalmsley
|
dcee2818af
|
Merge pull request #2825 from AvaloniaUI/fixes/2823-devtools-crash
Fix ContentPresenter inheritance parent manipulation
|
7 years ago |
danwalmsley
|
68aa6815d3
|
Merge branch 'master' into fixes/2823-devtools-crash
|
7 years ago |
danwalmsley
|
614efff7ab
|
Merge pull request #2828 from AvaloniaUI/catalog-fixes
Various control catalog improvements
|
7 years ago |
Dan Walmsley
|
7fd3c5b985
|
Merge remote-tracking branch 'origin/master' into catalog-fixes
|
7 years ago |
Dan Walmsley
|
b78ebb9557
|
Merge remote-tracking branch 'origin/master' into managed-file-dialog
|
7 years ago |
Nikita Tsukanov
|
bca3b42a0c
|
Removed custom win32 render timer since it leaks pool threads
|
7 years ago |
Nikita Tsukanov
|
66963a28b7
|
DnD fix
|
7 years ago |
Dan Walmsley
|
f38b5bf051
|
Merge remote-tracking branch 'origin/release/0.8.2'
|
7 years ago |
Nikita Tsukanov
|
0cd25052fb
|
Cleanup
|
7 years ago |
Nikita Tsukanov
|
6d6b1d5e87
|
Removed X11 input modifier emulation
|
7 years ago |
Nikita Tsukanov
|
b225e84324
|
Various control catalog improvements
|
7 years ago |
Nikita Tsukanov
|
212eec6be7
|
Merge pull request #2827 from AvaloniaUI/dnd-hotfix
Hotfix for the DnD issue
|
7 years ago |
Nikita Tsukanov
|
2293d8332e
|
Explicitly drop pointer capture for DnD (not actually a fix for the underlying issue)
|
7 years ago |
Jumar Macato
|
4cb9e018ac
|
Make the listener active only when there's a dialog present;
Dispose subscription to them when the dialogs are finished
|
7 years ago |
Steven Kirk
|
947598fcec
|
More tests forContentPresenter and InheritanceParent.
Make sure the inheritance parent is reset for non-rooted and standalone `ContentPresenter`s.
|
7 years ago |
Steven Kirk
|
1dec99ab69
|
Reset `InheritanceParent` in ContentControlMixin.
Doing it where we were doing it before caused #2823.
|
7 years ago |
Steven Kirk
|
939d80788b
|
Added failing test for #2823.
|
7 years ago |