Skip to content
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

Feature/copy paste #2

Merged
merged 3 commits into from
Nov 3, 2018
Merged

Feature/copy paste #2

merged 3 commits into from
Nov 3, 2018

Commits on Nov 2, 2018

  1. CustomLocalTransfer is now a little smarter - nativeToJava() and java…

    …ToNative() actually delegate to set() and get(), to mimic the semantics of the other Transfer types (makes Clipboard work better).
    nedtwigg committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    7dab947 View commit details
    Browse the repository at this point in the history
  2. Added StructuredDrag.copyToClipboard() and StructuredDrop.pasteFromCl…

    …ipboard(), which are both exercised in StructuredDndMappingTest.
    nedtwigg committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    93c0e72 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Update changes.

    nedtwigg committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    7ce2367 View commit details
    Browse the repository at this point in the history