summaryrefslogtreecommitdiff
path: root/src/uterm_vt.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-12uterm: vt: add uterm_vt_get_num() helperDavid Herrmann1-0/+12
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-11Fix several typosJakub Wilk1-4/+4
2013-02-06build: major cleanupDavid Herrmann1-0/+13
2013-01-13eloop: add EV_ONESHOT and EV_SINGLE flags for idle sourcesDavid Herrmann1-5/+8
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
2012-12-06uterm: vt: use current VT if it is unusedDavid Herrmann1-0/+21
2012-12-06kmscon: run only on VT-less seats in listen-modeDavid Herrmann1-0/+11
2012-12-02uterm: vt: fix opening new VTsDavid Herrmann1-32/+26
2012-12-02uterm: vt: handle HUP on controlling TTYDavid Herrmann1-5/+28
2012-12-02uterm: vt: add uterm_vt_get_type() helperDavid Herrmann1-0/+8
2012-12-02uterm: vt: set K_RAW before trying K_OFFDavid Herrmann1-2/+6
2012-12-01uterm: vt: use real VTs on all seats if availableDavid Herrmann1-9/+47
2012-11-19uterm: vt: fix input-device sleep-controlDavid Herrmann1-15/+15
2012-11-19uterm: vt: implement delayed VT-switchesDavid Herrmann1-5/+63
2012-11-19uterm: vt: do nothing if VT-switch targets our VTDavid Herrmann1-1/+1
2012-11-19uterm: vt: do nothing if target-VT is already active during deactivationDavid Herrmann1-1/+1
2012-11-17uterm: vt: do not check SIGUSR1/2 for SI_KERNELDavid Herrmann1-6/+0
2012-11-11uterm: vt: fix not overwriting 'ret' in error pathsDavid Herrmann1-7/+7
2012-11-10uterm: vt: do not modify TTY settingsDavid Herrmann1-29/+1
2012-11-05uterm: vt: avoid blocking SIGUSR1/2 twiceDavid Herrmann1-11/+0
2012-11-05uterm: vt: keep graphics mode during VT switchDavid Herrmann1-5/+0
2012-11-05uterm: vt: add fake_open/close() helpersDavid Herrmann1-8/+19
2012-11-05uterm: vt: allow VT-deactivation to failDavid Herrmann1-28/+57
2012-10-28uterm: vt: fix real VTs when opening the currently active VTDavid Herrmann1-4/+47
2012-10-28uterm: vt: put input devices asleep when inactiveDavid Herrmann1-3/+9
2012-10-28uterm: vt: fix race by blocking signals before setting themDavid Herrmann1-7/+10
2012-10-09uterm: vt: reset KBMODE to K_UNICODE if it was K_OFFDavid Herrmann1-0/+6
2012-10-09uterm: input: add support for multiple keysymsDavid Herrmann1-6/+6
2012-10-08uterm: input: add flag to input-events marking them as handledDavid Herrmann1-0/+9
2012-10-08uterm: vt: handle VT switches without kernel inputDavid Herrmann1-1/+76
2012-10-08uterm: vt: register input-cb for all VTsDavid Herrmann1-20/+49
2012-10-08uterm: vt: remove fake-VT SIGUSR1/2 (de)activationDavid Herrmann1-27/+16
2012-10-08uterm: vt: add a lot more verbose error messagesDavid Herrmann1-90/+152
2012-10-01uterm: vt: add helpers to (de)activate all VTs at onceDavid Herrmann1-0/+50
2012-10-01uterm: vt: fix skipping real_activate() when being inactiveDavid Herrmann1-1/+1
2012-10-01uterm: vt: do not automatically activate fake-VTsDavid Herrmann1-17/+0
2012-10-01uterm: vt: add fake_activate() and fake_deactivate() hooksDavid Herrmann1-2/+16
2012-10-01uterm: vt: return error in real_deactivate() if VT is deadDavid Herrmann1-4/+3
2012-10-01uterm: vt: make real_activate() behave like real_deactivate()David Herrmann1-2/+16
2012-10-01Move grab-parsing into conf.cDavid Herrmann1-1/+1
2012-09-30kmscon: allow paths with --vt=<xy>David Herrmann1-11/+23
2012-09-29kmscon: add --vt=<num> option to select VT for seat0David Herrmann1-3/+4
2012-09-18build: make xkbcommon built-time dependencyDavid Herrmann1-0/+1
2012-09-16shl: move timer to shl_timer_*David Herrmann1-1/+0
2012-09-15shl: move dlist to shl_dlist.hDavid Herrmann1-0/+1
2012-09-15shl: move dlist implementation to shl_dlist_*David Herrmann1-6/+6
2012-09-11uterm: add uterm_keysyms.hDavid Herrmann1-2/+1
2012-09-11uterm: move uterm_internal.h to uterm_input.hDavid Herrmann1-1/+0