summaryrefslogtreecommitdiff
path: root/src/haptic/darwin/SDL_syshaptic.c
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fixed empty parameter list in signatures of internal functions.Philipp Wiesemann2016-11-161-1/+1
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* Fixed bug 2953 - Crash due to a bad cleanup in the SDL_SYS_HapticQuit functionSam Lantinga2015-06-141-1/+5
* Whoops, fix the static analysis fix.Ryan C. Gordon2015-05-261-1/+1
* Darwin haptic: Fixed a static analysis warning if axes==0.Ryan C. Gordon2015-05-261-30/+33
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* Mac: Fixed typo in two error messages.Philipp Wiesemann2015-04-111-2/+2
* Replaced free() with SDL_free() because related allocation also uses wrapper.Philipp Wiesemann2014-12-041-1/+1
* Haptic: Deal with negative periodic magnitudes (thanks, Elias!).Ryan C. Gordon2014-09-171-2/+4
* Haptic: Fix the saturation and deadband parameters' available range.Ryan C. Gordon2014-08-161-3/+3
* Fixed bug 2631 - Mac: minor code cleanupSam Lantinga2014-07-071-42/+41
* Fixed compiler warning - HRESULT is set to FFERR_* values, but is an intSam Lantinga2014-06-251-4/+4
* Removed empty statements.Philipp Wiesemann2014-04-051-1/+1
* Mac: Fix error message for haptic subsystem.J?rgen P. Tjern?2014-02-251-1/+1
* Zero out haptic linked list items on creationGabriel Jacobo2014-02-241-2/+1
* ignore hot plugs in mac haptic layer IF hap tics hasn't been initialized.Edward Rudd2014-02-071-2/+15
* Fix device counting in HapticMouse and JoystickOpen routines. 0 is the first ...Edward Rudd2014-02-061-3/+3
* fix indentation and spacesEdward Rudd2014-02-061-10/+10
* Fixed memory leak.Ryan C. Gordon2014-02-051-0/+1
* Make SDL_SYS_HapticMouse() count device indexes like HapticByDevIndex().Ryan C. Gordon2014-02-051-4/+4
* Cleanup some vi footer comments, rename new PRIVATE_* funcs to MacHaptic_*.Ryan C. Gordon2014-02-051-3/+3
* Implement new backend methods for haptic and hot plugging on OS XEdward Rudd2014-02-041-76/+172
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Christoph Mallon: Remove pointless if (x) before SDL_free(x)Sam Lantinga2013-08-291-16/+8
* Fixed comment typo.Ryan C. Gordon2013-08-281-1/+1
* OCD fixes: Adds a space after /* (glory to regular expressions!)Gabriel Jacobo2013-08-211-4/+4
* OCD fixes: Adds a space before */Gabriel Jacobo2013-08-211-3/+3
* Replaced SDL_HAPTIC_SQUARE with SDL_HAPTIC_LEFTRIGHT.Ryan C. Gordon2013-08-101-4/+7
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-3/+3
* Corrected spelling in C source files.Philipp Wiesemann2013-05-011-4/+4
* Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon2013-03-311-56/+30
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* tree 5b46fd5b8c94Sam Lantinga2013-02-111-1/+0
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Check return value, not unsigned "supported" flagsSam Lantinga2011-12-311-1/+1
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* Fixed compiler warning on 64-bit builds.Ryan C. Gordon2011-08-221-1/+1
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Untested fix for bug 946 (SDL_HapticIndex returns 0 for all devices)Sam Lantinga2011-02-201-0/+12
* Fixed compilation on Mac OS X 10.3.9Sam Lantinga2009-01-191-0/+3
* Reverted Bob's indent checkinSam Lantinga2009-01-101-4/+4
* I ran a global "make indent" it modified the following files.Bob Pendleton2009-01-091-4/+4
* Missing an include.Edgar Simo2008-08-261-0/+1
* Final merge of Google Summer of Code 2008 work...Sam Lantinga2008-08-251-0/+1317