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

Various minor adjustments to the code and preparation for GTK+ 3 #11

Merged
merged 9 commits into from
Jan 2, 2024

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    a6c4c5f View commit details
    Browse the repository at this point in the history
  2. Build with -DGTK_DISABLE_SINGLE_INCLUDES

    This ensures that only header files allowed to be used with GTK+ 3 are
    being included.
    markuspg committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    db8c58b View commit details
    Browse the repository at this point in the history
  3. Build with -DGSEAL_ENABLE

    This ensure that _screentest_ does not utilize implementation details
    which will become private with GTK 3.
    markuspg committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    bd71253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a6c5edc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e85759d View commit details
    Browse the repository at this point in the history
  6. Build with -DGTK_DISABLE_DEPRECATED

    This ensures that _screentest_ does not utilize GTK+ symbols being
    removed by GTK+ 3.
    markuspg committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1a87b73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c59d6ea View commit details
    Browse the repository at this point in the history
  8. Drop superfluous assignments

    markuspg committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    8b6cba0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    998ee13 View commit details
    Browse the repository at this point in the history