Fri, 26 Aug 2016 12:18:08 -0700 |
Sam Lantinga |
Added SDL_PrivateJoystickAdded() and SDL_PrivateJoystickRemoved()
|
file |
diff |
annotate
|
Thu, 25 Aug 2016 22:31:33 +0200 |
Philipp Wiesemann |
Android: Fixed crash if closing removed joystick (thanks, Sylvain!).
|
file |
diff |
annotate
|
Wed, 17 Aug 2016 21:04:32 +0200 |
Philipp Wiesemann |
Android: Fixed opening previously closed joystick (thanks, Sylvain!).
|
file |
diff |
annotate
|
Fri, 19 Feb 2016 00:28:53 -0500 |
Ryan C. Gordon |
Android: Restored Philipp's joystick change, lost in the previous merge.
|
file |
diff |
annotate
|
Fri, 19 Feb 2016 00:24:00 -0500 |
Ryan C. Gordon |
Merge Android C89 fixes from Eric Wing.
|
file |
diff |
annotate
|
Tue, 09 Feb 2016 17:36:42 -0800 |
Eric Wing |
Android: C89 cleanup to avoid warnings/errors since the default gcc mode on Android is still pre-C99.
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 20:32:22 +0100 |
Philipp Wiesemann |
Android: Changed an internal joystick function to return count instead of id.
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Wed, 17 Jun 2015 00:00:53 -0700 |
Sam Lantinga |
Fixed bug 2948 - [Android] Arrow keys from external keyboard are not received
|
file |
diff |
annotate
|
Sun, 14 Jun 2015 19:26:20 -0700 |
Sam Lantinga |
Fixed style
|
file |
diff |
annotate
|
Sun, 14 Jun 2015 19:25:12 -0700 |
Sam Lantinga |
Fixed bug 3012 - Android accelerometer joystick axis values overflow when values from Android are larger than gravity
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Thu, 30 Apr 2015 21:45:29 +0200 |
Philipp Wiesemann |
Android: Deactivated debug log messages on joystick device events.
|
file |
diff |
annotate
|
Wed, 15 Apr 2015 21:29:55 +0200 |
Philipp Wiesemann |
Fixed typo in internal joystick documentation comments.
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 13:52:01 -0400 |
Ryan C. Gordon |
Cleanups in the joystick code.
|
file |
diff |
annotate
|
Wed, 11 Mar 2015 21:14:21 +0100 |
Philipp Wiesemann |
Updated internal documentation comments.
|
file |
diff |
annotate
|
Sat, 14 Jun 2014 23:31:23 -0400 |
Ryan C. Gordon |
Removed SDL_SYS_JoystickNeedsPolling().
|
file |
diff |
annotate
|
Sun, 09 Mar 2014 11:36:47 -0700 |
Sam Lantinga |
Integrated David Ludwig's support for Windows RT
|
file |
diff |
annotate
|
Thu, 28 Nov 2013 22:09:21 -0500 |
David Ludwig |
WinRT: merged with latest SDL 2.x/HG code
|
file |
diff |
annotate
|
Mon, 12 Aug 2013 22:29:55 -0400 |
David Ludwig |
WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)
|
file |
diff |
annotate
|
Sun, 14 Apr 2013 11:42:55 -0400 |
David Ludwig |
WinRT: merged with latest, official, SDL 2.x sources (at rev. bea100d73d13)
|
file |
diff |
annotate
|
Sat, 01 Mar 2014 12:21:15 -0800 |
Sam Lantinga |
Changed SDL_HINT_ACCEL_AS_JOY to SDL_HINT_ACCELEROMETER_AS_JOYSTICK to be more clear.
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
file |
diff |
annotate
|
Tue, 28 Jan 2014 15:28:20 -0800 |
dbrady |
fixed hat code validation.
|
file |
diff |
annotate
|
Mon, 27 Jan 2014 17:59:19 -0300 |
Gabriel Jacobo |
[Android] Fixes Bug 2370, don't send accelerometer changes when
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 08:44:25 -0300 |
Gabriel Jacobo |
Bug 2358 - [Android] Joystick Button Mappings are strange (fix by David Brady)
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 18:20:12 -0300 |
Gabriel Jacobo |
Fixes 2356, [Android] SDL_JoystickGetAttached does not function
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 23:56:17 -0500 |
Ryan C. Gordon |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file |
diff |
annotate
|
Tue, 24 Dec 2013 20:00:58 +0100 |
Philipp Wiesemann |
Fixed unused local variable warning in joystick source for Android.
|
file |
diff |
annotate
|
Tue, 24 Dec 2013 19:59:35 +0100 |
Philipp Wiesemann |
Fixed implicit declaration of SDL_Log() warning in joystick source for Android.
|
file |
diff |
annotate
|
Thu, 12 Dec 2013 14:55:33 -0300 |
Gabriel Jacobo |
[Android] Poll joysticks every three seconds
|
file |
diff |
annotate
|
Tue, 10 Dec 2013 16:24:11 -0300 |
Gabriel Jacobo |
[Android] Hotplugging support for joysticks
|
file |
diff |
annotate
|
Sat, 23 Nov 2013 18:29:36 +0100 |
Philipp Wiesemann |
Removed include of no more needed header.
|
file |
diff |
annotate
|
Sat, 23 Nov 2013 09:47:25 -0300 |
Gabriel Jacobo |
[Android] Fixes #2264, handle joystick open/closed state properly
|
file |
diff |
annotate
|
Tue, 19 Nov 2013 10:00:05 -0300 |
Gabriel Jacobo |
[Android] Try to improve handling of DPAD|GAMEPAD + KEYBOARD devices
|
file |
diff |
annotate
|
Mon, 18 Nov 2013 23:38:59 +0100 |
Philipp Wiesemann |
Fixed implicit function declaration warning in joystick source for Android.
|
file |
diff |
annotate
|
Mon, 11 Nov 2013 10:15:35 -0300 |
Gabriel Jacobo |
[Android] Fixes bug 2217, better joystick axes handling on Android.
|
file |
diff |
annotate
|
Sun, 10 Nov 2013 20:13:27 -0300 |
Gabriel Jacobo |
Fixes bugs #2213 and #2214, improves the Android joystick code button handling
|
file |
diff |
annotate
|
Sun, 10 Nov 2013 14:47:05 +0100 |
Philipp Wiesemann |
Changed function to return -1 through SDL_Error() instead of plain -1.
|
file |
diff |
annotate
|
Sun, 10 Nov 2013 14:44:50 +0100 |
Philipp Wiesemann |
Changed function to be static.
|
file |
diff |
annotate
|
Sun, 10 Nov 2013 14:42:41 +0100 |
Philipp Wiesemann |
Removed unused local variable to fix warning.
|
file |
diff |
annotate
|
Tue, 05 Nov 2013 20:07:39 -0300 |
Gabriel Jacobo |
Adds Joystick support for Android
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
file |
diff |
annotate
|
Mon, 01 Apr 2013 13:21:23 -0300 |
Gabriel Jacobo |
Backed out changeset: a500a9dbfb41
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 12:16:28 -0800 |
Sam Lantinga |
Fixed joystick GUID renaming for other platforms
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 00:58:12 -0800 |
Sam Lantinga |
Organized joystick hotplug code a bit.
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 22:09:34 -0800 |
Sam Lantinga |
Return an error if the joystick index isn't 0 on Android
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 22:02:01 -0800 |
Sam Lantinga |
Fixed building joystick code on Android
|
file |
diff |
annotate
|
Fri, 13 Jan 2012 20:57:35 -0500 |
Sam Lantinga |
Fixed bug 1368 - Enabling joystick subsystem cause an infinite loop
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 21:20:30 -0800 |
Sam Lantinga |
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
|
file |
diff |
annotate
|
Thu, 13 Jan 2011 18:03:56 -0800 |
Sam Lantinga |
Cleaned up internal accelerometer interface
|
file |
diff |
annotate
|
Tue, 27 Jul 2010 21:20:17 +0200 |
Paul Hunkin |
Added accelerometer 'joystick'
|
file |
diff |
annotate
|