Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-01 | Drop support for Glib < 2.36 | infirit | 1 | -4/+0 | |
2014-07-01 | restore DISPLAY variable | Denis Gorodnichev | 1 | -0/+1 | |
2014-05-20 | Use gdk_display* functions for both gtk+2 and gtk+3 | infirit | 2 | -21/+0 | |
The following functions are available in version 2 and 3. gdk_display_get_default GDK_DISPLAY_XDISPLAY gdk_display_get_name gdk_display_get_default | |||||
2014-05-20 | Always use g_spawn_command_line_sync | infirit | 1 | -12/+0 | |
2014-05-20 | Remove all calls to gtk_dialog_set_has_separator | infirit | 1 | -3/+0 | |
2014-04-30 | Revert "Allow to build with upower 0.99" | Stefano Karapetsas | 2 | -10/+10 | |
This reverts commit 80be90bb422ef8cb5a28c7ff3fe2a337dce8c368. | |||||
2014-04-22 | Allow to build with upower 0.99 | Stefano Karapetsas | 2 | -10/+10 | |
2014-04-08 | Update org.mate.SessionManager.xml | ikem-krueger | 1 | -1/+1 | |
Fixed a typo. | |||||
2014-03-27 | Fix progress bar usage with GTK3 | Stefano Karapetsas | 1 | -0/+3 | |
2014-03-09 | Add autostart of accessibility apps | Stefano Karapetsas | 1 | -0/+69 | |
2014-02-18 | fix gtk3 warnings | Denis Gorodnichev | 3 | -1/+15 | |
2014-02-17 | Show a progress bar in logout dialog | Stefano Karapetsas | 1 | -21/+27 | |
2013-11-14 | Merge pull request #39 from NiceandGently/dev-GTK3 | Stefano Karapetsas | 2 | -2/+16 | |
GTK3: fix some compile warnings | |||||
2013-11-14 | GTK3: Fix compile warning by using gdk_error_trap_pop_ignored() | raveit65 | 2 | -2/+16 | |
2013-11-07 | Make upower optional | Stefano Karapetsas | 3 | -18/+44 | |
This commit is just an improved version of the pull request by Wolfgang Ulbrich at https://github.com/mate-desktop/mate-session-manager/pull/38 making it working with both upower and systemd, and improving configure part | |||||
2013-10-31 | session: support_autostart_delay | raveit65 | 5 | -8/+85 | |
2013-10-26 | Add GTK3 support to gnome keyring module | Stefano Karapetsas | 1 | -0/+10 | |
2013-10-26 | Merge branch 'dev-gnome-keyring' | Stefano Karapetsas | 4 | -0/+284 | |
2013-10-15 | Fix return value in void functions | Stefano Karapetsas | 1 | -4/+4 | |
2013-10-15 | Fix g_type_init deprecation | Stefano Karapetsas | 1 | -0/+2 | |
2013-10-15 | Systemd support: session_id is char*, not int | Scott Balneaves | 1 | -2/+10 | |
2013-10-15 | Add code to start gnome-keyring with proper env vars | Stefano Karapetsas | 4 | -0/+284 | |
Code comes from xfce4-session | |||||
2013-09-12 | fix systemd-login1 support for hibernate/suspend | raveit65 | 4 | -2/+195 | |
2013-07-26 | mate-session: Add support for GTK3 | Stefano Karapetsas | 3 | -40/+89 | |
2013-07-11 | Fix tabs | Stefano Karapetsas | 1 | -4/+4 | |
2013-07-10 | Drop sd-daemon.h and libsystemd-daemon dependency, no longer used | Fabio Erculiani | 3 | -3/+0 | |
2013-07-10 | Use LOGIND_RUNNING() rather than sd_booted() | Fabio Erculiani | 4 | -13/+16 | |
2013-05-24 | Initialize gsettings before starting mate-session-manager | Scott Balneaves | 1 | -0/+29 | |
2013-04-13 | Use synchronous DBus call to switch user in LightDM | Stefano Karapetsas | 1 | -8/+7 | |
2013-04-13 | Add support to switch user with LightDM | Stefano Karapetsas | 1 | -19/+67 | |
http://bazaar.launchpad.net/~lightdm-team/lightdm/trunk/view/head:/utils/gdmflexiserver Closes #22 (https://github.com/mate-desktop/mate-session-manager/issues/22) | |||||
2013-03-22 | Increase phase timeout to 30 seconds | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-07 | Remove a wrong g_free in systemd code | Stefano Karapetsas | 1 | -2/+0 | |
2013-03-05 | Add initial systemd support | Stefano Karapetsas | 6 | -38/+1213 | |
2012-12-03 | Merge pull request #13 from leigh123linux/master | Stefano Karapetsas | 1 | -2/+17 | |
Add autostart condition through GSettings | |||||
2012-11-26 | fix screensaver gschema usage | Stefano Karapetsas | 1 | -2/+28 | |
close https://github.com/mate-desktop/mate-desktop/issues/38 | |||||
2012-11-24 | Add autostart condition through GSettings | leigh123linux | 1 | -2/+17 | |
2012-11-14 | Possible patch for https://github.com/mate-desktop/mate-session-manager/issues/8 | Scott Balneaves | 1 | -1/+11 | |
2012-11-13 | Fix all compile warnings. | Scott Balneaves | 8 | -17/+65 | |
2012-10-12 | fix incorrect FSF address | raveit65 | 41 | -68/+68 | |
2012-10-02 | migrate to gsettingsmate-session-manager-1.5.0 | Stefano Karapetsas | 8 | -438/+147 | |
2012-05-10 | Fixed reboot/shutdown issue. | Steve Zesch | 3 | -0/+64 | |
2012-01-30 | GDK_DISPLAY() is deprecated | Perberos | 2 | -27/+27 | |
2012-01-15 | switch user, use GDM if MDM not found (lightDM supports gdmflexiserver too) | Stefano Karapetsas | 1 | -0/+23 | |
2011-12-03 | removing autogenerated files | Perberos | 1 | -1158/+0 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 53 | -0/+20093 | |