summaryrefslogtreecommitdiffstats
path: root/input/input.c
Commit message (Collapse)AuthorAgeFilesLines
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
| | | | | | | | some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6139 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add the forgoten scrennshot commandalbeu2002-05-181-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6113 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added -input js-dev xx option to specifies the joystick device to use.albeu2002-04-201-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the bug pointed out by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>albeu2002-04-121-13/+27
| | | | | | | wich affected command driven input (lirc and slave mode). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5572 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav event added, queue size 10->100, added void* event arg type - dvdnav ↵arpi2002-04-031-1/+2
| | | | | | patch by Kees Cook <mplayer@outflux.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5474 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-0/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added options -input keylist and -input cmdlist to list all knowalbeu2002-03-201-5/+49
| | | | | | | keys and commands git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5219 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10L bug fix. Thx to Fredrik Kuivinen <freku045@student.liu.se>.albeu2002-03-191-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5201 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bug fix in the auto-repeat stuff + moved all printf to mp_msgalbeu2002-03-191-44/+58
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5199 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1L : removed redondant enter key bindingalbeu2002-03-161-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5138 b3059339-0415-0410-9bf9-f77b7e298cf2
* ENTER now quits after last filegabucino2002-03-161-4/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now enter key quit if no next file is avaiblealbeu2002-03-161-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5136 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes in event handlingpontscho2002-03-131-0/+6
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5062 b3059339-0415-0410-9bf9-f77b7e298cf2
* lexical fixes (COSMETIC :)) and one 'real fix': grap_frames -> grab_frames ↵alex2002-03-121-7/+7
| | | | | | -- feel free to flame and reverse git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5054 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove obsoleted function (mplResize)pontscho2002-03-111-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5047 b3059339-0415-0410-9bf9-f77b7e298cf2
* -subpos key bindings with new input layer - patch by Tomas Konir ↵arpi2002-03-101-0/+3
| | | | | | <moje@molly.vabo.cz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5016 b3059339-0415-0410-9bf9-f77b7e298cf2
* KEY_ENTER->quit binding. why doesn't 'pt_step 1' exits if no more file left?arpi2002-03-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4957 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix when stdin is used as a filealbeu2002-02-281-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4893 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half new input support for guipontscho2002-02-251-3/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small bugfix (memcpy too small without sizeof(int) :( )albeu2002-02-241-11/+13
| | | | | | | Add move invalide bind msg so it appear only when needed :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4851 b3059339-0415-0410-9bf9-f77b7e298cf2
* Really take tab as a space in cmd parsing.albeu2002-02-241-19/+72
| | | | | | | Now config file override the defaults bindings :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4843 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added an option to select the input config filealbeu2002-02-241-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4837 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also use tab as cmd arg sepparatoralbeu2002-02-231-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug with comments in input.conf parseralbeu2002-02-231-11/+43
| | | | | | | Added a command queue to let mplayer send command to himself git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4822 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added comments support in input.conf (comments lines with #)albeu2002-02-201-1/+28
| | | | | | | And fixed a possible bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4764 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_fullscreen addedalex2002-02-171-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4733 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added key autorepeat support. Options to enable/disable joystick and lircalbeu2002-02-111-99/+221
| | | | | | | and set autorepeat delay and rate. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4658 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for key combination and mouse buttons key codealbeu2002-02-081-67/+154
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tell the user when we fallback on default config.albeu2002-02-041-8/+21
| | | | | | | Added some default joystick bindings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-041-5/+5
| | | | | | | by the previous version ;) ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4525 b3059339-0415-0410-9bf9-f77b7e298cf2
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-031-6/+42
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4519 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added lirc support in inputalbeu2002-01-311-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4433 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new configurable input system and joystick support for this systemalbeu2002-01-301-0/+798
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4419 b3059339-0415-0410-9bf9-f77b7e298cf2