summaryrefslogtreecommitdiff
path: root/src/kmscon_seat.h
AgeCommit message (Expand)AuthorFilesLines
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-09seat: start hotplugged seats if --switchvt is givenDavid Herrmann1-0/+1
2012-12-09seat: pass allowed VTs from callerDavid Herrmann1-0/+1
2012-12-02seat: forward HUP to callerDavid Herrmann1-0/+1
2012-11-19seat: add helpers to schedule sessions from the outsideDavid Herrmann1-0/+3
2012-11-19seat: remove "manual input" logicDavid Herrmann1-1/+0
2012-11-19seat: allow sessions to switch between background/foregroundDavid Herrmann1-0/+2
2012-11-19seat: allow sessions to control VT-switchesDavid Herrmann1-0/+1
2012-11-10seat: allow sessions to notify seat when deactivatingDavid Herrmann1-0/+2
2012-11-10seat: implement delayed session switchingDavid Herrmann1-5/+5
2012-11-02seat: clean up session-callback function typeDavid Herrmann1-5/+9
2012-10-19kmscon: implement per-seat configurationDavid Herrmann1-0/+3
2012-10-12seat: rename WAKE_UP/SLEEP to ACTIVATE/DEACTIVATEDavid Herrmann1-2/+2
2012-10-12seat: add enable/disable logic to sessionsDavid Herrmann1-0/+4
2012-10-12seat: add kmscon_session_is_active() helperDavid Herrmann1-0/+1
2012-10-12seat: add kmscon_seat_is_registered() helperDavid Herrmann1-1/+2
2012-10-11Introduce session managementDavid Herrmann1-0/+96