Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2017-01-18 | Merge pull request #110 from XRevan86/master | Martin Wimpress | 15 | -338/+456 | |
Avoid deprecated gdk_window_set_background functions | |||||
2017-01-17 | Change shake times to even number, so the dialog can return to its original ↵ | Hao Lee | 1 | -1/+1 | |
position. | |||||
2017-01-17 | GTK+3.22: fix some GdkScreen related deprecations | Alexei Sorokin | 12 | -234/+371 | |
2017-01-15 | avoid deprecated gdk_window_set_background functions | Alexei Sorokin | 5 | -104/+85 | |
Which are completely broken in GTK+ 3.22. | |||||
2017-01-13 | Update mate-screensaver NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -83/+62 | |
formatting. This will make generating release announcements easier. | |||||
2017-01-08 | preferences UI: fix vertical expand of the scrolledwindow of the themetreeview | raveit65 | 1 | -0/+1 | |
2016-12-27 | preferences UI: don't use gtk+ deprecations | raveit65 | 1 | -28/+45 | |
2016-12-26 | patch to use user's background for lock screen also. | Oliver Mangold | 1 | -1/+4 | |
2016-11-28 | po: actually add new languages from Transifex | monsta | 1 | -0/+3 | |
2016-11-24 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+6 | |
2016-11-24 | sync with transifex | raveit65 | 14 | -76/+2258 | |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 31 | -1318/+39 | |
and require libmatekbd and libmate-desktop >= 1.17 | |||||
2016-11-20 | fix indent a bit | monsta | 2 | -3/+3 | |
2016-11-20 | build: require libmate-menu 1.10 | monsta | 1 | -1/+1 | |
2016-10-19 | Also look for gdm-binary process | George Vlahavas | 1 | -2/+2 | |
In some systems the gdm binary is actually called "gdm-binary", so we need to check for that too. | |||||
2016-10-02 | GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK | raveit65 | 1 | -1/+1 | |
fixes https://github.com/mate-desktop/mate-screensaver/issues/104 | |||||
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -5/+6 | |
2016-09-18 | sync with Transifex | monsta | 4 | -140/+143 | |
2016-07-15 | distcheck: explicitly use currently selected GTK+ version | raveit65 | 2 | -1/+5 | |
2016-06-30 | fix minor warning | monsta | 1 | -1/+1 | |
2016-06-30 | fix UI issues introduced in 296b056 | monsta | 3 | -16/+45 | |
2016-06-30 | po: drop languages not present on Transifex | monsta | 3 | -1658/+0 | |