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: sqlitebrowser/sqlitebrowser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mdraw/sqlitebrowser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: autofit-gammacorr
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 9, 2024

  1. Always fit images to viewport

    Don't limit automatic fitting to large images
    mdraw committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    22d7414 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    4b2dc62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc0a47c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. [WIP] Add gamma correction feature

    Very hacky but it gets the job done for now.
    
    - Default to gamma = 0.5
    - Apply relative gamma correction on mouse scroll wheel events
      (re-correction leads to growing quantization errors, so don't scroll
      too much...)
    mdraw committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    4789290 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix gamma correction error propagation issue

    Gamma value is now bound to the scale slider, not scroll wheel
    mdraw committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    15b1016 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. CI: run on push to any branch

    mdraw committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a5eb561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc821c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ea147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaf4f82 View commit details
    Browse the repository at this point in the history
  5. CI: Remove release workflows

    mdraw committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7326382 View commit details
    Browse the repository at this point in the history
Loading