summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-11GTK3 window: don't use GtkRC to override drawing area's backgroundWolfgang Ulbrich1-1/+12
2015-12-10GTK3: don't use deprecated gtk_widget_size_requestWolfgang Ulbrich2-0/+8
2015-12-10GTK3: use new gdk_error_trap_ignored apiWolfgang Ulbrich2-0/+34
2015-12-10GTK3: don't use deprecated GDK_THREADS_ENTER/LEAVEWolfgang Ulbrich1-0/+4
2015-12-10GTK3: don't use deprecated gtk_button_box_newWolfgang Ulbrich1-0/+4
2015-12-10GTK3: don't use deprecated gtk_{v/h}box_newWolfgang Ulbrich3-0/+15
2015-11-30fix warnings due to wrong id passed to g_source_removemonsta3-0/+4
2015-10-20Revert "Lock the screen on systemd sleep under systemd"monsta1-17/+0
2015-10-14Lock the screen on systemd sleep under systemdFaidon Liambotis1-0/+17
2015-10-14Fix systemd event handlingFaidon Liambotis1-21/+35
2015-10-08Merge pull request #79 from paravoid/no-fadeClement Lefebvre1-1/+1
2015-09-16manager: fade out explicitly locks more quicklyRay Strode2-2/+2
2015-09-15Don't fade to black when locking the screenFaidon Liambotis1-1/+1
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre2-9/+9
2015-07-09Simplify cursur hidinginfirit2-53/+1
2015-07-09Remove useless call to gtk_dialog_set_has_separatorinfirit1-3/+0
2015-07-09Use accessor functions instead of direct accessinfirit7-129/+30
2015-07-09Don't use gdkkeysyms-compat for Gtk+2infirit2-10/+8
2015-07-09Always use GDK_DISPLAY_XDISPLAY instead of GDK_DISPLAYinfirit6-87/+2
2015-07-09Remove gtk version check around gdk_x11_screen_lookup_visualinfirit3-16/+0
2015-07-08Use the string screensaver consistantlyinfirit1-1/+1
2015-06-26[joequant] fix segfault due to wrong object being destroyed (ported from http...Clement Lefebvre1-1/+1
2015-04-01check for running DM for user switchingraveit651-15/+17
2014-12-16Revert "Add back Glib 2.32 support"infirit3-12/+0
2014-12-16Add back Glib 2.32 supportinfirit3-0/+12
2014-11-30Update to api changes for MateRR* in mate-desktopinfirit1-3/+1
2014-11-28don't leak memoryMonsta1-0/+4
2014-11-28avoid dereferencing NULL pointersMonsta1-2/+8
2014-11-28zero-init signals arraymonsta1-1/+1
2014-07-21Prevent SegFault in the absence of XRANDRDavid Tagatac1-1/+2
2014-07-02Don't use deprecated GLib threading API.infirit1-26/+14
2014-07-02Dont call g_thread_initStefano Karapetsas1-5/+0
2014-07-02Remove some old code after GLIB and GTK2 minimum version bumpStefano Karapetsas5-43/+1
2014-06-25Honor locale time settings in lock screenmate-screensaver-1.9.0Stefano Karapetsas1-2/+1
2014-06-12Revert "Honor locale time settings in lock screen."infirit1-2/+4
2014-06-12Honor locale time settings in lock screen.brian m. carlson1-4/+2
2014-02-21Fix help button in preferences dialog.infirit1-36/+3
2014-01-28Show date and time in lock dialogStefano Karapetsas1-0/+65
2014-01-14Check for logind, not for systemdraveit651-2/+3
2014-01-14Fix compile warning if not compiled with systemdraveit651-2/+1
2014-01-14listener-dbus: s/ConsoleKit/systemd/raveit651-2/+2
2013-11-12Improvements for GTK3Stefano Karapetsas1-1/+5
2013-11-12Fix segfault with GTK3Stefano Karapetsas1-1/+1
2013-11-12Re add removed variable for GTK2Stefano Karapetsas1-0/+1
2013-11-12test-fade: Add GTK3 supportStefano Karapetsas1-0/+8
2013-11-12mate-screensaver-preferences: Add GTK3 supportStefano Karapetsas1-0/+175
2013-11-12mate-screensaver-command: Fix glib deprecationStefano Karapetsas1-0/+2
2013-11-12mate-screensaver-dialog: Add GTK3 support and fix GLIB deprecationsStefano Karapetsas1-0/+11
2013-11-12copy-theme-dialog: Add GTK3 supportStefano Karapetsas1-4/+13
2013-11-12Add GTK3 supportStefano Karapetsas9-14/+627