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 |
Dan Walmsley
|
28bf8937b5
|
fix NRE in textbox.
|
7 years ago |
Nikita Tsukanov
|
f079e6574a
|
Merge pull request #2829 from AvaloniaUI/pointerpoint
PointerPointUpdateKind + KeyModifiers
|
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 |
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 |
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 |
Steven Kirk
|
fa6505123f
|
Allow adding items anywhere in list.
By clicking an item in `ItemsRepeater` to select the insertion point.
|
7 years ago |
Steven Kirk
|
96c1670197
|
Remove previous hack.
Indroduced in f09683cf93.
Was probably caused by the issue fixed in e73a5a6357.
|
7 years ago |
Steven Kirk
|
e73a5a6357
|
Fix another facepalm in ItemsRepeater.
`Measure` and `Arrange` were swapped.
|
7 years ago |
Steven Kirk
|
5b6a44bd72
|
Fix facepalm in ItemsSourceView.
Don't construct a new `List` unless the source isn't already an `IList`.
|
7 years ago |
Steven Kirk
|
8ef5fdfbc1
|
Add "Add Item" button to ItemsRepeaterPage.
|
7 years ago |
Steven Kirk
|
868ab884a9
|
Merge pull request #2694 from KvanTTT/extend-listbox-and-treeview-sample
Extend ListBox and TreeView samples
|
7 years ago |
Steven Kirk
|
e4eb517056
|
Merge branch 'master' into extend-listbox-and-treeview-sample
|
7 years ago |
Nikita Tsukanov
|
62bc60bee3
|
[DirectFB] Added configurable scaling support
|
7 years ago |
Nikita Tsukanov
|
1a6e21518c
|
Merge pull request #2778 from AvaloniaUI/popup-ng
Popup positioning rework
|
7 years ago |
Nikita Tsukanov
|
07ed194c9d
|
Review comments
|
7 years ago |
Nikita Tsukanov
|
ef39bf4e4e
|
Remove misleading braces
|
7 years ago |
Steven Kirk
|
30ce7284ba
|
Merge branch 'master' into extend-listbox-and-treeview-sample
|
7 years ago |
Nikita Tsukanov
|
ad077b5f57
|
Merge pull request #2798 from worldbeater/suspension-design-mode
AutoSuspendHelper: Don't throw when in design mode
|
7 years ago |
Artyom
|
c727102b9c
|
Merge branch 'master' into suspension-design-mode
|
7 years ago |