log fifo.c @ 22349:a10f905b29ff

age author description
Sat, 24 Feb 2007 07:28:07 +0000 uau Remove some #if 0 code
Mon, 05 Feb 2007 17:51:26 +0000 reimar Reserve half of fifo for key release events to help avoiding stop buttons
Sun, 21 Jan 2007 11:05:21 +0000 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
Thu, 18 Jan 2007 19:30:02 +0000 reimar Apply ancient double-click patch that nobody cares to comment on.
Wed, 01 Dec 2004 12:22:39 +0000 reimar use a configurable-size ringbuffer instead of a pipe for buffering key events.
Fri, 05 Nov 2004 04:13:25 +0000 iive fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to check write() blocking on pipe.
Wed, 20 Oct 2004 01:32:56 +0000 diego printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>
Fri, 04 Apr 2003 20:02:53 +0000 faust3 MINGW32 port and select()less fifocode by Arpi
Sun, 22 Sep 2002 15:37:51 +0000 arpi removed unused old keyboard fifo hack
Tue, 20 Nov 2001 00:23:49 +0000 atmos4 Profiling fix by Artur Skawina <skawina@geocities.com>
Fri, 16 Mar 2001 00:06:50 +0000 arpi_esp common FIFO code moved to fifo.c