| .. |
|
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
|
Removed unused variables from C source files.
|
2013-04-29 23:54:22 +02:00 |
|
cpuinfo
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
events
|
Mac: Fix relative mode message after gaining focus.
|
2013-04-25 18:40:29 -07: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
|
Corrected spelling in C source files.
|
2013-05-01 11:59:54 +02: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
|
Make SDL_SetError and friends unconditionally return -1.
|
2013-03-31 12:48:50 -04:00 |
|
power
|
Removed Nintendo DS support since nobody has volunteered to maintain it for over a year.
|
2013-03-17 09:44:58 -07:00 |
|
render
|
Fixed SDL_RenderSetClipRect() returning undefined instead of -1 on error.
|
2013-05-04 22:44:03 +02:00 |
|
stdlib
|
Fixed another infinite recursion accident in stdlib.
|
2013-04-05 16:34:59 -04:00 |
|
test
|
First pass on SDL render clip rect functionality
|
2013-05-04 04:46: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
|
Added additional input validation to SDL_AllocPalette; added error codes; added test case to Pixels suite for coverage
|
2013-05-04 09:11:18 -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
|
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 |