aboutsummaryrefslogtreecommitdiffhomepage
path: root/input/joystick.c
Commit message (Expand)AuthorAge
* Do not call strerror()Gravatar wm42014-11-26
* input: remove useless joystick.h/lirc.h include filesGravatar wm42014-09-10
* input: use an input thread for joystickGravatar wm42014-09-10
* Kill all tabsGravatar wm42014-04-13
* joystick: Fix incorrect pointer offset code.Gravatar reimar2014-04-10
* input: rework how input sources are addedGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12
* input/joystick.c: add #include missing from 23cb829072Gravatar Uoti Urpala2011-05-03
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
* Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\
| * Add standard GPL license header.Gravatar diego2008-12-13
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* | input: Remove separate mp_input_add_event_fdGravatar Uoti Urpala2008-04-29
|/
* joystick.c is only ever compiled on Linux, remove pointless #ifdefGravatar diego2008-02-28
* typo fix: inited --> initializedGravatar diego2008-02-14
* Add comments to some preprocessor directives.Gravatar diego2007-06-27
* buggy joystick initialization, works much better without thisGravatar ben2007-05-19
* slight overall verbosity reductionGravatar diego2006-10-12
* Move conditional compilation to the build system.Gravatar diego2006-09-12
* prevent overflow.. wtf?! from irc:Gravatar rfelker2006-03-31
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-10-25
* printf to mp_msgGravatar reynaldo2005-10-25
* output typo fixes: unknow --> unknownGravatar diego2003-07-09
* 10L bugfixGravatar albeu2002-05-23
* Added support for key combination and mouse buttons key codeGravatar albeu2002-02-08
* Fix the bugs the previous version should fix (and those introducedGravatar albeu2002-02-04
* Corrected the quit bug and added support for up to 10 axisGravatar albeu2002-02-03
* A new configurable input system and joystick support for this systemGravatar albeu2002-01-30