aboutsummaryrefslogtreecommitdiffhomepage
path: root/input
Commit message (Collapse)AuthorAge
* dvdnav event added, queue size 10->100, added void* event arg type - dvdnav ↵Gravatar arpi2002-04-03
| | | | | | 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>Gravatar arpi2002-03-28
| | | | 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 knowGravatar albeu2002-03-20
| | | | | | | 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>.Gravatar albeu2002-03-19
| | | | 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_msgGravatar albeu2002-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5199 b3059339-0415-0410-9bf9-f77b7e298cf2
* Commentting sessionGravatar albeu2002-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5198 b3059339-0415-0410-9bf9-f77b7e298cf2
* A bug fix + moved error msg from verbose to errorGravatar albeu2002-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5197 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1L : removed redondant enter key bindingGravatar albeu2002-03-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5138 b3059339-0415-0410-9bf9-f77b7e298cf2
* ENTER now quits after last fileGravatar gabucino2002-03-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5137 b3059339-0415-0410-9bf9-f77b7e298cf2
* Now enter key quit if no next file is avaibleGravatar albeu2002-03-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5136 b3059339-0415-0410-9bf9-f77b7e298cf2
* small changes in event handlingGravatar pontscho2002-03-13
| | | | 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 ↵Gravatar alex2002-03-12
| | | | | | -- 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)Gravatar pontscho2002-03-11
| | | | 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 ↵Gravatar arpi2002-03-10
| | | | | | <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?Gravatar arpi2002-03-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4957 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix when stdin is used as a fileGravatar albeu2002-02-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4893 b3059339-0415-0410-9bf9-f77b7e298cf2
* add half new input support for guiGravatar pontscho2002-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4859 b3059339-0415-0410-9bf9-f77b7e298cf2
* Small bugfix (memcpy too small without sizeof(int) :( )Gravatar albeu2002-02-24
| | | | | | | 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.Gravatar albeu2002-02-24
| | | | | | | 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 fileGravatar albeu2002-02-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4837 b3059339-0415-0410-9bf9-f77b7e298cf2
* Also use tab as cmd arg sepparatorGravatar albeu2002-02-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4827 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make old and new lirc support independant from each otherGravatar albeu2002-02-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4824 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed bug with comments in input.conf parserGravatar albeu2002-02-23
| | | | | | | 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
* EXTRA_INC added (Nexus)Gravatar arpi2002-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4800 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added comments support in input.conf (comments lines with #)Gravatar albeu2002-02-20
| | | | | | | And fixed a possible bug git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4764 b3059339-0415-0410-9bf9-f77b7e298cf2
* vo_fullscreen addedGravatar alex2002-02-17
| | | | 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 lircGravatar albeu2002-02-11
| | | | | | | 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 codeGravatar albeu2002-02-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4590 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove some unuseful stuff and don't try to kill an unexistingGravatar albeu2002-02-04
| | | | | | | child process on uninit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4527 b3059339-0415-0410-9bf9-f77b7e298cf2
* Tell the user when we fallback on default config.Gravatar albeu2002-02-04
| | | | | | | 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 introducedGravatar albeu2002-02-04
| | | | | | | 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 axisGravatar albeu2002-02-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4519 b3059339-0415-0410-9bf9-f77b7e298cf2
* *** empty log message ***Gravatar jaf2002-02-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4462 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added lirc support in inputGravatar albeu2002-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4433 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added uninit to inputGravatar albeu2002-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4432 b3059339-0415-0410-9bf9-f77b7e298cf2
* A new configurable input system and joystick support for this systemGravatar albeu2002-01-30
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4419 b3059339-0415-0410-9bf9-f77b7e298cf2