SDL/src
Philipp Wiesemann 2f2a724332 Fixed SDL_HapticOpened() returning -1 instead of 0.
According to header file it should only return 0 or 1.
2013-07-27 14:22:52 +02:00
..
atomic Added PowerPC and ARM versions of the memory barrier functions. 2013-07-10 20:17:20 -07:00
audio Fixed crash and garbled output when converting from F32 to S16 audio. 2013-07-25 18:11:09 -07:00
core Removed C++ macro setup in internal header for Android port which is only C now. 2013-07-27 14:06:06 +02:00
cpuinfo Happy New Year! 2013-02-15 08:47:44 -08:00
events = {{0}} generates a memset() in MSVC, which isn't linked. Whoops! 2013-07-23 17:40:18 -07:00
file Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath(). 2013-06-02 14:13:21 +02:00
haptic Fixed SDL_HapticOpened() returning -1 instead of 0. 2013-07-27 14:22:52 +02:00
joystick Corrected internal documentation in source. 2013-07-22 22:54:00 +02:00
libm Fixed compiler warnings on Haiku. 2013-07-11 12:44:03 -04:00
loadso Happy New Year! 2013-02-15 08:47:44 -08:00
main Android: Removed all unnecessary dependencies on C++. 2013-07-22 02:51:45 -07:00
power File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
render A little cleanup on the cleanup, just for consistency. 2013-07-23 19:18:01 -07:00
stdlib Fixed SDL printf output for 0x%.8x 2013-07-23 12:44:14 -07:00
test More compiler warning fixes. 2013-07-20 19:58:17 -04:00
thread Add a timeout to the clipboard code to avoid hangs when using synergy. When a timeout is detected we set the clipboard so that we own it so that future timeouts are avoided. Testing has confirmed that this timeout and setting only occurs when the clipboard contains text from my Windows machine. 2013-07-23 12:59:29 -07:00
timer Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTION 2013-07-13 03:13:41 -07:00
video Fixed variable scoping for Windows build 2013-07-27 03:22:37 -07:00
SDL_assert_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_assert.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_error_c.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_error.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_fatal.c Removing old dangerous signal catching code. 2013-06-28 22:49:03 -07:00
SDL_fatal.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_hints.c Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTION 2013-07-13 03:13:41 -07:00
SDL_log.c No, there's no reason not to use fprintf 2013-07-05 21:37:27 -07:00
SDL.c Make it possible to use SDL events separately from the video subsystem. 2013-07-06 12:28:57 -07:00