Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eficode/JavaFXLibrary
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.1
Choose a base ref
...
head repository: eficode/JavaFXLibrary
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 115 files changed
  • 2 contributors

Commits on Sep 3, 2021

  1. Support getting and setting clipboard content

    One could have application where there are for example hot keys or
    buttons that copies data to clipboard or from clipboard to application.
    
    These new keywords is made to support these cases.
    Turmio authored and soisetu committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    5ba85c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge pull request #61 from Turmio/keyword_clipboard_contents

    Support getting and setting clipboard content
    psaikkonen authored Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e04685b View commit details
    Browse the repository at this point in the history
  2. Remove Guava dependency

    psaikkonen committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    3f3dcea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50a8355 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Format codebase

    psaikkonen committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3c113f8 View commit details
    Browse the repository at this point in the history
Loading