summaryrefslogtreecommitdiff
path: root/src/display-server.c
Commit message (Expand)AuthorAgeFilesLines
* Tidy up finalize methodsRobert Ancell2015-10-161-3/+1
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-2/+2
* Remove trailing whitespaceRobert Ancell2014-09-191-1/+1
* Plug display server name leakRobert Ancell2014-03-061-0/+15
* have DisplayServer implement the Logger interfacea7x2013-08-141-1/+22
* Put guards around display_server_get_vt()Robert Ancell2013-07-261-0/+1
* All tests pass!Robert Ancell2013-07-261-0/+6
* Make Mir tests pass, break VNC and XDMCP tests..Robert Ancell2013-07-261-4/+16
* Stop Mir servers from being sharedRobert Ancell2013-07-261-0/+13
* Refactor local session starting inhibitorRobert Ancell2013-07-241-18/+0
* Don't subclass session - we don't know the session type until after authentic...Robert Ancell2013-07-231-0/+12
* Compile with -Wall, fix associated bugsRobert Ancell2013-07-231-7/+0
* Merge with trunkRobert Ancell2013-07-211-2/+2
|\
| * Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-2/+2
* | Fix returning to existing sessionsRobert Ancell2013-07-181-3/+3
* | Refactor session creationRobert Ancell2013-07-151-0/+13
|/
* Correctly check X server is terminated when returning to existing sessionRobert Ancell2013-03-261-0/+8
* Fix XDMCP tests failing by fixing up display stopping code (again)Robert Ancell2013-03-081-3/+6
* Tweak the way sessions and display servers are stoppedRobert Ancell2012-02-281-0/+14
* Rearrange codeRobert Ancell2011-09-161-10/+10
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-0/+42
* Keep a connection open the the X server. Start a new X server on exitRobert Ancell2011-07-231-29/+3
* Make display generic and create an XDisplayRobert Ancell2011-07-171-14/+0
* Make a generic DisplayServer object. Don't connect the daemon to X servers, ...Robert Ancell2011-07-171-0/+119