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: mwh/dragon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: mwh/dragon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    6e3357a View commit details
    Browse the repository at this point in the history
  2. respect CFLAGS and LDFLAGS

    also moves gtk flags into separate variables for cleanliness
    N-R-K authored and mwh committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    379d2f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Use progname instead of argv[0]

    amarz45 authored and mwh committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0a56eb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. Add option to only show the basename

    JedBurke authored and mwh committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    a84ed04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a21474 View commit details
    Browse the repository at this point in the history
  3. Document the -f/--name-only option

    JedBurke authored and mwh committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    548e03f View commit details
    Browse the repository at this point in the history
  4. Use relative path as default, switch with -f/-F

    By default, a button will display the relative path to a file within
    the current working directory, if it is in there, and otherwise
    will display an absolute path.
    
    With the -f/--name-only option, only the basename will be displayed
    for any file.
    
    With the -F/--full-path option, only absolute paths will be used for
    any file; this was the default previously.
    mwh committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    4d20e41 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. Configuration menu
    Copy the full SHA
    a680272 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32e84a5 View commit details
    Browse the repository at this point in the history
  3. Use the file path to get the pixel buffer

    When adding a file button and enabling the filename only option, the
    `filename` variable becomes unsuitable for obtaining the pixel buffer
    from the file.
    JedBurke authored and mwh committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    7c41c9e View commit details
    Browse the repository at this point in the history
  4. Add tooltip parameter to the add_button function

    The tooltip needs to display the file's path, but will be unavailable if
    the label is passed as the basename only. If the tooltip value is null,
    default to the label input.
    JedBurke authored and mwh committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    5040a0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e00045 View commit details
    Browse the repository at this point in the history
Loading