Nikita Tsukanov
bca3b42a0c
Removed custom win32 render timer since it leaks pool threads
7 years ago
Dan Walmsley
f38b5bf051
Merge remote-tracking branch 'origin/release/0.8.2'
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
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
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
Nikita Tsukanov
0fd1f99b13
Merge pull request #2805 from Sorien/combo-hit-testing
Fix Combobox hit testing
7 years ago
Stano Turza
3bd87c0d30
Fix ButtonSpinner hit testing
7 years ago
Stano Turza
7ab413be4b
Fix Combobox hit testing
7 years ago
artyom
32aea583b1
Don't throw when in design mode
7 years ago
Nikita Tsukanov
9335f78dfd
Merge pull request #2794 from AvaloniaUI/fixes/flaky-tests
Fix flaky XAML tests.
7 years ago
Nikita Tsukanov
b7b477b8fd
Merge pull request #2793 from AvaloniaUI/fixes/visualnode-nre
Fix NRE in VisualNode.SortChildren.
7 years ago
Steven Kirk
7cbb50709d
Fix typo in StandardCursorType.
Fixes #2784
7 years ago
Steven Kirk
f0a8e64189
Merge pull request #2744 from AvaloniaUI/refactor/2709-mutable-pen
Make Pen mutable.
7 years ago
Steven Kirk
f642a0044d
Merge branch 'master' into refactor/2709-mutable-pen
7 years ago
Steven Kirk
1f7346f101
Merge pull request #2682 from wieslawsoltes/wpfstackpanelimport
Port of WPF StackPanel and fixes to layout constraints
7 years ago
Steven Kirk
0dce4cfc6f
Set capacity seeing as we know it.
7 years ago
Steven Kirk
b4d7d03afd
Constrain to availableSize in MeasureCore.
#2431 erroneously removed the `.Constrain(availableSize)` call in `Layoutable.Measure`. Now that the WPF source is available, I can see i that WPF does in fact constrain measure to availableSize and Grid relies on this.
Put constraint back in, undo the changes to the controls changed in #2431 (`StackPanel`, `Image`) and update the expected test results based on cross-checks with WPF in https://github.com/wieslawsoltes/WpfUnitTests/pull/1 .
7 years ago
Steven Kirk
51ec592e4a
Added failing test for #2746 .
7 years ago
Steven Kirk
580bf42afa
Call ArrangeChild in StackPanel.
So that derived classes can override the arrangement (needed for `VirtualizingStackPanel`).
7 years ago
Steven Kirk
c99f553c18
Fix merge error.
`Orientation` was moved to `Avalonia.Layout`.
7 years ago
Steven Kirk
816422487c
Merge branch 'master' into wpfstackpanelimport
7 years ago
Steven Kirk
05ee1c57c0
Merge branch 'master' into refactor/2709-mutable-pen
7 years ago
Steven Kirk
a6c9086782
Fix flaky XAML tests.
Make tests that load XAML inherit from `XamlTestBase` which ensures that `Avalonia.Markup` is loaded.
7 years ago
Steven Kirk
cdb486fe23
Fix NRE in VisualNode.SortChildren.
`_children` may be null. In addition if there are < 2 children, there's no sorting to be done.
7 years ago