| .. |
|
atomic
|
Put the real SDL_AtomicCAS() and SDL_AtomicCASPtr() symbols into the library.
|
2013-03-07 20:42:55 -08:00 |
|
audio
|
Removed unused variables from C source files.
|
2013-04-29 23:54:22 +02:00 |
|
core
|
Changed signatures of methods in Java file to return boolean, adapted C++ file.
|
2013-05-05 15:54:56 +02:00 |
|
cpuinfo
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
events
|
Fixed bug 1845 - SDL_GetNumTouchDevices() has incorrect prototype
|
2013-05-12 13:42:20 +02:00 |
|
file
|
Fixed bug 1802 - NULL pointer dereference in SDL_AllocRW() if out of memory.
|
2013-04-17 01:32:06 -07:00 |
|
haptic
|
Corrected spelling in C source files.
|
2013-05-01 11:42:29 +02:00 |
|
joystick
|
Martin Gerhardy added support for the Jess Technology USB Game Controller
|
2013-05-16 00:48:20 -07:00 |
|
libm
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
loadso
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
main
|
Updated version to 2.0.0
|
2013-05-09 16:30:44 -07:00 |
|
power
|
Added missing vi lines.
|
2013-05-10 21:14:13 +02:00 |
|
render
|
Fixed bug 1838 - [Patch] Direct3D resource leak on SDL_DestroyRenderer()
|
2013-05-16 00:56:19 -07:00 |
|
stdlib
|
Fixed bug 1846 - _allmul implementation in SDL_stdlib.c doesn't clean up the stack
|
2013-05-16 00:43:22 -07:00 |
|
test
|
Fix fuzzer/fuzzer tests on 64bit Linux; remove invalid negative SDL_Scancode test; disable failing surface/render test cases
|
2013-05-12 15:00:00 -07:00 |
|
thread
|
Make SDL_SetError and friends unconditionally return -1.
|
2013-03-31 12:48:50 -04:00 |
|
timer
|
move Ticks initialization tracking to separate function and ensure it's called with SDL_VideoInit is called to init SDL instead of SDL_Init
|
2013-05-02 21:40:59 -04:00 |
|
video
|
Corrected internal function prototype.
|
2013-05-15 22:25:00 +02: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
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
SDL_error.c
|
Make SDL_SetError and friends unconditionally return -1.
|
2013-03-31 12:48:50 -04:00 |
|
SDL_fatal.c
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
SDL_fatal.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
SDL_hints_c.h
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
SDL_hints.c
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
SDL_log.c
|
Add PSP support
|
2013-03-17 20:07:02 +08:00 |
|
SDL.c
|
move Ticks initialization tracking to separate function and ensure it's called with SDL_VideoInit is called to init SDL instead of SDL_Init
|
2013-05-02 21:40:59 -04:00 |