summaryrefslogtreecommitdiff
path: root/src/gs-grab-x11.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22gs-grab-x11: replace deprecated gdk_error_trap_push/popraveit651-5/+8
2018-05-14Fixed some gdk deprecationsyetist1-5/+5
2018-02-01require GTK+ 3.22 and GLib 2.50monsta1-46/+0
2017-03-28[GTK+3.20] Switch to GdkSeatAlexei Sorokin1-276/+177
This changes the code quite a lot as both grabbing the pointer and the keyboard have to be done simultaneously now.
2017-01-17GTK+3.22: fix some GdkScreen related deprecationsAlexei Sorokin1-61/+58
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-28/+0
and require libmatekbd and libmate-desktop >= 1.17
2016-11-20fix indent a bitmonsta1-1/+1
2016-10-02GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECKraveit651-1/+1
fixes https://github.com/mate-desktop/mate-screensaver/issues/104
2016-06-18Gtk3: fix several deprecationsSorokin Alexei1-15/+32
2016-04-18gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failedDenis Gorodnichev1-1/+1
2015-12-13GTK3: don't use deprecated gdk_cursor_newWolfgang Ulbrich1-0/+8
2015-12-11GTK3: don't use deprecated gdk_cursor_unrefWolfgang Ulbrich1-0/+4
2015-12-10GTK3: use new gdk_error_trap_ignored apiWolfgang Ulbrich1-0/+22
This gets rid of some compile warnings taken from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=73c0e41
2015-07-09Simplify cursur hidinginfirit1-31/+0
Use GDK_BLANK_CURSOR across Gtk versions for new cursors.
2015-07-09Use accessor functions instead of direct accessinfirit1-4/+0
Make Gtk2 build with GSEAL_ENABLE And cut down on ifdef hell.
2015-07-09Always use GDK_DISPLAY_XDISPLAY instead of GDK_DISPLAYinfirit1-13/+0
Has been in Gtk since 2.22
2013-11-12Add GTK3 supportStefano Karapetsas1-1/+23
2012-11-18fixed incorrect fsf addressesSteve Zesch1-2/+2
2011-11-04first commitPerberos1-0/+672