1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
------------------------------------------------------------------------
r11 | guus | 2006-04-27 21:11:35 +0200 (do, 27 apr 2006) | 3 lines
Allow input devices to be grabbed for exclusive access (patch from Ian Campbell).
Also remove input.h and use /usr/include/linux/input.h directly.
------------------------------------------------------------------------
r10 | guus | 2006-02-24 21:01:19 +0100 (vr, 24 feb 2006) | 2 lines
Fix typo in manpage.
------------------------------------------------------------------------
r9 | guus | 2006-02-24 21:01:07 +0100 (vr, 24 feb 2006) | 2 lines
Fix removal of clients.
------------------------------------------------------------------------
r8 | guus | 2006-02-06 22:53:57 +0100 (ma, 06 feb 2006) | 2 lines
Fixed adding elements to linked lists.
------------------------------------------------------------------------
r7 | guus | 2006-02-06 22:53:35 +0100 (ma, 06 feb 2006) | 2 lines
Missing $SHAREDIR, default PREFIX is /usr/local.
------------------------------------------------------------------------
r6 | guus | 2006-02-06 20:11:37 +0100 (ma, 06 feb 2006) | 2 lines
Parse options: minimum keycode to send, userid to change to, unix socket name to create, whether to daemonize or not.
------------------------------------------------------------------------
r5 | guus | 2006-02-06 18:13:36 +0100 (ma, 06 feb 2006) | 2 lines
Filter keycodes < 128.
------------------------------------------------------------------------
r4 | guus | 2006-02-06 17:53:05 +0100 (ma, 06 feb 2006) | 3 lines
Better version, read from multiple event devices, write to multiple clients.
Manpage added.
------------------------------------------------------------------------
r3 | guus | 2006-02-06 16:44:27 +0100 (ma, 06 feb 2006) | 2 lines
License notification.
------------------------------------------------------------------------
r2 | guus | 2006-02-06 16:38:20 +0100 (ma, 06 feb 2006) | 2 lines
First somewhat working version.
------------------------------------------------------------------------
r1 | guus | 2006-02-06 16:13:23 +0100 (ma, 06 feb 2006) | 2 lines
Default repository layout.
------------------------------------------------------------------------
|