Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-21 | Prevent SegFault in the absence of XRANDR | David Tagatac | 1 | -1/+2 | |
(Fix #46) Patch by Steven Chamberlain https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;filename=bug749629.patch;att=1;bug=749629 | |||||
2014-07-02 | Don't use deprecated GLib threading API. | infirit | 1 | -26/+14 | |
2014-07-02 | Dont call g_thread_init | Stefano Karapetsas | 1 | -5/+0 | |
2014-07-02 | Remove some old code after GLIB and GTK2 minimum version bump | Stefano Karapetsas | 5 | -43/+1 | |
2014-06-25 | Honor locale time settings in lock screenmate-screensaver-1.9.0 | Stefano Karapetsas | 1 | -2/+1 | |
Closes https://github.com/mate-desktop/mate-screensaver/pull/47 | |||||
2014-06-12 | Revert "Honor locale time settings in lock screen." | infirit | 1 | -2/+4 | |
This reverts commit debbeac50a48c78fd0ca1559228e54eebc4d7aa8. | |||||
2014-06-12 | Honor locale time settings in lock screen. | brian m. carlson | 1 | -4/+2 | |
The time display in the lock screen should honor the LC_TIME variable, including the locale-specific settings for whether to display a 12-hour or 24-hour time. Sending the time and date strings through gettext results in a value which is specific to LC_MESSAGES, which can be different from LC_TIME. Use the %X value for time, which is guaranteed to be appropriate for the locale in question. Signed-off-by: brian m. carlson <[email protected]> | |||||
2014-02-21 | Fix help button in preferences dialog. | infirit | 1 | -36/+3 | |
2014-01-28 | Show date and time in lock dialog | Stefano Karapetsas | 1 | -0/+65 | |
Closes #18 https://github.com/mate-desktop/mate-screensaver/issues/18 | |||||
2014-01-14 | Check for logind, not for systemd | raveit65 | 1 | -2/+3 | |
2014-01-14 | Fix compile warning if not compiled with systemd | raveit65 | 1 | -2/+1 | |
2014-01-14 | listener-dbus: s/ConsoleKit/systemd/ | raveit65 | 1 | -2/+2 | |
2013-11-12 | Improvements for GTK3 | Stefano Karapetsas | 1 | -1/+5 | |
2013-11-12 | Fix segfault with GTK3 | Stefano Karapetsas | 1 | -1/+1 | |
2013-11-12 | Re add removed variable for GTK2 | Stefano Karapetsas | 1 | -0/+1 | |
2013-11-12 | test-fade: Add GTK3 support | Stefano Karapetsas | 1 | -0/+8 | |
2013-11-12 | mate-screensaver-preferences: Add GTK3 support | Stefano Karapetsas | 1 | -0/+175 | |
2013-11-12 | mate-screensaver-command: Fix glib deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2013-11-12 | mate-screensaver-dialog: Add GTK3 support and fix GLIB deprecations | Stefano Karapetsas | 1 | -0/+11 | |
2013-11-12 | copy-theme-dialog: Add GTK3 support | Stefano Karapetsas | 1 | -4/+13 | |
2013-11-12 | Add GTK3 support | Stefano Karapetsas | 9 | -14/+627 | |
2013-08-02 | Replace mate-open with gvfs-open | infirit | 1 | -1/+1 | |
2013-08-01 | Replace ghelp: with help: for user-guide | infirit | 1 | -1/+1 | |
2013-05-06 | Use idle-delay key in org.mate.session schema | Stefano Karapetsas | 2 | -113/+90 | |
Remove it from screensaver schema Closes #17 (https://github.com/mate-desktop/mate-screensaver/issues/17) | |||||
2013-04-27 | Use GDK to detect caps lock state | Stefano Karapetsas | 1 | -17/+26 | |
Close #16 (https://github.com/mate-desktop/mate-screensaver/issues/16) Code adapted from: https://git.gnome.org/browse/gnome-screensaver/commit/?id=d30694d542ebe7db6d254bdfd8c9ba77e4b54df2 https://git.gnome.org/browse/gnome-screensaver/commit/?id=372b4d024b367d2fa6a868a272fd994745f92fac | |||||
2013-04-25 | Fix for issue #4 | Scott Balneaves | 1 | -1/+7 | |
2013-04-21 | Update makefiles for automake 1.13 | Dan Mashal | 1 | -7/+7 | |
2013-04-13 | Add support to switch user with LightDM | Stefano Karapetsas | 1 | -45/+63 | |
2013-02-28 | Use libnotify instead of libmatenotify | Stefano Karapetsas | 2 | -13/+13 | |
Fix some things in leave message feature | |||||
2012-12-05 | fix indentation | Nelson Marques | 1 | -2/+2 | |
2012-12-05 | prevent mate-screensaver to launch a 2nd instance | Nelson Marques | 1 | -3/+12 | |
2012-11-18 | fixed incorrect fsf addresses | Steve Zesch | 41 | -57/+57 | |
2012-11-12 | add support for systemd-logind | Stefano Karapetsas | 2 | -10/+213 | |
http://git.gnome.org/browse/gnome-screensaver/commit/?id=6bb98e9acb9391d1aec8f7dcb44ef7d16b3dcb91 https://bugzilla.gnome.org/show_bug.cgi?id=669787 | |||||
2012-11-12 | remove daemonizing | Stefano Karapetsas | 1 | -8/+2 | |
it isn't needed and it breaks things like GSettings apparently. http://git.gnome.org/browse/gnome-screensaver/commit/?id=c0ad16d66f3d547a9a45818bc193a34c428e977b https://bugzilla.gnome.org/show_bug.cgi?id=644400 | |||||
2012-11-12 | fix some indentation | Stefano Karapetsas | 1 | -4/+4 | |
2012-11-12 | fix indentation | Stefano Karapetsas | 1 | -61/+61 | |
2012-11-03 | use background system settings from latest libmate-desktopmate-screensaver-1.5.0 | Stefano Karapetsas | 1 | -56/+5 | |
2012-11-03 | fix org.mate.background gschema name | Stefano Karapetsas | 1 | -1/+1 | |
2012-11-03 | fix org.mate.lockdown schema name | Stefano Karapetsas | 2 | -2/+2 | |
2012-11-03 | fix mate_bg_load_from_preferences call | Stefano Karapetsas | 1 | -4/+2 | |
2012-11-03 | add missing lock-dialog-theme key in gschema | Stefano Karapetsas | 1 | -2/+2 | |
2012-11-03 | Port MATE Screensaver to GSettings | raveit | 4 | -832/+309 | |
2012-05-26 | move is_program_in_path() functon | Stefano Karapetsas | 1 | -15/+15 | |
2012-05-25 | add GDM support for user switch | Stefano Karapetsas | 1 | -14/+63 | |
2011-11-06 | allman | Perberos | 4 | -605/+490 | |
2011-11-04 | quitando archivos generados por astyle | Perberos | 43 | -21451/+0 | |
2011-11-04 | first commit | Perberos | 93 | -0/+43367 | |