summaryrefslogtreecommitdiff
path: root/mate-panel/panel-force-quit.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Remove trailing whitespacesLaurent Napias1-4/+4
2019-01-29panel-force-quit: Error if used when X11 is disabledWilliam Wold1-0/+6
2018-06-28panel-force-quit: replace deprecated gdk_device_grabraveit651-13/+15
2018-06-28panel-force-quit: replace deprecated gdk_error_trap functionsraveit651-13/+17
2018-06-28panel-force-quit: replace deprecated gdk_flushraveit651-5/+7
2018-04-09avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-6/+9
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-24/+1
2018-01-25avoid deprecated GtkStockPablo Barciela1-1/+1
2017-12-17WidthOfScreen and HeightOfScreen implementationPablo Barciela1-2/+2
This commit reverts: https://github.com/mate-desktop/mate-panel/commit/7b2bc7d9f98c6ba8c2c31bdf9605faadb42a7e0e And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-08-13avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+2
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-41/+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.
2016-09-01GTK+-3.20 force quit: use GtkSeat instead of deprecated device pointerraveit651-4/+5
2016-06-29use gtk_box_new instead of gtk_{h,v}box_new properlySorokin Alexei1-4/+4
2016-06-29fix some warnings and deprecationsSorokin Alexei1-3/+21
2016-02-12do not use deprecated gdk_cursor_new, useWolfgang Ulbrich1-2/+2
gdk_cursor_new_for_display for both GTK versions
2016-01-23Gtk3: Don't use deprecated gtk_misc_set_alignmentRoy Zhang1-0/+5
2015-06-29Fix Force-Quit panel appletBalló György1-7/+27
This patch implements handling of XInput2 extension events in the applet. Without this patch, the applet fails to recognize such events (either mouse click for killing application, or escape key for exiting), hence freezing the desktop. Also fix the event mask in call of gdk_device_grab() for keyboard. Author: Sébastien Villemot <[email protected]> http://bugs.debian.org/698740
2014-11-23Gtk3: Silence GtkBox deprecation warningsinfirit1-0/+4
2014-11-23Gtk3: Port gdk_keyboard_grab to gdk_deviceinfirit1-3/+18
Based on gnome-panel commits: menu: 434e491bc4a280037638fb828529856276de3512 toplevel: e0bf14009416f19484bd0431a85744db7d907eb9 force-quit: 2760d89026ea5cf5bf25a4b8ceaf9f6dd2651043
2014-11-22Gtk3: Fix use of deprecated gdk_pointer_grab()/_ungrab()infirit1-3/+33
Replaced gdk_pointer_grab() and gdk_pointer_ungrab() by gdk_device_grab() and gdk_device_ungrab(), respectively. Taken from gnome-panel commit: 98da5c1953ab90cc5581c1858d7a9c3d3cf796eb From: Germán Póo-Caamaño <[email protected]>
2014-11-22Gtk3: Replaced gdk_cursor_unref() by g_object_unref()infirit1-0/+4
gdk_cursor_unref () is deprecated in Gtk+3
2014-05-16Use gdk_x11_window_lookup_for_display also in gtk+2infirit1-4/+0
2013-11-16GTK3: Fix compile warning by using gdk_error_trap_pop_ignored()raveit651-0/+4
2013-10-26mate-panel: Add GTK3 supportStefano Karapetsas1-0/+4
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+316