summaryrefslogtreecommitdiff
path: root/src/ui/fixedtip.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-13/+0
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+9
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point
2017-07-29avoid deprecated gdk_display_get_screenZenWalker1-3/+2
2016-10-15move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-64/+1
2016-05-03GTK+3 fixedtip: add style class tooltipraveit651-0/+1
2016-01-25fix dprecated GtkMiscWolfgang Ulbrich1-3/+3
2015-12-02Gtk+-3.14 fixedtip.c: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+5
taken from: https://git.gnome.org/browse/metacity/commit/?id=e00996a
2015-11-18GTK3 fixedtip: use a tooltip styleWolfgang Ulbrich1-32/+70
- this fixes the bg/fg color mismatch between normal tooltips, which are styleable in themes taken from: https://git.gnome.org/browse/metacity/commit/?id=3aa71b7
2015-09-14Remove deprecated GTK+ symbols and use accessor functionsinfirit1-1/+1
Direct struct access has been deprecated, so use the appropriate replacements to build with GSEAL enabled.
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-1/+1
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-11/+11
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2014-04-23GTK3 fixesStefano Karapetsas1-6/+9
2013-10-26Starting to add GTK3 supportLaszlo Boros1-0/+24
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+133