Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-27 | sync with transifex | raveit65 | 105 | -5807/+17138 | |
2018-05-27 | update mate-screensaver.pot | raveit65 | 1 | -6/+6 | |
2018-05-27 | bump required version of mate-menus | raveit65 | 1 | -1/+1 | |
2018-05-27 | support new mate-menus api | yetist | 1 | -43/+33 | |
2018-05-14 | Fixed some gdk deprecations | yetist | 4 | -19/+32 | |
2018-05-14 | fixed gdk_flush warning | yetist | 1 | -1/+4 | |
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-12 | avoid deprecated GtkStock | Pablo Barciela | 2 | -3/+7 | |
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 | |
2017-03-13 | update NEWS for 1.18, also add 1.16.1 entries | monsta | 1 | -17/+17 | |
2017-02-13 | man: fix indent of --debug option | monsta | 1 | -1/+1 | |
2017-02-10 | copy-theme-dialog: port GtkTable to GtkGrid | raveit65 | 1 | -19/+16 | |
2017-01-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -2/+14 | |
2017-01-18 | Merge pull request #112 from hao-lee/master | Martin Wimpress | 1 | -1/+1 | |
Change shake times to even number, so the dialog can return to its original position. |