Dan Walmsley
|
827692fa27
|
add test for osx modal dialog window order when clicking resize grip of parent.
|
4 years ago |
Dan Walmsley
|
54dc396795
|
Merge branch 'master' into feature/window-integration-tests
|
4 years ago |
Dan Walmsley
|
e932223c94
|
Merge pull request #8249 from AvaloniaUI/fixes/osx-crash-on-main-window-close
prevent segfault when closing app with child windows open.
|
4 years ago |
Dan Walmsley
|
643fe6675e
|
prevent segfault when closing app with child windows open.
|
4 years ago |
Dan Walmsley
|
aae2696d49
|
Merge pull request #8247 from AvaloniaUI/feature/nested-styles-inline
Remove the need for <Style.Children> around nested styles.
|
4 years ago |
Dan Walmsley
|
225cf94c34
|
Merge branch 'master' into feature/nested-styles-inline
|
4 years ago |
Dan Walmsley
|
84a7d31f18
|
Merge pull request #8248 from AvaloniaUI/fixes/prevent-parent-resizing-when-modal-opened
[OSX] dont allow disabled windows to resize.
|
4 years ago |
Steven Kirk
|
5520706a95
|
Fix formatting.
|
4 years ago |
Steven Kirk
|
902703fbed
|
Allow nested styles inline in parent style XAML.
Removes the need to enclose nested styles in a `<Style.Children>` element in XAML.
|
4 years ago |
Max Katz
|
01d65347ec
|
Merge pull request #8246 from AvaloniaUI/fixes/flyout-not-opening-more-than-once
re-set popup.Parent if its no longer set.
|
4 years ago |
Dan Walmsley
|
97cb3a68f0
|
Add unit test.
|
4 years ago |
Dan Walmsley
|
90287bbe0c
|
re-set popup.Parent if its no longer set.
|
4 years ago |
Dan Walmsley
|
81f6f7c346
|
Merge remote-tracking branch 'origin/master' into feature/window-integration-tests
|
4 years ago |
Dan Walmsley
|
1917def959
|
full set of window tests for osx.
|
4 years ago |
Max Katz
|
56ef3adf06
|
Merge pull request #8242 from Oxc3/feature/web-copy-paste-text
added ClipboardImpl with hooks to navigator.clipboard.readtext and na…
|
4 years ago |
Max Katz
|
7f3bf01dc0
|
Merge branch 'master' into feature/web-copy-paste-text
|
4 years ago |
Oxc3
|
595b62197c
|
Update ClipboardImpl.cs
added text clearing on ClearAsync
|
4 years ago |
Oxc3
|
9cc69eec22
|
added ClipboardImpl with hooks to navigator.clipboard.readtext and naviagot.clipboard.writeText so Avalonia web can TextBox copy-paste works
|
4 years ago |
Dan Walmsley
|
a70dadea18
|
simplify test.
|
4 years ago |
Dan Walmsley
|
a7713dcda9
|
add a unit test for child window order osx.
|
4 years ago |
Dan Walmsley
|
b7397a7cdf
|
add a11y identifiers for windows.
|
4 years ago |
Dan Walmsley
|
0d6e3a55f0
|
add test to show that osx chrome buttons are disabled when modal dialog is opened.
|
4 years ago |
Dan Walmsley
|
27a4e026bb
|
Merge branch 'master' into feature/window-integration-tests
|
4 years ago |
Dan Walmsley
|
cea6bc27a0
|
Merge pull request #8238 from AvaloniaUI/fixes/disable-parent-chrome-buttons-when-modal-is-shown
OSX: Disable parent chrome buttons when modal is shown
|
4 years ago |
Dan Walmsley
|
2f1ada6892
|
Merge pull request #8239 from AvaloniaUI/fixes/osx-shadow-invalidation
OSX Shadow invalidation when window sized
|
4 years ago |
Dan Walmsley
|
f05af9c1ea
|
Merge branch 'master' into feature/window-integration-tests
|
4 years ago |
Dan Walmsley
|
72d97c8750
|
Merge pull request #8211 from AvaloniaUI/fixes/osx-dialog-keep-on-top-when-deactivated
[OSX] dialogs stay ontop of main window when another app is displayed.
|
4 years ago |
Dan Walmsley
|
69bc9d5329
|
Merge branch 'fixes/osx-dialog-keep-on-top-when-deactivated' into feature/window-integration-tests
|
4 years ago |
Dan Walmsley
|
4ea6c7c461
|
Merge branch 'fixes/osx-dialog-keep-on-top-when-deactivated' of github.com:AvaloniaUI/Avalonia into fixes/osx-dialog-keep-on-top-when-deactivated
|
4 years ago |
Dan Walmsley
|
0ab383ed89
|
fix build warnings.
|
4 years ago |
Dan Walmsley
|
ff07d2069c
|
Merge branch 'master' into fixes/osx-dialog-keep-on-top-when-deactivated
|
4 years ago |
Dan Walmsley
|
32a61c0ea4
|
dialogs should not be minimizable.
|
4 years ago |
Dan Walmsley
|
05be2056e8
|
dispatch bring to front parent when removing a child window.
|
4 years ago |
Dan Walmsley
|
f017acae56
|
dialogs should not be minimizable.
|
4 years ago |
Dan Walmsley
|
cef238d195
|
dispatch bring to front parent when removing a child window.
|
4 years ago |
Dan Walmsley
|
e51851e68f
|
Merge pull request #8236 from AvaloniaUI/fix-popup-leak
Fix FlyoutBase/ContextMenu memory leak
|
4 years ago |
Max Katz
|
bc6d5ec87d
|
Add tests
|
4 years ago |
Max Katz
|
5ab8b06dce
|
Reset popup parent on context menu target detached
|
4 years ago |
Max Katz
|
6dbb828b60
|
Reset popup parent on flyout hidden
|
4 years ago |
Max Katz
|
ee69a85544
|
Merge pull request #8228 from AvaloniaUI/dont-allow-bindings-to-private-methods
Don't allow bindings to private methods
|
4 years ago |
Tako
|
71ac625930
|
Merge branch 'master' into dont-allow-bindings-to-private-methods
|
4 years ago |
Max Katz
|
11e1c44a18
|
Merge pull request #8234 from Oxc3/use-html-pointer-events
replace mouse and touch events to pointer event to fix issue #8200
|
4 years ago |
Oxc3
|
53f6b62b43
|
Update AvaloniaView.razor.cs
modified pointer up, down, move to handle touch device specifically and all other devices as mouse event
|
4 years ago |
Todd
|
131c81ad22
|
replace mouse and touch events to pointer event to fix issue #8200
|
4 years ago |
Dan Walmsley
|
70fe8fee50
|
Merge branch 'fixes/osx-dialog-keep-on-top-when-deactivated' into feature/window-integration-tests
|
4 years ago |
Dan Walmsley
|
3246ddb372
|
Merge remote-tracking branch 'origin/master' into fixes/osx-dialog-keep-on-top-when-deactivated
|
4 years ago |
Dan Walmsley
|
b48888e9bf
|
[osx] easily support using nspanel from windowbaseimpl.
|
4 years ago |
Dan Walmsley
|
2cd8ee003f
|
call bring to front when window is made key.
|
4 years ago |
Dan Walmsley
|
61449dc401
|
dont create nspanel / nswindow at show.
|
4 years ago |
Dan Walmsley
|
8a39240eea
|
[osx] make bringtofront work correctly for owned and modal windows.
|
4 years ago |