summaryrefslogtreecommitdiffstats
path: root/src/ck-session.c
Commit message (Collapse)AuthorAgeFilesLines
* add support for glib < 2.12William Jon McCann2007-02-211-2/+25
| | | | Copy the iso8601 function from glib to support versions less than 2.12.
* don't use null parametersWilliam Jon McCann2007-02-211-15/+17
|
* make the idle hint getters sync dbus methodsWilliam Jon McCann2007-02-201-7/+16
| | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal.
* 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