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

Tilemap scroll #687

Merged
merged 7 commits into from Oct 13, 2018
Merged

Tilemap scroll #687

merged 7 commits into from Oct 13, 2018

Commits on Sep 29, 2018

  1. Added Middle Mouse Scrolling

    helle253 committed Sep 29, 2018
    Copy the full SHA
    2f77861 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Made scroll and select functionality atomic.

    helle253 committed Oct 1, 2018
    Copy the full SHA
    c9e17f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    14d293f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Shift+Click no longer needs the mouse to move to update selection rec…

    …tangle.
    helle253 committed Oct 3, 2018
    Copy the full SHA
    5885985 View commit details
    Browse the repository at this point in the history
  2. Fixed bug. When no selection rectangle present on shift+click, start …

    …a new one instead of using prev. anchor point.
    helle253 committed Oct 3, 2018
    Copy the full SHA
    8c8f100 View commit details
    Browse the repository at this point in the history
  3. Middle click no longer disrupts selection when middle mouse button pr…

    …essed while selecting.
    helle253 committed Oct 3, 2018
    Copy the full SHA
    40db58e View commit details
    Browse the repository at this point in the history
  4. left clicks no longer disrupt scrolling when lmouse button is clicked…

    … while scrolling with middle mouse button.
    helle253 committed Oct 3, 2018
    Copy the full SHA
    e46d721 View commit details
    Browse the repository at this point in the history