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

Support GTK+ 4.0 #90

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Support GTK+ 4.0 #90

wants to merge 9 commits into from

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    eff438b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baff42e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8666f8 View commit details
    Browse the repository at this point in the history
  4. Build: Support GTK+ 4.

    In addition to the existing GTK+ 2 and GTK+ 4 support.
    murraycu committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    20488af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3155dae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8e44d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2016

  1. avahi-ui: Avoid (removed in GTK+4) gtk_button_set_image().

    There doesn't seem to be any new way to easily have both a name and an
    icon. Presumably this is now discouraged as a design principle, though
    the commit message doesn't say so:
    https://git.gnome.org/browse/gtk+/commit/gtk/gtkbutton.c?id=be2f19663bf9c1ead35fa69aee0292842ceada97
    murraycu committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    e1811b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. avahi-ui: Correct calls to gtk_init() for gtk+ 4.

    This now takes no arguments.
    murraycu committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    fd172a9 View commit details
    Browse the repository at this point in the history
  2. avahi-ui: Avoid calling gtk_widget_show_all() with gtk+ 4.

    This is now removed and unnecessary.
    murraycu committed Mar 17, 2017
    Configuration menu
    Copy the full SHA
    cbdc2ce View commit details
    Browse the repository at this point in the history