Matthias Hoste
|
3e17bb571f
|
Fix for #2544
|
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 |
danwalmsley
|
53dfbaf67a
|
Merge pull request #2777 from AvaloniaUI/managed-file-dialog
Managed file dialog
|
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 |
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
|
f079e6574a
|
Merge pull request #2829 from AvaloniaUI/pointerpoint
PointerPointUpdateKind + KeyModifiers
|
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 |
Dan Walmsley
|
a4eed991f4
|
dont clear clipboard but do a dummy read.
|
7 years ago |
Dan Walmsley
|
4910c17d7d
|
safely clear pasteboard osx
|
7 years ago |
Dan Walmsley
|
a79eb78b39
|
clear clipboard with empty string on startup
|
7 years ago |
Dan Walmsley
|
8422543ac9
|
free string in dtor
|
7 years ago |
Dan Walmsley
|
a1c458417b
|
make a copy of the clipboard string.
|
7 years ago |
Nikita Tsukanov
|
b002de40f2
|
Merge pull request #2797 from AvaloniaUI/fixes/2784-standardcursortype-typo
Fix typo in StandardCursorType.
|
7 years ago |
Dan Walmsley
|
316df96238
|
bump version
|
7 years ago |
Dan Walmsley
|
69912114ee
|
fix osx clipboard string encoding.
|
7 years ago |
Steven Kirk
|
6ff367c25b
|
Merge pull request #2818 from AvaloniaUI/fixes/1641-devtools-hotkey
Allow specifying DevTools key gesture.
|
7 years ago |
Nikita Tsukanov
|
b7f971d87d
|
Updated mobile/interop backends
|
7 years ago |
Nikita Tsukanov
|
0bad390dac
|
Added PointerUpdateKind and replaced InputModifiers with KeyModifiers
|
7 years ago |
Nikita Tsukanov
|
3d4a2781b0
|
Switched key events to use KeyModifiers
|
7 years ago |
Steven Kirk
|
7ec006aa65
|
Merge branch 'master' into fixes/2784-standardcursortype-typo
|
7 years ago |
Steven Kirk
|
51eab93277
|
Added obsolete alias for old typo'd value.
|
7 years ago |
Steven Kirk
|
c682dde63a
|
Allow specifying DevTools key gesture.
Fixes #1641
|
7 years ago |
Steven Kirk
|
dcf6821ef9
|
Merge pull request #2813 from AvaloniaUI/fixes/2804-itemsrepeater-problems
Fix ItemsRepeater problems
|
7 years ago |