Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supercollider/supercollider
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: supercollider/supercollider
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: topic/qt-scroll-widgets-visual
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 1 contributor

Commits on Jul 8, 2025

  1. QtCollider: QWheelEvent fix regression for scroll delta scaling for Qt6

    Fixes regressions from 9d10e19
    When migrating from deprecated .delta() to .angleDelta()/.pixelDelta()
    there were some errors in scaling, and some probably typos converting
    vertical scaling to horizontal
    elgiano committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    1db7207 View commit details
    Browse the repository at this point in the history
  2. QtCollider: QcSlider: improve scroll behavior

    * accumulate fractional scrolling
    * inverted scrolling support
    elgiano committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    1379d34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb72a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf6425c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4521b3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3546184 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Configuration menu
    Copy the full SHA
    7146603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105f650 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

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