Age | Commit message (Expand) | Author | Files | Lines |
2018-09-22 | Remove "monitor" pointer from debug information | Zhang Xianwei | 2 | -4/+3 |
2018-09-22 | gs-lock-plug.c: Fix build warning: | Pablo Barciela | 1 | -1/+4 |
2018-09-09 | fix more GdkScreen related deprecations | Alexei Sorokin | 1 | -26/+93 |
2017-09-11 | fix loop initial declarations | raveit65 | 1 | -2/+2 |
2017-09-10 | Fix: idle slider display in all languages | ZenWalker | 1 | -0/+69 |
2017-04-15 | Bug Fix: g_get_real_name will never return NULL pointer | Hao Lee | 1 | -1/+2 |
2017-04-15 | Bug fix: screensaver and lock screen not correctly displayed in configuration... | fuzaburo | 1 | -3/+12 |
2017-03-28 | [GTK+3.20] Switch to GdkSeat | Alexei Sorokin | 5 | -304/+227 |
2017-03-18 | copy theme dialog: fix build warning about wrong variable type | monsta | 1 | -2/+1 |
2017-02-10 | copy-theme-dialog: port GtkTable to GtkGrid | raveit65 | 1 | -19/+16 |
2017-01-18 | Merge pull request #112 from hao-lee/master | Martin Wimpress | 1 | -1/+1 |
2017-01-17 | Change shake times to even number, so the dialog can return to its original p... | Hao Lee | 1 | -1/+1 |
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 | 2 | -76/+73 |
2016-12-26 | patch to use user's background for lock screen also. | Oliver Mangold | 1 | -1/+4 |
2016-11-20 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 22 | -962/+25 |
2016-11-20 | fix indent a bit | monsta | 2 | -3/+3 |
2016-10-19 | Also look for gdm-binary process | George Vlahavas | 1 | -2/+2 |
2016-10-02 | GTK+-3 gs-grab-x11: use correct GTK_VERSION_CHECK | raveit65 | 1 | -1/+1 |
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-24 | use gtk_box_new instead of gtk_{h,v}box_new properly | Sorokin Alexei | 3 | -22/+23 |
2016-06-18 | Gtk3: fix several deprecations | Sorokin Alexei | 7 | -57/+316 |
2016-06-18 | properly lock even if already active | Marc Deslauriers | 1 | -6/+11 |
2016-06-18 | fix clear background | Sorokin Alexei | 1 | -33/+34 |
2016-06-18 | Gtk3, gs-window-x11: defer setting bg color until realization | Ray Strode | 1 | -5/+13 |
2016-04-18 | gtk3: fix assertion 'GTK_IS_WIDGET (widget)' failed | Denis Gorodnichev | 2 | -2/+2 |
2016-04-09 | add style class lock-dialog | raveit65 | 1 | -0/+7 |
2016-01-26 | GTK3: fix GtkMisc decperation commit | Wolfgang Ulbrich | 3 | -26/+26 |
2016-01-21 | drop defines for ancient dbus version | monsta | 2 | -11/+0 |
2015-12-22 | mate_gdk_spawn_command_line_on_screen can be used with any GTK+ | monsta | 2 | -8/+8 |
2015-12-14 | get rid of some build warnings when --without-console-kit is set | monsta | 1 | -0/+2 |
2015-12-13 | GTK3: don't use deprecated GtkMisc | Wolfgang Ulbrich | 3 | -0/+65 |
2015-12-13 | remove more unused variables | Wolfgang Ulbrich | 2 | -4/+2 |
2015-12-13 | GTK3: don't use deprecated gdk_cursor_new | Wolfgang Ulbrich | 3 | -0/+33 |
2015-12-11 | drop some unused variables | Wolfgang Ulbrich | 3 | -12/+6 |
2015-12-11 | GTK3: don't use deprecated gdk_cursor_unref | Wolfgang Ulbrich | 2 | -0/+12 |
2015-12-11 | GTK3 window: don't use GtkRC to override drawing area's background | Wolfgang Ulbrich | 1 | -1/+12 |
2015-12-10 | GTK3: don't use deprecated gtk_widget_size_request | Wolfgang Ulbrich | 2 | -0/+8 |
2015-12-10 | GTK3: use new gdk_error_trap_ignored api | Wolfgang Ulbrich | 2 | -0/+34 |
2015-12-10 | GTK3: don't use deprecated GDK_THREADS_ENTER/LEAVE | Wolfgang Ulbrich | 1 | -0/+4 |
2015-12-10 | GTK3: don't use deprecated gtk_button_box_new | Wolfgang Ulbrich | 1 | -0/+4 |
2015-12-10 | GTK3: don't use deprecated gtk_{v/h}box_new | Wolfgang Ulbrich | 3 | -0/+15 |
2015-11-30 | fix warnings due to wrong id passed to g_source_remove | monsta | 3 | -0/+4 |
2015-10-20 | Revert "Lock the screen on systemd sleep under systemd" | monsta | 1 | -17/+0 |
2015-10-14 | Lock the screen on systemd sleep under systemd | Faidon Liambotis | 1 | -0/+17 |
2015-10-14 | Fix systemd event handling | Faidon Liambotis | 1 | -21/+35 |
2015-10-08 | Merge pull request #79 from paravoid/no-fade | Clement Lefebvre | 1 | -1/+1 |
2015-09-16 | manager: fade out explicitly locks more quickly | Ray Strode | 2 | -2/+2 |
2015-09-15 | Don't fade to black when locking the screen | Faidon Liambotis | 1 | -1/+1 |