.. |
atomic
|
Added PowerPC and ARM versions of the memory barrier functions.
|
2013-07-10 20:17:20 -07:00 |
audio
|
Removed unneeded Android audio code
|
2013-08-08 21:16:29 -07:00 |
core
|
Start Android Audio Thread after audio buffer and AudioTrack are ready.
|
2013-08-08 21:25:09 -03:00 |
cpuinfo
|
|
|
events
|
SDL_RegisterEvents() now rejects requests for numevents <= 0.
|
2013-08-08 15:04:30 -07:00 |
file
|
Fixed implicit function declaration for SDL_AndroidGetInternalStoragePath().
|
2013-06-02 14:13:21 +02:00 |
haptic
|
Haptic: Let XInput update effects while they're still running.
|
2013-08-10 13:46:19 -04:00 |
joystick
|
Fixed whitespace
|
2013-08-10 10:57:54 -07:00 |
libm
|
Fixed compiler warnings on Haiku.
|
2013-07-11 12:44:03 -04:00 |
loadso
|
Explicitly use the RTLD_LOCAL flag since that's the behavior we want.
|
2013-08-07 17:26:28 -07:00 |
main
|
Android: Removed all unnecessary dependencies on C++.
|
2013-07-22 02:51:45 -07:00 |
power
|
|
|
render
|
Check the return value of glGenTextures()
|
2013-08-10 10:49:26 -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
|
Fixed crash if SDL_GetThreadName() is passed a NULL thread.
|
2013-08-08 12:21:26 -07:00 |
timer
|
Fixed bug 1925 - SDL_GetPerformanceFrequency returns incorrect value on iOS
|
2013-08-10 11:19:30 -07:00 |
video
|
Mac: Fix restoring of Cmd-H-hidden fullscreen desktop windows.
|
2013-08-12 11:09:13 -07:00 |
SDL.c
|
Updated the name of the iOS platform
|
2013-08-07 14:00:41 -07:00 |
SDL_assert.c
|
Removed SDL_AssertionsInit(). It's a no-op, let's keep it that way. :)
|
2013-08-07 11:00:44 -07:00 |
SDL_assert_c.h
|
Removed SDL_AssertionsInit(). It's a no-op, let's keep it that way. :)
|
2013-08-07 11:00:44 -07:00 |
SDL_error.c
|
|
|
SDL_error_c.h
|
|
|
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
|
Fix Bug 2021: Win32: Stack overflow due to recursive SDL_LogOutput on SDL_LogError without console; fix off-by-one error in SDLtest test suite
|
2013-08-08 21:29:30 -07:00 |