summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Don't fail writing X authority if reading it had an error.Robert Ancell2013-09-301-1/+2
|\ \ | |/ |/|
| * Fix free of uninitialized if writing X authority in mode XAUTH_WRITE_MODE_SET...Robert Ancell2013-09-301-1/+1
| * Don't fail writing X authority if reading it had an errorRobert Ancell2013-09-301-0/+1
|/
* Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2013-09-2790-180/+180
* Update environment variables that we pass to Mir.Michael Terry2013-09-254-6/+5
|\
| * Pass --standalone to USCMichael Terry2013-09-181-3/+1
| * Update env varsMichael Terry2013-09-184-5/+6
* | Releasing 1.7.171.7.17Robert Ancell2013-09-254-10/+25
* | Same logic for normal sessionMichael Terry2013-09-241-1/+1
* | If we aren't in a multi-seat environment, pass logind XDG_VTNR=0 instead of 1Michael Terry2013-09-243-1/+18
* | Replace LIBLIGHTDM_GOBJECT with GLIB for liblightdm-qt. Fixes: https://bugs.l...Peter de Ridder2013-09-201-1/+1
|\ \
| * | Replace LIBLIGHTDM_GOBJECT with GLIB for liblightdm-qtPeter de Ridder2013-09-201-1/+1
|/ /
* | Add missing documentation for xremote seat options.Robert Ancell2013-09-191-0/+4
|\ \
| * | Add missing documentation for xremote seat optionsRobert Ancell2013-09-191-0/+4
* | | Fix debian versionRobert Ancell2013-09-191-1/+1
* | | Update debian/changelog post release...Robert Ancell2013-09-191-0/+9
* | | Releasing 1.7.161.7.16Robert Ancell2013-09-192-1/+7
* | | Add support for surfaceflinger.Robert Ancell2013-09-1912-6/+252
|\ \ \ | |/ / |/| |
| * | Add regression test for surfaceflingerRobert Ancell2013-09-195-2/+30
| * | Remove VT hack from unity seat typeRobert Ancell2013-09-191-4/+0
| * | Add support for surfaceflingerRobert Ancell2013-09-196-0/+222
|/ /
* | Fix test-mode not working, don't try and run the greeter as the greeter user....Robert Ancell2013-09-192-4/+14
|\ \
| * | Fix test-mode not working, don't try and run the greeter as the greeter userRobert Ancell2013-09-191-4/+12
| * | Log where the session log file isRobert Ancell2013-09-191-0/+2
* | | Don't clobber session tty (vt) name with xdisplay value. Fixes: https://bugs....Ian Abbott2013-09-191-1/+0
|\ \ \ | |/ / |/| |
| * | Don't clobber session tty (vt) name with xdisplay value.Ian Abbott2013-09-181-1/+0
| |/
* | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2013-09-1990-181/+181
|/
* Release 1.7.151.7.15-0ubuntu11.7.15Michael Terry2013-09-113-3/+15
* Some packaging changes to make the tarball match what is in bzr and prevent l...Michael Terry2013-09-113-4/+18
* Set XDG_VTNR=1 as a fallback if using SeatUnity without a functioning composi...Michael Terry2013-09-111-2/+16
|\
| * When using SeatUnity, if VTs aren't working, at least fall back to default VT...Michael Terry2013-09-101-2/+16
* | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2013-09-111-0/+51
* | Have liblightdm-gobject-1.0 suggest not recommend lightdm. Fixes: https://bug...Jeremy Bicha2013-09-112-2/+9
|\ \
| * | Have liblightdm-gobject-1.0 suggest not recommend lightdmJeremy Bicha2013-09-102-2/+9
|/ /
* | * New upstream release:Robert Ancell2013-09-111-0/+7
* | Releasing 1.7.141.7.14Robert Ancell2013-09-112-1/+5
* | For xauthority use open() with a mode instead of chmod() after the open that ...Robert Ancell2013-09-101-35/+37
|\ \
| * | For xauthority use open() with a mode instead of chmod() after the open that ...Robert Ancell2013-09-111-35/+37
* | | Correctly set permissions on Xauthority file.Robert Ancell2013-09-105-0/+66
|\ \ \ | |/ / | | / | |/ |/|
| * Correctly set permissions on Xauthority fileRobert Ancell2013-09-105-0/+66
|/
* Releasing 1.7.131.7.13Robert Ancell2013-09-093-1/+19
* Set XDG_CURRENT_DESKTOP for login sessions. Fixes: https://bugs.launchpad.net...Robert Ancell2013-09-091-1/+4
|\
| * Set XDG_CURRENT_DESKTOP for login sessionsRobert Ancell2013-09-091-1/+4
|/
* Fix a bunch of small errors picked up by Coverity.Robert Ancell2013-09-067-30/+26
|\
| * Fix overallocation of array for strings from greeterRobert Ancell2013-09-051-1/+1
| * Check result of getgroupsRobert Ancell2013-09-051-0/+4
| * Quit test X server before starting main loop correctlyRobert Ancell2013-09-051-3/+3
| * handle getgroups returning an errorRobert Ancell2013-09-051-0/+5
| * Check return value sending X messagesRobert Ancell2013-09-051-2/+6
| * Check return value reading from signal pipeRobert Ancell2013-09-051-2/+3