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

ScrollComponent: Implement better specification of direction #125

Merged
merged 11 commits into from
Oct 19, 2023

Commits on Sep 7, 2023

  1. ScrollComponent: Implement better specification of direction

    This should retain the original behavior where it defaults to preferring vertical when both are enabled.
    Sychic committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    922646f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

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

Commits on Sep 30, 2023

  1. ElementaVersion: Introduce V5

    This version changes the behavior of scroll components to not require holding shift if horizontal scrolling is the only option
    Sychic committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5e25f61 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. ScrollComponent: Delegate scrolling to next highest scroll component …

    …when we can no longer scroll in that direction
    Sychic committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8349e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84525e0 View commit details
    Browse the repository at this point in the history
  3. Api: update

    Sychic committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    6b88c5c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    93d19b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d99ae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc63165 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5bc9ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724f13e View commit details
    Browse the repository at this point in the history