-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom clipboard formats #6223
base: master
Are you sure you want to change the base?
Add support for custom clipboard formats #6223
Commits on Mar 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c32b348 - Browse repository at this point
Copy the full SHA c32b348View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95116ea - Browse repository at this point
Copy the full SHA 95116eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd0c0c - Browse repository at this point
Copy the full SHA cdd0c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b00d9 - Browse repository at this point
Copy the full SHA 16b00d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d149485 - Browse repository at this point
Copy the full SHA d149485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99179b3 - Browse repository at this point
Copy the full SHA 99179b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef661c9 - Browse repository at this point
Copy the full SHA ef661c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b7ff7c - Browse repository at this point
Copy the full SHA 1b7ff7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b11cf - Browse repository at this point
Copy the full SHA 38b11cfView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f7d94d - Browse repository at this point
Copy the full SHA 5f7d94dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 744d72d - Browse repository at this point
Copy the full SHA 744d72dView commit details
Commits on Mar 26, 2024
-
Always free pointer after registering clipboard format
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for beb1d98 - Browse repository at this point
Copy the full SHA beb1d98View commit details -
Refactor logic to create web custom format clipboard entries
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 27efe4c - Browse repository at this point
Copy the full SHA 27efe4cView commit details -
Add documentation explaining the clipboard entries created to support…
… web custom formats
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ae106b3 - Browse repository at this point
Copy the full SHA ae106b3View commit details -
Use consistent ordering for method parameters
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for def378e - Browse repository at this point
Copy the full SHA def378eView commit details -
Use UTF8 instead of ansi for web custom format clipboard entries
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 51b5fbc - Browse repository at this point
Copy the full SHA 51b5fbcView commit details -
Marvin committed
Mar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 825b952 - Browse repository at this point
Copy the full SHA 825b952View commit details -
Clean up
ClipboardData
andClipboard
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 74a35fa - Browse repository at this point
Copy the full SHA 74a35faView commit details -
Rename variables to be consistent between methods
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 7e660f0 - Browse repository at this point
Copy the full SHA 7e660f0View commit details -
Add doc comment explaining the web custom format fallback when readin…
…g clipboard data.
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 3398cad - Browse repository at this point
Copy the full SHA 3398cadView commit details -
Add documentation for
SetData
return valueMarvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 48115c3 - Browse repository at this point
Copy the full SHA 48115c3View commit details -
Fix formatting for
ClipboardData
values inClipboard
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 6fa516d - Browse repository at this point
Copy the full SHA 6fa516dView commit details -
Handle cases where registering clipboard format fails
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for ac78808 - Browse repository at this point
Copy the full SHA ac78808View commit details -
Add logging for cases where calls to win32 clipboard api fail
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for c758183 - Browse repository at this point
Copy the full SHA c758183View commit details -
Add logging for cases where calls to win32 clipboard api fail when re…
…ading clipboard value
Marvin committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for 629ddff - Browse repository at this point
Copy the full SHA 629ddffView commit details
Commits on Mar 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e4231a - Browse repository at this point
Copy the full SHA 7e4231aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8081b3c - Browse repository at this point
Copy the full SHA 8081b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fd3fb - Browse repository at this point
Copy the full SHA e0fd3fbView commit details
Commits on Mar 29, 2024
-
Use
TryGetValue
to retrieve values from web custom format mapMarvin committedMar 29, 2024 Configuration menu - View commit details
-
Copy full SHA for 87f243b - Browse repository at this point
Copy the full SHA 87f243bView commit details