summaryrefslogtreecommitdiff
path: root/src/ui/metaaccellabel.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-15/+0
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-177/+4
2015-12-02GTK3: fix GtkMisc deprecation fixes for gtk+-3.14Wolfgang Ulbrich1-4/+4
2015-12-02Gtk+-3.14 menu.c + metaaccellable.c: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+21
taken from: https://git.gnome.org/browse/metacity/commit/?id=7a5c50c
2015-09-14Remove deprecated GTK+ symbols and use accessor functionsinfirit1-15/+24
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled.
2015-09-14Drop deprecated use of GTK_WIDGET_DRAWABLE, GTK_WIDGET_STATE and ↵infirit1-2/+2
gtk_widget_set_uposition
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-4/+4
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2013-10-26Starting to add GTK3 supportLaszlo Boros1-3/+166
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+456