summaryrefslogtreecommitdiff
path: root/mate-panel/xstuff.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-29xstuff: add is_using_x11 ()William Wold1-0/+5
2019-01-29xstuff: Error if X11 not enabledWilliam Wold1-0/+6
2018-05-12Convert launcher icons to cairo surfacesVictor Kareh1-6/+11
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-10/+0
2017-08-22gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+12
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window gdk_screen_get_monitor_at_point
2017-07-16avoid deprecated gdk_screen_get_numberZenWalker1-7/+7
2017-01-13support desktop actionsDenis Gorodnichev1-3/+0
2017-01-05xstuff: remove unused codemonsta1-314/+0
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-47/+0
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2015-11-12don't destroy a widget in its draw/expose signalMonsta1-2/+11
ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=8c275a2adf4ad99297a17cabf251344837620831 https://git.gnome.org/browse/gnome-panel/commit/?id=be33e799d968a073c0a8856c96d11e8594b88bc4
2015-08-26Gtk3: gdk_display_get_n_screens() always return 1 from 3.10yetist1-0/+4
2014-05-16Use GDK_WINDOW_XIDinfirit1-16/+0
2014-05-16Use GDK_WINDOW_XID for gtk+2 and gtk+3infirit1-20/+0
It was introduced in gdk2 already so clean up the code.
2013-11-16GTK3: Fix compile warning by using gdk_error_trap_pop_ignored()raveit651-0/+4
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-12/+70
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+736