summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.c
Commit message (Collapse)AuthorAgeFilesLines
* add a glib message to syslog handlerWilliam Jon McCann2007-04-031-11/+10
| | | | | Also add ability to toggle debugging when SIGUSR1 is received.
* add CanActivateSessions to Seat interfaceWilliam Jon McCann2007-03-191-0/+14
| | | | And associated documentation and added to test-fus.
* various leak fixesWilliam Jon McCann2007-03-131-4/+11
|
* use paths.h if availableWilliam Jon McCann2007-03-061-2/+9
|
* allow for the possibility of matching multiple sessions for deviceWilliam Jon McCann2007-03-061-15/+145
| | | | | | | In the event that there is more than one session that matches a particular tty when the VT changes we use the following rule: 1. take the oldest session where display-device == active VT device 2. take the oldest session where x11-display-device == active VT device
* convert all tabs to spacesWilliam Jon McCann2007-02-151-9/+9
|
* use the supplied vt number when updating active sessionWilliam Jon McCann2007-02-121-12/+19
| | | | | Just the use vt number given by the vt-manager instead of asking for the current vt again. A little bit less racy this way.
* Don't keep last session active when switching to a VT withoutWilliam Jon McCann2007-02-061-3/+1
| | | | | a session registered on it. Patch from: David Zeuthen
* Add a script to test FUS related functionality.William Jon McCann2006-10-311-1/+4
| | | | Fix a problem where error was reported twice.
* Initial importWilliam Jon McCann2006-10-251-0/+724