summaryrefslogtreecommitdiffstats
path: root/input/input.c
Commit message (Collapse)AuthorAgeFilesLines
* 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