summaryrefslogtreecommitdiffstats
path: root/input/input.c
Commit message (Expand)AuthorAgeFilesLines
* Added -input js-dev xx option to specifies the joystick device to use.albeu2002-04-201-1/+4
* Fix the bug pointed out by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>albeu2002-04-121-13/+27
* dvdnav event added, queue size 10->100, added void* event arg type - dvdnav p...arpi2002-04-031-1/+2
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-0/+13
* Added options -input keylist and -input cmdlist to list all knowalbeu2002-03-201-5/+49
* 10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.albeu2002-03-191-0/+3
* A bug fix in the auto-repeat stuff + moved all printf to mp_msgalbeu2002-03-191-44/+58
* 1L : removed redondant enter key bindingalbeu2002-03-161-1/+0
* ENTER now quits after last filegabucino2002-03-161-4/+3
* Now enter key quit if no next file is avaiblealbeu2002-03-161-4/+8
* 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