summaryrefslogtreecommitdiffstats
path: root/src/ck-session.c
Commit message (Collapse)AuthorAgeFilesLines
* rename idle methods and signal to indicate they are hintsWilliam Jon McCann2007-02-201-31/+31
| | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
* add creation and idle-since timesWilliam Jon McCann2007-02-151-0/+49
| | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
* implement get/set idle methodsWilliam Jon McCann2007-02-151-8/+158
| | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question.
* convert all tabs to spacesWilliam Jon McCann2007-02-151-7/+7
|
* Add some more debugging outputWilliam Jon McCann2007-02-061-1/+3
|
* Fix some small leaks. Add --timed-exit to daemon for valgrinding.William Jon McCann2006-11-061-0/+2
|
* Initial importWilliam Jon McCann2006-10-251-0/+744