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

Touch scrolling #143

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Touch scrolling #143

wants to merge 7 commits into from

Commits on Apr 9, 2012

  1. Add support for leveraging accelerated transforms on iOS <= 4

    Add support for using native touch scrolling on iOS >=5 and Android >=4 (monitoring touch to fire pseudo scroll events for OnDemandList)
    (Still uses plain scrollLeft/Top on older android, transforms don't seem to help)
    Fix to use constant friction deceleration
    Other glide fixes
    Separate out dojox mobile test page, and miminal mobile test page
    kriszyp committed Apr 9, 2012
    Configuration menu
    Copy the full SHA
    efc7d83 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2012

  1. Start on scrollbar

    kriszyp committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    c67a886 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2012

  1. Configuration menu
    Copy the full SHA
    e71f516 View commit details
    Browse the repository at this point in the history
  2. Comment the code more, and lower the timer resolution now that we pro…

    …perly compensate for delayed timer turns
    kriszyp committed Apr 11, 2012
    Configuration menu
    Copy the full SHA
    e711e3c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2012

  1. Configuration menu
    Copy the full SHA
    e0a1876 View commit details
    Browse the repository at this point in the history
  2. Merge git://github.com/SitePen/dgrid into touch-scrolling

    Conflicts:
    	OnDemandList.js
    kriszyp committed Apr 17, 2012
    Configuration menu
    Copy the full SHA
    6113cac View commit details
    Browse the repository at this point in the history

Commits on May 27, 2012

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