-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix macOS clipboard formats mapping (#13197)
* Implement macOS clipboard formats mapping * Mark DataFormats unstable instead of obsolete (removes warnings in our code base) * Support non-text data formats in macOS drag source * Implement SetStrings for IAvnClipboard to support files properly * Add comments to a confusing part of code * Update src/Avalonia.Base/Input/DataFormats.cs --------- Co-authored-by: Jumar Macato <[email protected]> Co-authored-by: Dan Walmsley <[email protected]>
- Loading branch information
1 parent
b6b0168
commit adb97bd
Showing
5 changed files
with
87 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters