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: arduino/Arduino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nospam2000/Arduino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 29, 2013

  1. Configuration menu
    Copy the full SHA
    966748f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2013

  1. Configuration menu
    Copy the full SHA
    b907431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3dd2a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2013

  1. Added support to press power/sleep/hibernate (and some more) buttons …

    …via System Controls.
    
    Implemented in Keyboard_::systemControl().
    nospam2000 committed Jul 5, 2013
    Configuration menu
    Copy the full SHA
    781181e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2013

  1. Added Keyboard.pressRaw(), releaseRaw() and writeRaw() to make it pos…

    …sible to send other keys than just ASCII
    nospam2000 committed Jul 13, 2013
    Configuration menu
    Copy the full SHA
    5456707 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2013

  1. Configuration menu
    Copy the full SHA
    b51dc87 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2013

  1. removed pressRaw + releaseRaw because this functionality is already c…

    …ontained in the fix for issue #1391 and the code was redundant
    nospam2000 committed Jul 18, 2013
    Configuration menu
    Copy the full SHA
    8828e50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674ab3b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2013

  1. added Mouse.moveAbs() as a new feature for absolute mouse positioning…

    … as requested in issue #1417.
    
    all parameters have the range of -32768 to 32767 and must be scaled to screen pixels
    some examples:
      x=0, y=0 is the middle of the screen
      x=-32768, y=-32768 is the top left corner
      x=32767, y=-32768 is the top right corner
      x=32767, y=32767 is the bottom right corner
      x=-32768, y=32767 is the bottom left corner
    nospam2000 committed Jul 21, 2013
    Configuration menu
    Copy the full SHA
    7b77d1e View commit details
    Browse the repository at this point in the history
Loading