summaryrefslogtreecommitdiff
path: root/src/kmscon_seat.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-03uterm: input: use shl_llog instead of shl_logDavid Herrmann1-1/+2
2013-10-23kmscon: remove cdev sessionsDavid Herrmann1-9/+0
2013-10-18seat: forward UTERM_REFRESH events to sessionsDavid Herrmann1-0/+41
2013-06-12kmscon: pass vtnr to pty so XDG_VTNR is setDavid Herrmann1-2/+4
2013-03-12kmscon: add --xkb-keymap option for predefined keymapsRan Benita1-0/+15
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-01-07uterm: move uterm-vt into uterm_vt.hDavid Herrmann1-1/+1
2013-01-07uterm: move input related API to uterm_input.hDavid Herrmann1-0/+1
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-0/+1
2012-12-09kmscon: remove compositor supportDavid Herrmann1-9/+0
2012-12-09seat: always activate fake-VTs during startupDavid Herrmann1-1/+2
2012-12-09seat: start hotplugged seats if --switchvt is givenDavid Herrmann1-44/+48
2012-12-09seat: pass allowed VTs from callerDavid Herrmann1-6/+2
2012-12-06kmscon: run only on VT-less seats in listen-modeDavid Herrmann1-1/+7
2012-12-06kmscon: introduce new --listen modeDavid Herrmann1-15/+17
2012-12-02seat: fix rescheduling sessions if none is activeDavid Herrmann1-10/+8
2012-12-02seat: unref session after unregistrationDavid Herrmann1-0/+1
2012-12-02seat: forward HUP to callerDavid Herrmann1-0/+4
2012-12-02seat: protect kmscon_seat_remove_display() correctlyDavid Herrmann1-0/+3
2012-12-02seat: schedule dummy session if no other session is availableDavid Herrmann1-5/+13
2012-12-02seat: allow asynchronous command schedulingDavid Herrmann1-8/+22
2012-12-01seat: ignore keyboard shortcuts in single-session modeDavid Herrmann1-1/+11
2012-12-01seat: limit multi-session mode to --multi-sessionDavid Herrmann1-7/+9
2012-12-01seat: register cdev session only when --cdev is givenDavid Herrmann1-5/+7
2012-11-28seat: set DPMS to ON before broadcasting the deviceDavid Herrmann1-5/+5
2012-11-28seat: activate displays only when being in foregroundDavid Herrmann1-39/+40
2012-11-19seat: add --grab-session-dummy optionDavid Herrmann1-0/+7
2012-11-19seat: add helpers to schedule sessions from the outsideDavid Herrmann1-0/+39
2012-11-19seat: remove "manual input" logicDavid Herrmann1-13/+2
2012-11-19seat: allow scheduling dummy sessionDavid Herrmann1-6/+6
2012-11-19seat: be more verbose on asynchronous session switchingDavid Herrmann1-2/+7
2012-11-19seat: fix delayed VT switchesDavid Herrmann1-1/+15
2012-11-19seat: fix calling parent-callbacks on forced sleepingDavid Herrmann1-5/+6
2012-11-19seat: allow sessions to switch between background/foregroundDavid Herrmann1-7/+49
2012-11-19seat: allow sessions to control VT-switchesDavid Herrmann1-2/+11
2012-11-17seat: fix forwarding errors in seat_pause()David Herrmann1-1/+1
2012-11-17seat: allow calling go_foreground if already in foregroundDavid Herrmann1-3/+1
2012-11-11seat: remove bogus debug statementsDavid Herrmann1-4/+0
2012-11-10seat: allow sessions to notify seat when deactivatingDavid Herrmann1-3/+26
2012-11-10seat: implement delayed session switchingDavid Herrmann1-144/+383
2012-11-05uterm: vt: allow VT-deactivation to failDavid Herrmann1-2/+3
2012-11-02seat: clean up session-callback function typeDavid Herrmann1-1/+6
2012-10-27kmscon: add --xkb-model optionDavid Herrmann1-1/+1
2012-10-27uterm: input: allow passing "model" for keyboard descsDavid Herrmann1-0/+1
2012-10-26kmscon: add character-device session dummyDavid Herrmann1-0/+7
2012-10-23seat: fix closing dummy sessionsDavid Herrmann1-0/+6
2012-10-19kmscon: use local configs instead of global kmscon_confDavid Herrmann1-15/+16
2012-10-19kmscon: implement per-seat configurationDavid Herrmann1-1/+29
2012-10-18kmscon: add --session-max parameterDavid Herrmann1-0/+10
2012-10-18seat: use dummy sessionDavid Herrmann1-5/+31