summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-16release 1.20.1v1.20.1raveit652-1/+5
2018-06-16sync with transifexraveit65105-5803/+17134
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+737
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-01release 1.20v1.20.0raveit652-1/+8
2018-02-01sync with transifexraveit6560-79/+79
2018-02-01require GTK+ 3.22 and GLib 2.50monsta8-268/+3
2018-02-01Add HiDPI support for lock screen (#148)Victor Kareh2-5/+33
* Password dialog is now scaled * Background of lock screen is now scaled
2018-01-02gs-lock-plug.c: Fix build warning:Pablo Barciela1-1/+4
ignoring return value of ‘fscanf’, declared with attribute warn_unused_result
2017-12-26release 1.19.1v1.19.1raveit652-1/+8
2017-12-26sync with transifexraveit6593-3164/+4001
2017-12-19WidthOfScreen and HeightOfScreen implementationPablo Barciela3-20/+5
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-12-14restore 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
2017-11-08sync with transifexraveit6593-108/+112
2017-09-11fix loop initial declarationsraveit651-2/+2
2017-09-10release 1.19.1v1.19.0raveit651-0/+15
2017-09-10sync with transifexraveit6510-175/+183
2017-09-09 Fix: idle slider display in all languagesZenWalker1-5/+11
2017-09-08Fix: idle slider display bugZenWalker1-0/+63
Fixes #101
2017-09-08drop glib required max versionraveit651-3/+1
2017-08-10avoid deprecated gdk_screen_get_width/heightZenWalker3-5/+20
2017-07-26don't use deprecated gtk_show_uriraveit651-0/+7
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+9
2017-04-18build: put new bsdauth file in the tarballmonsta1-0/+1
2017-04-18Implement OpenBSD authentication using bsd_auth(3).Robert Nagy5-9/+171
OpenBSD does not have nor use pam(8) for password authentication but instead uses bsd_auth(3): add a bsd_auth authentication scheme to make locking possible. This has been a part of gnome-screensaver already but was probably removed at one point. This is mostly identical to that code, with some minor modifications.
2017-04-16sync with transifexraveit654-70/+72
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-15lock-dialog UI: remove deprecated GtkAlignmentraveit651-327/+314
2017-04-15lock-dialog UI: avoid deprecated widgetsraveit651-13/+20
2017-04-15Bug fix: screensaver and lock screen not correctly displayed in ↵fuzaburo1-3/+12
configurations with overlapping monitor geometries
2017-03-30pre-bump versionraveit652-1/+3
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.