summaryrefslogtreecommitdiff
path: root/src/gs-monitor.c
AgeCommit message (Collapse)AuthorFilesLines
2019-11-28avoid redundant redeclarationsPablo Barciela1-2/+0
2019-10-02gs-monitor: avoid 'g_type_class_add_private'Pablo Barciela1-7/+2
2019-08-26Ensure lock on suspend and unlock on resumeAli Akbar1-0/+13
This patch is adopted from xfce4-screensaver: https://git.xfce.org/apps/xfce4-screensaver/commit/?id=9e53bb2866 Modified to match screen locking behavior of mate-power-manager. Introduced new Inhibitor lock to make sure lock was in place and user will be greeted with unlock dialog when resumes from suspend/ hibernate.
2017-03-28[GTK+3.20] Switch to GdkSeatAlexei Sorokin1-2/+2
This changes the code quite a lot as both grabbing the pointer and the keyboard have to be done simultaneously now.
2016-06-18properly lock even if already activeMarc Deslauriers1-6/+11
If the screensaver is already active without a lock, and it got a request to lock, it would bail out without switching to a locked state. https://bugzilla.gnome.org/show_bug.cgi?id=668967
2013-04-25Fix for issue #4Scott Balneaves1-1/+7
2012-11-18fixed incorrect fsf addressesSteve Zesch1-1/+1
2011-11-06allmanPerberos1-241/+178
2011-11-04first commitPerberos1-0/+528