summaryrefslogtreecommitdiff
path: root/src/seat.h
Commit message (Expand)AuthorAgeFilesLines
* Merged changes from parent branchJesús González2014-10-141-0/+5
|\
| * Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-0/+5
| * Remove trailing whitespaceRobert Ancell2014-09-191-1/+1
* | Refactored code to add seat_find_session_by_login1_id() for better SOLID prac...Jesús González2014-09-201-0/+2
* | Fixes a bug that prevents session locking if the session was unlocked after ...Jesús González2014-09-191-1/+5
|/
* Remove old manual way of creating seats. The xdg-seat option and the AddSeat(...Robert Ancell2014-08-271-1/+1
* Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-08-211-1/+1
* Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-08-211-2/+1
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-07-311-1/+1
* Make xdg-seat a core property of a seat and always pass it to X serversRobert Ancell2014-02-051-0/+2
* And allow duplicate types in type fieldMichael Terry2013-11-251-2/+0
* When a seat stops, try the next seat type if one is definedMichael Terry2013-11-181-0/+4
* Drop create-session username/session argument, we'll do it via active-usernam...Michael Terry2013-08-251-1/+1
* Merge from trunkMichael Terry2013-08-251-0/+1
|\
| * have Seat implement the Logger interfacea7x2013-08-141-0/+1
* | Have seat listen to greeter active usernameMichael Terry2013-08-251-0/+3
* | Drop some changes that aren't ready to land yetMichael Terry2013-08-211-1/+1
* | Name greeter mir sessions with a 'greeter' prefix, so the compositor can knowMichael Terry2013-08-141-1/+1
* | Merge from trunkMichael Terry2013-08-141-14/+18
|\ \ | |/
| * Make Mir tests pass, break VNC and XDMCP tests..Robert Ancell2013-07-261-0/+1
| * Refactor local session starting inhibitorRobert Ancell2013-07-241-0/+1
| * Merge with trunkRobert Ancell2013-07-231-13/+15
| |\
| | * Don't register greeter sessions on DBusRobert Ancell2013-07-191-1/+1
| | * Only register running user sessions on dbusRobert Ancell2013-07-191-0/+1
| | * Tidy up some codeRobert Ancell2013-07-171-2/+0
| | * Make Greeter a subclass of sessionRobert Ancell2013-07-161-0/+2
| | * Refactor session creationRobert Ancell2013-07-151-1/+1
| | * Start killing the Display class and merging it into the Seat classRobert Ancell2013-07-121-11/+12
| * | Half baked code before merge with trunkRobert Ancell2013-07-231-1/+1
| |/
* | Rough cut of support for telling Mir which session should be displayed undern...Michael Terry2013-07-091-1/+1
|/
* Add a share xserver seat propertyRobert Ancell2013-06-301-0/+2
* Use C standard compliant names for header guardsRobert Ancell2013-04-231-3/+3
* Correctly work out the active display from the active VT when it exits so a g...Robert Ancell2012-11-281-0/+1
* Add a seat option greeter-allow-guest which controls if the greeter should sh...Robert Ancell2012-03-081-0/+2
|\
| * Rename show-guest option to greeter-allow-guestChow Loong Jin2012-03-021-1/+1
| * Add show-guest config option to SeatDefaultsChow Loong Jin2012-03-011-0/+2
* | Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-0/+1
|/
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-151-1/+1
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-0/+2
* Move user/log file code outside of process.c, get PAM environment after pam_s...Robert Ancell2011-09-281-1/+0
* move script code into the correct layers so seat.c and display.c no longer de...Robert Ancell2011-09-161-0/+1
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-1/+2
* Fix duplicate stop eventsRobert Ancell2011-08-171-0/+2
* Refactor configuration in preparation for dynamic seatsRobert Ancell2011-08-161-2/+10
* Specify session in D-Bus switch methods (not yet connected)Robert Ancell2011-07-241-2/+2
* Fix up switching logicRobert Ancell2011-07-241-0/+4
* Mucking around with guest sessionsRobert Ancell2011-07-211-0/+2
* Fix configurationRobert Ancell2011-07-201-1/+2
* Set type field in config. Fix defaults not being correctly setRobert Ancell2011-07-201-0/+4
* Add display-added and session-started signalsRobert Ancell2011-07-201-0/+2