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

[Feature] Multidirectional scrolling #1550

Merged
merged 7 commits into from
Jan 9, 2023

Commits on Dec 29, 2022

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

Commits on Dec 30, 2022

  1. Reworked Scrollable to account for lack of widget order guarantees.

    Fixed thumb "snapping" bug on scrollable when cursor is out of bounds.
    bungoboingo committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    9f85e0c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    624a4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c2bcec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19f4373 View commit details
    Browse the repository at this point in the history
  4. Remove PartialOrd implementation for Rectangle

    A `PartialOrd` implementation is unclear for this type, since it has
    a position besides its dimensions.
    hecrj committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f64e95e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d00747 View commit details
    Browse the repository at this point in the history