summaryrefslogtreecommitdiffstats
path: root/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* small changes in event handlingpontscho2002-03-131-0/+6
* lexical fixes (COSMETIC :)) and one 'real fix': grap_frames -> grab_frames --...alex2002-03-121-7/+7
* remove obsoleted function (mplResize)pontscho2002-03-111-3/+4
* -subpos key bindings with new input layer - patch by Tomas Konir <moje@molly....arpi2002-03-101-0/+3
* KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?arpi2002-03-061-0/+2
* Fix when stdin is used as a filealbeu2002-02-281-0/+2
* add half new input support for guipontscho2002-02-251-3/+25
* Small bugfix (memcpy too small without sizeof(int) :( )albeu2002-02-241-11/+13
* Really take tab as a space in cmd parsing.albeu2002-02-241-19/+72
* Added an option to select the input config filealbeu2002-02-241-1/+3
* Also use tab as cmd arg sepparatoralbeu2002-02-231-2/+2
* Fixed bug with comments in input.conf parseralbeu2002-02-231-11/+43
* Added comments support in input.conf (comments lines with #)albeu2002-02-201-1/+28
* vo_fullscreen addedalex2002-02-171-0/+2
* Added key autorepeat support. Options to enable/disable joystick and lircalbeu2002-02-111-99/+221
* Added support for key combination and mouse buttons key codealbeu2002-02-081-67/+154
* Tell the user when we fallback on default config.albeu2002-02-041-8/+21
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-041-5/+5
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-031-6/+42
* Added lirc support in inputalbeu2002-01-311-0/+21
* A new configurable input system and joystick support for this systemalbeu2002-01-301-0/+798