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: BestImageViewer/geeqie
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BestImageViewer/geeqie
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2.6
Choose a head ref
  • 7 commits
  • 9 files changed
  • 1 contributor

Commits on May 5, 2025

  1. Preparing for release v2.6

    caclark committed May 5, 2025
    Configuration menu
    Copy the full SHA
    7652c70 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2025

  1. Bug fix: --action=<illegal value> results in crash

    If a command of the type:
    geeqie --action=abcd
    is given when geeqie is not running, there is a crash.
    
    Check that window is valid.
    caclark committed May 31, 2025
    Configuration menu
    Copy the full SHA
    cd74953 View commit details
    Browse the repository at this point in the history
  2. Bug fix: Crash using GQ_DISABLE_CLUTTER=y when config file already ha…

    …s gps map enabled
    
    Fix sequencing error.
    caclark committed May 31, 2025
    Configuration menu
    Copy the full SHA
    be91fc3 View commit details
    Browse the repository at this point in the history
  3. Bug fix: gtk_file_chooser dialog cannot create folders

    Make the dialog modal to prevent focus being taken away.
    caclark committed May 31, 2025
    Configuration menu
    Copy the full SHA
    f3b4743 View commit details
    Browse the repository at this point in the history
  4. Bug fix: Icon view, filename text not displayed, filename tooltip

    If icon view is selected, and filename text is selected to be not
    displayed, the tooltip text showing the filename is not displayed.
    
    Ensure the tooltip window has a parent.
    caclark committed May 31, 2025
    Configuration menu
    Copy the full SHA
    73e916e View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Fix #1743: Slow since 2.6

    #1743
    
    Incorrect init. function used.
    caclark committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    609904d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Fix #1541: MacOS: Crash when exiting fullscreen mode

    #1541 (comment)
    
    This is a blind fix.
    caclark committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    3548b4a View commit details
    Browse the repository at this point in the history
Loading