Fri, 26 Aug 2016 12:18:08 -0700 |
Sam Lantinga |
Added SDL_PrivateJoystickAdded() and SDL_PrivateJoystickRemoved()
|
file |
diff |
annotate
|
Mon, 08 Aug 2016 12:17:53 -0700 |
Sam Lantinga |
[ OSX ] enables Xbox One S Guide (System Main Menu) button detection. the one possible impact is that since button identifiers on OSX are just their sequence in the HID report descriptor we might change the button order, and any existing/saved mappings may get their order changed.
|
file |
diff |
annotate
|
Sat, 21 May 2016 00:20:52 -0300 |
Alex Szpakowski |
Removed Mac OS 10.5 support (bug #3137). Also fixed a warning about deprecated Carbon code when using SDL_audio (bug #3127, thanks Dominik!)
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Mon, 28 Dec 2015 15:44:09 -0400 |
Alex Szpakowski |
Mac: expose joystick buttons that report themselves as having 'Start' and 'Select' HID usages.
|
file |
diff |
annotate
|
Thu, 12 Nov 2015 22:44:32 -0400 |
Alex Szpakowski |
Mac: Detect the d-pad and pause buttons on Steelseries MFi gamepads (bug #3124.)
|
file |
diff |
annotate
|
Sun, 13 Sep 2015 11:29:45 -0400 |
Ryan C. Gordon |
Mac: Fixed off-by-one bug when plugging in a joystick (thanks, Konstantin!).
|
file |
diff |
annotate
|
Tue, 26 May 2015 12:52:28 -0400 |
Ryan C. Gordon |
Mac: Fix compiler warning when building with a min target >= 10.6.
|
file |
diff |
annotate
|
Tue, 26 May 2015 08:52:02 -0700 |
Sam Lantinga |
Fixed bug 2869 - Controllers connected on launch are reported twice.
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 13:52:01 -0400 |
Ryan C. Gordon |
Cleanups in the joystick code.
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 03:24:57 -0400 |
Ryan C. Gordon |
Mac: patched to compile with haptic subsystem disabled (thanks, Rodrigo!).
|
file |
diff |
annotate
|
Wed, 11 Mar 2015 21:14:21 +0100 |
Philipp Wiesemann |
Updated internal documentation comments.
|
file |
diff |
annotate
|
Mon, 02 Mar 2015 11:43:24 -0800 |
Alfred Reynolds |
SDL
|
file |
diff |
annotate
|
Thu, 19 Feb 2015 23:52:10 -0500 |
Ryan C. Gordon |
Mac OS X: Better way to stop duplicate joystick reports (thanks, Kyungdahm!).
|
file |
diff |
annotate
|
Sun, 31 Aug 2014 11:21:10 -0400 |
Ryan C. Gordon |
Mac: Don't add the same joystick twice if IOKit reports a duplicate device.
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 12:48:25 -0700 |
Sam Lantinga |
Fixed bug 2631 - Mac: minor code cleanup
|
file |
diff |
annotate
|
Tue, 24 Jun 2014 01:32:20 -0700 |
Sam Lantinga |
Fixed compiling SDL 1.2 with Xcode 5.1.1
SDL-1.2
|
file |
diff |
annotate
|
Sat, 14 Jun 2014 23:31:23 -0400 |
Ryan C. Gordon |
Removed SDL_SYS_JoystickNeedsPolling().
|
file |
diff |
annotate
|
Fri, 13 Jun 2014 14:52:26 -0400 |
Ryan C. Gordon |
Mac: Run the CFRunLoop in joystick mode during SDL_SYS_JoystickNeedsPolling().
|
file |
diff |
annotate
|
Fri, 13 Jun 2014 10:50:24 -0700 |
Alfred Reynolds |
- fixed crash if you removed a device twice, the deviceRef is invalid if removed from the removed device callback (added in http://hg.libsdl.org/SDL/rev/153077041e4b ).
|
file |
diff |
annotate
|
Thu, 24 Apr 2014 23:24:48 -0400 |
Ryan C. Gordon |
Mac OS X: Look for joystick hotplug in its own CFRunLoop.
|
file |
diff |
annotate
|
Sun, 23 Feb 2014 01:24:46 -0500 |
Ryan C. Gordon |
Free the correct variable.
|
file |
diff |
annotate
|
Sat, 22 Feb 2014 21:15:34 -0500 |
Ryan C. Gordon |
Mac joystick: ignore duplicate HID elements.
|
file |
diff |
annotate
|
Sat, 22 Feb 2014 00:55:28 -0500 |
Ryan C. Gordon |
Reworked Mac OS X joystick code to use the 10.5+ HID Manager API.
|
file |
diff |
annotate
|
Wed, 05 Feb 2014 01:02:09 -0500 |
Ryan C. Gordon |
Cleanup some vi footer comments, rename new PRIVATE_* funcs to MacHaptic_*.
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 18:17:16 -0500 |
Edward Rudd |
Implement new backend methods for haptic and hot plugging on OS X
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
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
|
Sun, 10 Nov 2013 17:56:07 -0800 |
Sam Lantinga |
Fixed bug 1965 - Mac: dead code for supporting OS 10.4
|
file |
diff |
annotate
|
Sun, 06 Oct 2013 20:39:23 -0700 |
Sam Lantinga |
Only allocate a joystick instance ID once we know it's a joystick.
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 10:27:39 -0300 |
Gabriel Jacobo |
Patched to compile on Darwin
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 09:43:09 -0300 |
Gabriel Jacobo |
OCD fixes: Adds a space before */
|
file |
diff |
annotate
|
Sat, 10 Aug 2013 10:57:54 -0700 |
Sam Lantinga |
Fixed whitespace
|
file |
diff |
annotate
|
Sat, 10 Aug 2013 10:55:12 -0700 |
Sam Lantinga |
Fixed bug 2024 - Update OSX Joystick code to fully support Saitek p2500 gamepad
|
file |
diff |
annotate
|
Sat, 10 Aug 2013 10:54:03 -0700 |
Sam Lantinga |
Fixed bug 2025 - Update 1.2 OSX Joystick code to fully support Saitek p2500 gamepad
SDL-1.2
|
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
|
Wed, 01 May 2013 11:59:54 +0200 |
Philipp Wiesemann |
Corrected spelling in C source files.
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 15:24:35 -0700 |
VALVE\alfred |
- make sure to send a joy removed event even if the joystick wasn't opened under OSX
|
file |
diff |
annotate
|
Sun, 31 Mar 2013 12:48:50 -0400 |
Ryan C. Gordon |
Make SDL_SetError and friends unconditionally return -1.
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 11:38:30 -0700 |
Sam Lantinga |
Added GUIDs for Bluetooth devices, using the same algorithm as the Linux code.
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 11:54:32 -0800 |
Sam Lantinga |
Changes from Alfred:
|
file |
diff |
annotate
|
Sat, 01 Dec 2012 14:48:30 -0800 |
Andreas Schiffler |
Update assert API in test lib; add to and harness; add test lib to VS2010 and VS2012 solution; fix VS2012 solution; fix compiler warning
|
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:27:49 -0800 |
Sam Lantinga |
Completed adding new hotplug stubs for the joystick implementations
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 21:11:28 -0800 |
Sam Lantinga |
Fixed iOS joystick support for new API
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 16:37:54 -0800 |
Sam Lantinga |
Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:16:08 -0500 |
Sam Lantinga |
Happy New Year!
SDL-1.2
|
file |
diff |
annotate
|
Sun, 21 Aug 2011 09:47:43 -0400 |
Ryan C. Gordon |
Remove src/joystick/darwin/10.3.9-FIX dir.
SDL-1.2
|
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
|
Wed, 01 Dec 2010 12:23:16 -0800 |
Sam Lantinga |
Removed support for 10.3.9
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
file |
diff |
annotate
|
Sat, 29 Dec 2007 19:44:02 +0000 |
Sam Lantinga |
Fixed bug #478
SDL-1.2
|
file |
diff |
annotate
|
Fri, 28 Dec 2007 20:39:31 +0000 |
Sam Lantinga |
Fixed fatbuild.sh script for building on Mac OS X 10.5
SDL-1.2
|
file |
diff |
annotate
|
Tue, 29 May 2007 12:01:07 +0000 |
Ryan C. Gordon |
Mac OS X joystick calibration code should start with device-specified bounds.
SDL-1.2
|
file |
diff |
annotate
|
Sun, 18 Mar 2007 22:37:10 +0000 |
Ryan C. Gordon |
Mac OS X joystick support: don't ignore kHIDUsage_GD_MultiAxisController
SDL-1.2
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|