summaryrefslogtreecommitdiff
path: root/src/gs-manager.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-24fix more GdkScreen related deprecationsAlexei Sorokin1-77/+63
This is a follow-up to 5d4416a to fix #126
2018-08-19Remove "monitor" pointer from debug informationZhang Xianwei1-2/+2
Signed-off-by: Zhang Xianwei <[email protected]>
2018-05-14Fixed some gdk deprecationsyetist1-2/+2
2018-02-01require GTK+ 3.22 and GLib 2.50monsta1-79/+0
2018-02-01Add HiDPI support for lock screen (#148)Victor Kareh1-2/+4
* Password dialog is now scaled * Background of lock screen is now scaled
2017-12-19WidthOfScreen and HeightOfScreen implementationPablo Barciela1-4/+2
This commit reverts: https://github.com/mate-desktop/mate-screensaver/commit/816394c1a6ce9968dba3e1b0ecc884c8ccca4d43 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-08-10avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+4
2017-03-28[GTK+3.20] Switch to GdkSeatAlexei Sorokin1-18/+38
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-44/+112
2016-12-26patch to use user's background for lock screen also.Oliver Mangold1-1/+4
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-64/+0
and require libmatekbd and libmate-desktop >= 1.17
2016-11-20fix indent a bitmonsta1-2/+2
2016-06-18Gtk3: fix several deprecationsSorokin Alexei1-1/+47
2015-10-08Merge pull request #79 from paravoid/no-fadeClement Lefebvre1-1/+1
Don't fade to black when locking the screen
2015-09-16manager: fade out explicitly locks more quicklyRay Strode1-1/+1
If the screensaver is explicitly asked to lock (as opposed to locking because of idle), then we should do it very quickly. 1 second is too long. This commit changes the fade to 60 steps per second and a quarter of second long (put another way, about 15 fade increments). Taken from gnome-screensaver, commit:44edc03104f9757f4d866f24df8793f064b6ce70 And applied to MATE by infirit
2015-09-15Don't fade to black when locking the screenFaidon Liambotis1-1/+1
Fading to black has negative security consequences: the screen locking and actual suspend race with each other, and this can result in the screen's contents being briefly visible after resume. This has been reported as #54 but has been known and patched for in Debian/Ubuntu since at least 2010 (see LP 546578).
2014-11-28avoid dereferencing NULL pointersMonsta1-2/+8
2013-11-12Add GTK3 supportStefano Karapetsas1-2/+21
2012-11-18fixed incorrect fsf addressesSteve Zesch1-1/+1
2012-11-03use background system settings from latest libmate-desktopmate-screensaver-1.5.0Stefano Karapetsas1-56/+5
2012-11-03fix org.mate.background gschema nameStefano Karapetsas1-1/+1
2012-11-03fix mate_bg_load_from_preferences callStefano Karapetsas1-4/+2
2012-11-03Port MATE Screensaver to GSettingsraveit1-75/+47
2011-11-04first commitPerberos1-0/+2030