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

[fix] GestureDetector: add PANINTERVAL #4666

Merged
merged 9 commits into from Feb 28, 2019
Merged

Commits on Feb 26, 2019

  1. [fix] GestureDetector: add PANINTERVAL

    This properly fixes the long-standing complaint that swiping to open
    the menu could unintentionally trigger some light panning. With the
    introduction of multiswipes, this problem has become more noticeable.
    Frenzie committed Feb 26, 2019
    Copy the full SHA
    5f0531d View commit details
    Browse the repository at this point in the history
  2. whoops, forgot to commit that line

    Thanks LuaCheck! :-D
    Frenzie committed Feb 26, 2019
    Copy the full SHA
    7fc64b7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    80e98d6 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1c0a895 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Frenzie committed Feb 26, 2019
    Copy the full SHA
    3e81029 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7c73c44 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. add distance_delayed

    Frenzie committed Feb 27, 2019
    Copy the full SHA
    258ea6c View commit details
    Browse the repository at this point in the history
  2. hold on, that subtraction order doesn't make any sense

    It's always negative until it reaches a second, after which TimeVal doesn't know how to deal with the concept of a negative timeval.
    Frenzie committed Feb 27, 2019
    Copy the full SHA
    317a4ab View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

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