Max Katz
2b1ab99d6e
Fix window duplicates on macos
3 years ago
Max Katz
568f0f6ee2
Fix appium test
3 years ago
Max Katz
b0e3d0f116
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
5f9bc80826
Merge pull request #11287 from AvaloniaUI/fixes/dont-focus-invisible-control
Don't focus invisible controls
3 years ago
Max Katz
b5d7bd7df4
Merge pull request #11281 from AvaloniaUI/fixes/9944-menuflyout-styled-properties
Make MenuFlyout.ItemTemplate a styled property.
3 years ago
Steven Kirk
531fed2b4e
Don't focus unfocusable controls.
- Check `CanFocus` in `FocusManager.SetFocusedElement`
- Check for `IsEffectivelyVisible` in `CanFocus`
- Clear focus when control made invisible
- Update tests that relied on unfocusable controls being focused
3 years ago
Steven Kirk
4b46afef4a
Add failing focus unit tests.
3 years ago
Dan Walmsley
353730f4b7
Merge pull request #11283 from AvaloniaUI/fixes/11272-virtualizingstackpanel-viewport-estimation
Fix VirtualizingStackPanel viewport estimation
3 years ago
Steven Kirk
2f50504ff3
Don't estimate negative top/left for viewport.
Fixes #11272 .
3 years ago
Steven Kirk
570e7a979c
Added failing test for #11272 .
3 years ago
Steven Kirk
42b0988d1a
Make MenuFlyout.ItemTemplate a styled property.
3 years ago
Dan Walmsley
2c3002d9bb
Merge pull request #11216 from AvaloniaUI/feature/heterogeneous-item-containers-2
Support heterogeneous item containers V2
3 years ago
Dan Walmsley
badd244064
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Dan Walmsley
71fada936b
Merge pull request #11265 from AvaloniaUI/resources-fix
ResourceDictionary xaml tests
3 years ago
Dan Walmsley
31fd8e3fd1
Merge pull request #11085 from AvaloniaUI/wasm-save-file-picker
WASM save file picker polyfill for Firefox
3 years ago
Dan Walmsley
5f2d5e798e
Merge pull request #11274 from Mikolaytis/IME_PositionFix
[IME] fix UpdateCursorRect call
3 years ago
Steven Kirk
377844fc2e
Merge branch 'master' into feature/heterogeneous-item-containers-2
3 years ago
Sergey Mikolaitis
6efd0e8e6c
[IME] fix UpdateCursorRect call
3 years ago
Max Katz
3f5a5e6bd8
Add test for #11172
3 years ago
Max Katz
22f0319a73
Pass additional manipulation nodes from ResourceInclude to ResourceDictionary
3 years ago
Max Katz
0145dcc4b9
Fix nested ResourceDictionaries
3 years ago
Max Katz
65b3994d87
Merge pull request #11204 from AvaloniaUI/refactor/standardassetloader-public
Make StandardAssetLoader public/unstable.
3 years ago
Max Katz
d6ad5a9615
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
ebb678284b
Merge branch 'master' into refactor/standardassetloader-public
3 years ago
Max Katz
b6c25d5f70
Usings
3 years ago
Max Katz
62da607b91
Make previously internal members internal again
3 years ago
Max Katz
0ca03349ba
Merge pull request #11252 from AvaloniaUI/fixes/11162-gridsplitter-drag
Fix drag delta when moving outside draggable range.
3 years ago
Max Katz
932788f657
Merge branch 'master' into fixes/11162-gridsplitter-drag
3 years ago
Dan Walmsley
9ba65dd5b0
Merge pull request #11221 from AvaloniaUI/fixes/treeviewitem-shouldnt-handle-spacekey
Dont expand/collapse TreeViewItem on space key.
3 years ago
Steven Kirk
c204156e8a
Don't offset thumb from pointer when dragged past end.
3 years ago
Steven Kirk
5e3b94f88c
Added failing test for scrollbar thumb.
3 years ago
Steven Kirk
69922b6917
Adjust thumb drag position on track size change.
Fixes `ScrollViewer` jumping around when the scroll extent changes while dragging the scrollbar thumb.
3 years ago
Steven Kirk
42bd366bc1
Added failing test for ScrollViewer jumpiness.
3 years ago
Steven Kirk
4333cc33ba
Revert thumb to using relative coordinates for drag.
Undoes the changes in #10892 and #11087 .
3 years ago
Max Katz
ab4436ca5d
Merge pull request #11250 from AvaloniaUI/fixes/auto-append-save-file-dialog-extension-win32
Fix win32 save file dialog / picker, auto add extension when DefaultExtension property is null.
3 years ago
Tim
be632a3350
Merge pull request #11248 from timunie/feat/MakeDataValidationPluginsPublic2
Make DataValidationPlugins public again
3 years ago
Max Katz
7277a9bb9a
Merge pull request #11247 from workgroupengineering/fixes/Discussion_11177
fix: removing unnecessary statements.
3 years ago
Dan Walmsley
e12f59a53e
Merge branch 'master' into fixes/treeviewitem-shouldnt-handle-spacekey
3 years ago
Dan Walmsley
ff16f8accd
if DefaultExtension is null, then pass empty string to win32 otherwise the extension appending logic gets borked.
3 years ago
Tim
6dd9b74044
Make DataValidationPlugins public again
3 years ago
Giuseppe Lippolis
4b539f77b1
fix: removing unnecessary statements.
3 years ago
Benedikt Stebner
fe26a0a097
Merge branch 'master' into refactor/standardassetloader-public
3 years ago
Max Katz
728e1933b1
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
5aed9479be
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
3c1dfde252
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
506d05bac2
Merge branch 'master' into fixes/DevTools/WithoutApplicationLifetime
3 years ago
Max Katz
37f601ebe8
Merge pull request #11228 from Gillibald/fixes/SkiaFontMetrics
Fix Skia FontMetrics
3 years ago
Max Katz
007d2b2a0d
Merge pull request #11227 from rabbitism/combobox
Support DisplayMemberBinding in ComboBox SelectedItem
3 years ago
Max Katz
252ed9cf46
Merge pull request #11230 from workgroupengineering/fixes/Issue_11088
fix(DevTools): Avoid reset filter on navigation
3 years ago
Max Katz
58f77467e0
Merge pull request #11231 from rabbitism/text
Fix SelectableTextBlock double click selection crash issue .
3 years ago