summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
Commit message (Expand)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-11/+11
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-9/+9
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-9/+9
* Merge svn changes up to r28149Uoti Urpala2008-12-141-0/+17
|\
| * Add standard GPL license header.diego2008-12-131-0/+17
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-2/+2
|\|
| * cosmetics: Remove useless parentheses from return statements.diego2008-05-161-2/+2
* | input: Remove separate mp_input_add_event_fdUoti Urpala2008-04-291-1/+1
|/
* joystick.c is only ever compiled on Linux, remove pointless #ifdefdiego2008-02-281-17/+0
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* Add comments to some preprocessor directives.diego2007-06-271-2/+2
* buggy joystick initialization, works much better without thisben2007-05-191-1/+0
* slight overall verbosity reductiondiego2006-10-121-1/+1
* Move conditional compilation to the build system.diego2006-09-121-4/+0
* prevent overflow.. wtf?! from irc:rfelker2006-03-311-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-10-251-1/+1
* printf to mp_msgreynaldo2005-10-251-9/+12
* output typo fixes: unknow --> unknowndiego2003-07-091-1/+1
* 10L bugfixalbeu2002-05-231-1/+1
* Added support for key combination and mouse buttons key codealbeu2002-02-081-6/+38
* Fix the bugs the previous version should fix (and those introducedalbeu2002-02-041-67/+6
* Corrected the quit bug and added support for up to 10 axisalbeu2002-02-031-4/+34
* A new configurable input system and joystick support for this systemalbeu2002-01-301-0/+163