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
|
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
|
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
|
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
|
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
|
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 |
Dan Walmsley
|
2e555be402
|
[OSX] programatically implement child window relationship
|
4 years ago |
Dan Walmsley
|
dc72af60bf
|
Merge pull request #8233 from adirh3/upgrade_skia_packages
Upgraded SkiaSharp packages
|
4 years ago |
Dan Walmsley
|
f145cdf5a3
|
Merge branch 'master' into upgrade_skia_packages
|
4 years ago |
Dan Walmsley
|
2747384e94
|
Merge pull request #8110 from AvaloniaUI/mobile-control-host
iOS/Android/Browser control host support
|
4 years ago |
Adir Hudayfi
|
020fa3030a
|
Upgraded SkiaSharp packages
|
4 years ago |
Dan Walmsley
|
d7991c2afd
|
Merge branch 'master' into mobile-control-host
|
4 years ago |
Jumar Macato
|
475e86319d
|
Merge pull request #8229 from AvaloniaUI/support-update
Updating the readme to clarify donations vs support agreements
|
4 years ago |
Jumar Macato
|
2f274df693
|
Merge branch 'master' into support-update
|
4 years ago |
Max Katz
|
0ed9ef288e
|
Merge pull request #8094 from Gillibald/fixes/textProcessingBugs
Text processing fixes
|
4 years ago |
Max Katz
|
6c3ec544f4
|
Merge branch 'master' into fixes/textProcessingBugs
|
4 years ago |
Max Katz
|
c05a70db55
|
Merge pull request #8230 from AvaloniaUI/fixes/viewbox-layout-invalidation
Fix Viewbox layout invalidation.
|
4 years ago |
Steven Kirk
|
06e0fae717
|
Invalidate measure when Viewbox child changes.
|
4 years ago |
Steven Kirk
|
33f6974df1
|
Added failing test for Viewbox layout.
|
4 years ago |
Benedikt Stebner
|
868e3d5f53
|
Merge branch 'master' into fixes/textProcessingBugs
|
4 years ago |
Dan Walmsley
|
d7d6a8353e
|
make it really clear.
|
4 years ago |
Dan Walmsley
|
18814cf948
|
add contact address for support.
|
4 years ago |
Mike James
|
421b8227c5
|
Updating the readme to clarify donations vs support agreements
I've attempted to clarify that donations are separate from commercial support in the hope of minimising any future confusion.
|
4 years ago |
Takoooooo
|
83b5338a28
|
Check for method being Private correctly.
|
4 years ago |
Takoooooo
|
b0f7871eec
|
Don't allow bindings to private methods.
|
4 years ago |
Dan Walmsley
|
84773a1878
|
Merge remote-tracking branch 'origin/master' into fixes/osx-dialog-keep-on-top-when-deactivated
|
4 years ago |
Max Katz
|
712f862fb8
|
Merge branch 'master' into mobile-control-host
# Conflicts:
# samples/interop/NativeEmbedSample/NativeEmbedSample.csproj
|
4 years ago |
Max Katz
|
5c922c2a56
|
Merge pull request #7618 from luthfiampas/gtk-file-dialog-directory-navigation
GTK File Chooser: Navigate to Initial Directory
|
4 years ago |
Max Katz
|
97ce91eb6d
|
Merge branch 'master' into gtk-file-dialog-directory-navigation
|
4 years ago |
Dan Walmsley
|
0a4b3386d5
|
[OSX] fix SetParent
|
4 years ago |
Max Katz
|
9e29b0ba80
|
Merge pull request #8174 from danielmayost/fixes/viewboxContainerBugs
Fix FlowDirection within Viewbox
|
4 years ago |