Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-10 | add Travis-CI support | raveit65 | 1 | -0/+142 | |
2018-12-22 | release 1.20.3v1.20.3 | raveit65 | 2 | -1/+7 | |
2018-12-22 | tx: sync with transifex | raveit65 | 104 | -225/+721 | |
2018-12-22 | tx: fix Project-Id-Version and Content-Type in resource file | raveit65 | 1 | -8/+8 | |
2018-12-22 | disable deprecation warnings for distcheck | raveit65 | 1 | -1/+2 | |
2018-09-22 | Remove "monitor" pointer from debug information | Zhang Xianwei | 2 | -4/+3 | |
Signed-off-by: Zhang Xianwei <[email protected]> | |||||
2018-09-08 | release 1.20.2v1.20.2 | raveit65 | 2 | -1/+7 | |
2018-09-08 | sync with transifex | raveit65 | 9 | -65/+65 | |
2018-08-24 | fix more GdkScreen related deprecations | Alexei Sorokin | 1 | -74/+62 | |
This is a follow-up to 5d4416a to fix #152 | |||||
2018-08-13 | lock-plug: Only scale lock-screen widgets on older versions of GTK | Victor Kareh | 1 | -0/+4 | |
2018-06-16 | release 1.20.1v1.20.1 | raveit65 | 2 | -1/+5 | |
2018-06-16 | sync with transifex | raveit65 | 105 | -5803/+17134 | |
2018-03-23 | tx: update config with branch specific resoures | raveit65 | 1 | -2/+2 | |
2018-03-17 | tx: add makepot and .pot files | raveit65 | 2 | -0/+737 | |
2018-03-11 | transifex: set minimum_perc and type in config file | raveit65 | 1 | -0/+2 | |
2018-02-01 | release 1.20v1.20.0 | raveit65 | 2 | -1/+8 | |
2018-02-01 | sync with transifex | raveit65 | 60 | -79/+79 | |
2018-02-01 | require GTK+ 3.22 and GLib 2.50 | monsta | 8 | -268/+3 | |
2018-02-01 | Add HiDPI support for lock screen (#148) | Victor Kareh | 2 | -5/+33 | |
* Password dialog is now scaled * Background of lock screen is now scaled | |||||
2018-01-02 | gs-lock-plug.c: Fix build warning: | Pablo Barciela | 1 | -1/+4 | |
ignoring return value of ‘fscanf’, declared with attribute warn_unused_result | |||||
2017-12-26 | release 1.19.1v1.19.1 | raveit65 | 2 | -1/+8 | |
2017-12-26 | sync with transifex | raveit65 | 93 | -3164/+4001 | |
2017-12-19 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 3 | -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-14 | restore the correct mate-screensaver-command manpage | monsta | 1 | -47/+47 | |
revert 9075047d57bfdde4419ce37e043a23ec5691bf2b and update info a bit fixes https://github.com/mate-desktop/mate-screensaver/issues/94 | |||||
2017-11-08 | sync with transifex | raveit65 | 93 | -108/+112 | |
2017-09-11 | fix loop initial declarations | raveit65 | 1 | -2/+2 | |
2017-09-10 | release 1.19.1v1.19.0 | raveit65 | 1 | -0/+15 | |
2017-09-10 | sync with transifex | raveit65 | 10 | -175/+183 | |
2017-09-09 | Fix: idle slider display in all languages | ZenWalker | 1 | -5/+11 | |
2017-09-08 | Fix: idle slider display bug | ZenWalker | 1 | -0/+63 | |
Fixes #101 | |||||
2017-09-08 | drop glib required max version | raveit65 | 1 | -3/+1 | |
2017-08-10 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 3 | -5/+20 | |
2017-07-26 | don't use deprecated gtk_show_uri | raveit65 | 1 | -0/+7 | |
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+9 | |
2017-04-18 | build: put new bsdauth file in the tarball | monsta | 1 | -0/+1 | |
2017-04-18 | Implement OpenBSD authentication using bsd_auth(3). | Robert Nagy | 5 | -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-16 | sync with transifex | raveit65 | 4 | -70/+72 | |
2017-04-15 | Bug Fix: g_get_real_name will never return NULL pointer | Hao Lee | 1 | -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-15 | lock-dialog UI: remove deprecated GtkAlignment | raveit65 | 1 | -327/+314 | |
2017-04-15 | lock-dialog UI: avoid deprecated widgets | raveit65 | 1 | -13/+20 | |
2017-04-15 | Bug fix: screensaver and lock screen not correctly displayed in ↵ | fuzaburo | 1 | -3/+12 | |
configurations with overlapping monitor geometries | |||||
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-28 | Merge pull request #116 from mate-desktop/dev-gdkseat | Scott Balneaves | 5 | -304/+227 | |
Switch to GdkSeat for GTK+ 3.20 and newer | |||||
2017-03-28 | [GTK+3.20] Switch to GdkSeat | Alexei Sorokin | 5 | -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-28 | Set input purpose for the password entry widget | Alexei Sorokin | 1 | -11/+7 | |
2017-03-18 | copy theme dialog: fix build warning about wrong variable type | monsta | 1 | -2/+1 | |
and set grid property only once, after grid is created | |||||
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 93 | -9658/+9665 | |