summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-22release 1.18.3v1.18.31.18monsta2-1/+7
2018-09-22Remove "monitor" pointer from debug informationZhang Xianwei2-4/+3
Signed-off-by: Zhang Xianwei <[email protected]>
2018-09-22gs-lock-plug.c: Fix build warning:Pablo Barciela1-1/+4
ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
2018-09-22restore the correct mate-screensaver-command manpagemonsta1-47/+47
revert 9075047d57bfdde4419ce37e043a23ec5691bf2b and update info a bit fixes https://github.com/mate-desktop/mate-screensaver/issues/94
2018-09-09fix more GdkScreen related deprecationsAlexei Sorokin1-26/+93
This is a follow-up to 5d4416a to fix #126
2017-11-08release 1.18.2v1.18.2raveit652-1/+8
2017-11-08sync with transifexraveit6593-108/+112
2017-11-08sync with transifexraveit6510-175/+183
2017-09-11fix loop initial declarationsraveit651-2/+2
2017-09-11drop glib required max versionraveit651-3/+1
2017-09-10Fix: idle slider display in all languagesZenWalker1-0/+69
Fixes #101 This is a squashed commit from master
2017-04-16release 1.18.1v1.18.1raveit652-1/+11
2017-04-16sync with transifexraveit654-70/+72
2017-04-16lock-dialog UI: remove deprecated GtkAlignmentraveit651-327/+314
2017-04-16lock-dialog UI: avoid deprecated widgetsraveit651-13/+20
2017-04-15Bug Fix: g_get_real_name will never return NULL pointerHao Lee1-1/+2
The function g_get_real_name is used to get user's full name, but when the full name is not existed, it will return an empty string instead of NULL.
2017-04-15Bug fix: screensaver and lock screen not correctly displayed in ↵fuzaburo1-3/+12
configurations with overlapping monitor geometries
2017-03-28Merge pull request #116 from mate-desktop/dev-gdkseatScott Balneaves5-304/+227
Switch to GdkSeat for GTK+ 3.20 and newer
2017-03-28[GTK+3.20] Switch to GdkSeatAlexei Sorokin5-304/+227
This changes the code quite a lot as both grabbing the pointer and the keyboard have to be done simultaneously now.
2017-03-28Set input purpose for the password entry widgetAlexei Sorokin1-11/+7
2017-03-18copy theme dialog: fix build warning about wrong variable typemonsta1-2/+1
and set grid property only once, after grid is created
2017-03-13release 1.18.0v1.18.0raveit651-1/+1
2017-03-13sync with transifexraveit6593-9658/+9665
2017-03-13update NEWS for 1.18, also add 1.16.1 entriesmonsta1-17/+17
2017-02-13man: fix indent of --debug optionmonsta1-1/+1
2017-02-10copy-theme-dialog: port GtkTable to GtkGridraveit651-19/+16
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress2-2/+14
2017-01-18Merge pull request #112 from hao-lee/masterMartin Wimpress1-1/+1
Change shake times to even number, so the dialog can return to its original position.
2017-01-18Merge pull request #110 from XRevan86/masterMartin Wimpress15-338/+456
Avoid deprecated gdk_window_set_background functions
2017-01-17Change shake times to even number, so the dialog can return to its original ↵Hao Lee1-1/+1
position.
2017-01-17GTK+3.22: fix some GdkScreen related deprecationsAlexei Sorokin12-234/+371
2017-01-15avoid deprecated gdk_window_set_background functionsAlexei Sorokin5-104/+85
Which are completely broken in GTK+ 3.22.
2017-01-13Update mate-screensaver NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-83/+62
formatting. This will make generating release announcements easier.
2017-01-08preferences UI: fix vertical expand of the scrolledwindow of the themetreeviewraveit651-0/+1
2016-12-27preferences UI: don't use gtk+ deprecationsraveit651-28/+45
2016-12-26patch to use user's background for lock screen also.Oliver Mangold1-1/+4
2016-11-28po: actually add new languages from Transifexmonsta1-0/+3
2016-11-24release 1.17.0v1.17.0raveit651-0/+6
2016-11-24sync with transifexraveit6514-76/+2258
2016-11-20move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta31-1318/+39
and require libmatekbd and libmate-desktop >= 1.17
2016-11-20fix indent a bitmonsta2-3/+3
2016-11-20build: require libmate-menu 1.10monsta1-1/+1
2016-10-19Also look for gdm-binary processGeorge Vlahavas1-2/+2
In some systems the gdm binary is actually called "gdm-binary", so we need to check for that too.
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-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-09-18update NEWS for 1.16monsta1-5/+6
2016-09-18sync with Transifexmonsta4-140/+143
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit652-1/+5
2016-06-30fix minor warningmonsta1-1/+1
2016-06-30fix UI issues introduced in 296b056monsta3-16/+45