summaryrefslogtreecommitdiff
path: root/src/uterm_input.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-03uterm: input: use shl_llog instead of shl_logDavid Herrmann1-20/+27
2013-03-12kmscon: add --xkb-keymap option for predefined keymapsRan Benita1-1/+2
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-06build: major cleanupDavid Herrmann1-0/+11
2013-01-13shl: hook: add 'oneshot' flagDavid Herrmann1-1/+1
2013-01-07uterm: move input related API to uterm_input.hDavid Herrmann1-1/+1
2013-01-07uterm: move uterm_input.h to uterm_input_internal.hDavid Herrmann1-1/+1
2012-11-05uterm: input: uxkb: properly handle changed keyboard state on wake upRan Benita1-2/+3
2012-11-05uterm: input: don't test device capability in wakeup_devRan Benita1-12/+9
2012-10-28uterm: input: fix stopping key-repeat when going asleepDavid Herrmann1-0/+2
2012-10-27uterm: input: allow passing "model" for keyboard descsDavid Herrmann1-1/+2
2012-10-27uterm_input_uxkb: update leds to match keyboard stateRan Benita1-1/+1
2012-10-27uterm_input: change device 'feature' to device 'capability'Ran Benita1-19/+16
2012-10-27uterm_input: remove supporting code for updating LED stateRan Benita1-10/+1
2012-10-11wlterm/kmscon: change default repeat-rate to 50David Herrmann1-1/+1
2012-10-09kmscon: add --xkb-repeat-rate/delay command-line argumentsDavid Herrmann1-3/+14
2012-10-09uterm: input: implement software key-repeatDavid Herrmann1-8/+16
2012-10-09uterm: input: add support for multiple keysymsDavid Herrmann1-5/+17
2012-10-09uterm: input: use uxkb directlyDavid Herrmann1-58/+7
2012-10-08uterm: input: remove plain backendDavid Herrmann1-11/+1
2012-10-08uterm: input: add flag to input-events marking them as handledDavid Herrmann1-0/+1
2012-10-01Make xkbcommon mandatoryDavid Herrmann1-4/+0
2012-09-30Fix printf() specified bugs all over the codeDavid Herrmann1-1/+1
2012-09-26build: update autotools logic and add "wlterm" applicationDavid Herrmann1-1/+1
2012-09-18shl: move kmscon_hook_* to shlDavid Herrmann1-8/+8
2012-09-16shl: move timer to shl_timer_*David Herrmann1-1/+1
2012-09-15shl: move dlist to shl_dlist.hDavid Herrmann1-0/+1
2012-09-15shl: move dlist implementation to shl_dlist_*David Herrmann1-15/+15
2012-09-11uterm: move uterm_internal.h to uterm_input.hDavid Herrmann1-1/+1
2012-09-05uterm: input: add string_to_keysym() helperDavid Herrmann1-0/+16
2012-08-14uterm: input: make sleep-state recursiveDavid Herrmann1-7/+15
2012-08-14uterm: input: do not include main.hDavid Herrmann1-1/+0
2012-08-11uterm: input: pass xkb parameters from outsideDavid Herrmann1-8/+10
2012-08-11main: move conf_global to kmscon_conf in new header main.hDavid Herrmann1-7/+8
2012-07-31uterm: input: add uterm_input_keysym_to_string()David Herrmann1-0/+13
2012-07-21Refactor input backend-systemDavid Herrmann1-6/+17
2012-06-24static: move statically linked subsystems to static_*David Herrmann1-1/+1
2012-05-27uterm_input: fix increasing refcntDavid Herrmann1-0/+1
2012-05-05uterm_input: fix initializing device listDavid Herrmann1-0/+1
2012-05-05uterm_input: use new kbd APIDavid Herrmann1-11/+9
2012-05-05uterm_input: add input layer to utermDavid Herrmann1-0/+456