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

Active Cursor Tracking (#12) #17

Merged
merged 12 commits into from
Oct 28, 2023
Merged

Commits on Oct 25, 2023

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

Commits on Oct 26, 2023

  1. Fixed click and drag

    CardBreaker committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a2ec1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79cffca View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Added Options menu with ability to toggle active cursor tracking

    * Doesn't actually do anything yet
    CardBreaker committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1954154 View commit details
    Browse the repository at this point in the history
  2. Revert to old behavior is active cursor tracking is disabled

    * Also refactored rollover flags to be a single state variable instead
    * Avoid setting circle view fields directly from main view by using setter.
    CardBreaker committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ee827be View commit details
    Browse the repository at this point in the history
  3. Added scroll wheel size adjustment on right click hold

    * Due to the limitations of XAML mouse pressed/released events, we can't actually detect a right click during a left mouse hold in order to add the ability to cancel note placement.
    CardBreaker committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    02c3a08 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdc0620 View commit details
    Browse the repository at this point in the history
  5. Fixed merge issue

    CardBreaker committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    099f318 View commit details
    Browse the repository at this point in the history
  6. Comment update

    CardBreaker committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1efd4c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0b06ac0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb7bd3d View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

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