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

Scroll support for mobile #2555

Merged
merged 6 commits into from Jun 22, 2015
Merged

Scroll support for mobile #2555

merged 6 commits into from Jun 22, 2015

Commits on Jun 17, 2015

  1. Added basic support for touch scrolling.

    Andrew Stoker authored and Andrew Stoker committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    5efc61f View commit details
    Browse the repository at this point in the history
  2. Added basic support for touch scrolling. (Added onTouchMove event to …

    …mouse handler)
    Andrew Stoker authored and Andrew Stoker committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8a71fb9 View commit details
    Browse the repository at this point in the history
  3. Adding fix to whitespace_test from commit: ajaxorg@2a0a696

    Andrew Stoker authored and Andrew Stoker committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8990d19 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Removed unnecessary checks in onTouchMove event.

    Andrew Stoker authored and Andrew Stoker committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    95e74f6 View commit details
    Browse the repository at this point in the history
  2. Removed unneeded parsing to Int in addTouchMoveListener event.

    Andrew Stoker authored and Andrew Stoker committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    91afece View commit details
    Browse the repository at this point in the history
  3. Resolved a dangling “)”

    Andrew Stoker authored and Andrew Stoker committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    c342ba1 View commit details
    Browse the repository at this point in the history