summaryrefslogtreecommitdiffstats
path: root/fifo.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some #if 0 codeuau2007-02-241-35/+0
* Reserve half of fifo for key release events to help avoiding stop buttonsreimar2007-02-051-4/+7
* Move code to ignore mouse wheel "down" events to fifo.c (needed becausereimar2007-01-211-0/+2
* Apply ancient double-click patch that nobody cares to comment on.reimar2007-01-181-2/+35
* use a configurable-size ringbuffer instead of a pipe for buffering key events.reimar2004-12-011-6/+10
* fix "stuck mouse button" by setting O_NONBLOCK, instead of using select() to ...iive2004-11-051-16/+17
* printf --> mp_msg by the Wanderer <inverseparadox at comcast dot net>diego2004-10-201-1/+1
* MINGW32 port and select()less fifocode by Arpifaust32003-04-041-0/+29
* removed unused old keyboard fifo hackarpi2002-09-221-50/+0
* Profiling fix by Artur Skawina <skawina@geocities.com>atmos42001-11-201-2/+2
* common FIFO code moved to fifo.carpi_esp2001-03-161-0/+80