summaryrefslogtreecommitdiff
path: root/src/seat-unity.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
* Tidy up finalize methodsRobert Ancell2015-10-161-6/+3
* Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-141-3/+5
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-3/+3
* Remove trailing whitespaceRobert Ancell2014-09-191-4/+4
* Fix variable scopeRobert Ancell2014-09-081-3/+3
* Don't assume display server is an X server when running scripts - fixes crash...Robert Ancell2014-09-011-4/+7
* Show source of configuration keysRobert Ancell2014-08-221-4/+2
* Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-08-211-1/+4
* Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-08-211-70/+105
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-07-311-1/+1
* Remove excessive XDG_VTNR loggingRobert Ancell2014-02-051-6/+0
* Make xdg-seat a core property of a seat and always pass it to X serversRobert Ancell2014-02-051-16/+4
* Split unity system compositor into it's own moduleRobert Ancell2013-12-111-320/+35
* If we can't multi seat VT, use VT 0 in unity seatMichael Terry2013-12-041-1/+1
* Remove built-in xlocal fallback from unity seat; adjust tests; add test for n...Michael Terry2013-11-181-68/+10
* Fix typo and add test that would have caught itMichael Terry2013-10-281-1/+1
* Don't attach the name to the display server, instead attach it to the Mir ses...Robert Ancell2013-10-281-27/+25
* Fix printf formatMichael Terry2013-10-211-1/+1
* Keep ID and display name separate for Mir servers, so that the log name doesn...Michael Terry2013-10-211-1/+7
* Merge from trunkMichael Terry2013-10-171-67/+121
|\
| * Drop --standalone argument to u-s-c, it should assume itMichael Terry2013-09-301-1/+1
| * Update environment variables that we pass to Mir.Michael Terry2013-09-251-2/+1
| |\
| | * Pass --standalone to USCMichael Terry2013-09-181-3/+1
| | * Update env varsMichael Terry2013-09-181-1/+2
| * | Remove VT hack from unity seat typeRobert Ancell2013-09-191-4/+0
| |/
| * When using SeatUnity, if VTs aren't working, at least fall back to default VT...Michael Terry2013-09-101-2/+16
| * Add xdg-seat config setting.Robert Ancell2013-08-291-3/+11
| |\
| | * Add xdg-seat config settingAlberts Muktupāvels2013-08-261-3/+11
| * | Use new SET_NEXT_SESSION command for u-s-c to tell it to place a session unde...Michael Terry2013-08-261-1/+36
| |\ \ | | |/ | |/|
| | * Add test for set-next-sessionMichael Terry2013-08-261-11/+12
| | * Drop create-session username/session argument, we'll do it via active-usernam...Michael Terry2013-08-251-2/+7
| | * Merge from trunkMichael Terry2013-08-251-25/+44
| | |\
| | * | Use to set_next_session seat class method in SeatUnity to tell the compositor...Michael Terry2013-08-251-32/+28
| | * | Fix function nameMichael Terry2013-08-211-3/+3
| | * | Land from trunkMichael Terry2013-08-211-2/+2
| | |\ \
| | * | | Drop some changes that aren't ready to land yetMichael Terry2013-08-211-4/+3
| * | | | Remove input watches when Greeter / SeatUnity finalized.Robert Ancell2013-08-261-1/+3
| |\ \ \ \
| | * | | | Remove input watches when Greeter / SeatUnity finalizedRobert Ancell2013-08-261-1/+3
| | | |_|/ | | |/| |
| * | | | Correctly setup Unity System Compositor environmentRobert Ancell2013-08-261-1/+15
| |/ / /
| * | | Backup lightdm.log, X logs and unity-system-compositor.log when writing new logsRobert Ancell2013-08-221-0/+7
| * | | log the values of the XDG_SEAT and XDG_VTNR variablesa7x2013-08-141-2/+14
| * | | add seat name to Seat log messagesa7x2013-08-141-23/+23
| * | | fix a typo in a warning messagea7x2013-08-141-1/+1
| | |/ | |/|
| * | call SeatUnity parent class functionsa7x2013-08-141-2/+2
* | | Set MIR_SERVER_NAME instead of MIR_ID, some minor cleanupMichael Terry2013-10-171-2/+2
| |/ |/|
* | Fix compile errorMichael Terry2013-08-141-0/+1
* | Go back to adding a new compositor signal for marking next session; otherwise...Michael Terry2013-08-141-26/+50
* | Name greeter mir sessions with a 'greeter' prefix, so the compositor can knowMichael Terry2013-08-141-3/+4
* | Merge from trunkMichael Terry2013-08-141-118/+157
|\ \ | |/