aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/input.c
Commit message (Expand)AuthorAge
...
* | input: Move command filedescriptor list to context structGravatar Uoti Urpala2008-04-30
* | input: Move cmd_queue to context structGravatar Uoti Urpala2008-04-30
* | input.c: Change a static variable to localGravatar Uoti Urpala2008-04-30
* | input: Move key filedescriptor list to context structGravatar Uoti Urpala2008-04-30
* | input.c: Move variable from static to localGravatar Uoti Urpala2008-04-30
* | input.c: Move key down state to context structGravatar Uoti Urpala2008-04-30
* | input.c: Use talloc for command bind allocationsGravatar Uoti Urpala2008-04-30
* | input.[ch]: Move some type definitions from .h to .cGravatar Uoti Urpala2008-04-30
* | input.c: Remove mp_input_ prefixes from static function namesGravatar Uoti Urpala2008-04-30
* | input.c: Make two functions staticGravatar Uoti Urpala2008-04-30
* | Remove INITIALIZED_INPUT from mpctx->initialized_flagsGravatar Uoti Urpala2008-04-30
* | input: Move command bind variables to context structGravatar Uoti Urpala2008-04-30
* | Create a context for input.c stateGravatar Uoti Urpala2008-04-30
* | input.c: Remove _st prefix from struct namesGravatar Uoti Urpala2008-04-30
* | input.c: Use union instead of void *Gravatar Uoti Urpala2008-04-29
* | input: Remove separate mp_input_add_event_fdGravatar Uoti Urpala2008-04-29
* | input.c: Revert code uglifications done for gcc 2.95Gravatar Uoti Urpala2008-04-29
* | input.c: Remove unnecessary #include "osdep/getch2.h"Gravatar Uoti Urpala2008-04-29
* | Merge svn changes up to r26587Gravatar Uoti Urpala2008-04-29
|\|
| * Use full path for libavutil #includes.Gravatar diego2008-04-28
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Add a context argument to mp_input_add_event_fd callbackGravatar Uoti Urpala2008-04-23
* | input/input.c: Minor simplificationGravatar Uoti Urpala2008-04-23
|/
* Fix handling of comments in input.c, current code had useless ifs and in addi...Gravatar reimar2008-03-11
* Add new command to switch between dvdnav titlesGravatar ben2008-01-24
* Add ass_use_margins command and property to shift subtitles to margins and backGravatar eugeni2008-01-23
* Fix some types to constGravatar reimar2008-01-19
* Remove a useless castGravatar reimar2008-01-15
* Make several mapping tables related to input processing const.Gravatar reimar2008-01-13
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Do not use exit_player in the signal handler, this code just can notGravatar reimar2008-01-08
* properties to change angle; patch by oattila chello huGravatar nicodvb2008-01-05
* From now on, libmenu does not steal all input keys from input modules.Gravatar ulion2007-12-26
* Add new function for parsing and queueing multi-commands separated by \n or \r.Gravatar ulion2007-12-11
* Ignore heading spaces when parsing command.Gravatar ulion2007-12-10
* Remove hardcoded key->cmd bindings in libmenu, support custom key bindingsGravatar ulion2007-12-04
* Do not queue empty cmd.Gravatar ulion2007-12-02
* Use const char * to replace a char * parameter.Gravatar ulion2007-11-27
* Support select subtitle by source, add 4 properties:Gravatar ulion2007-11-25
* Fix cmd filter memory leak, free the cmd after filter ate it.Gravatar ulion2007-11-08
* Fix input.conf parse bug when comment follows key binding in the same line.Gravatar ulion2007-10-31
* Fix input command parser for using only tab to separate the arguments.Gravatar ulion2007-10-23
* warning fixes:Gravatar diego2007-09-13
* Implement X/27/0 packet decoding.Gravatar voroshil2007-08-28
* Clean up the way get_path is handled: Compile get_path.c to an object to linkGravatar diego2007-08-28
* Process any waiting commands (got_cmd set). Should fix e.g. smplayer.Gravatar reimar2007-08-27
* Revert r24158, it is not necessary with unsigned bitfieldGravatar reimar2007-08-25
* Change bitfield to unsigned so that we get the usual truth valuesGravatar reimar2007-08-25
* Hack around broken bitfields in gcc 4.2Gravatar reimar2007-08-25
* Fix invalid fd check, the bug is somewhere else though.Gravatar reimar2007-08-25