SDL/src
2012-12-22 20:43:51 -08:00
..
atomic Removed executable bit from source files 2012-09-27 14:35:28 -07:00
audio Fixed permissions for code generation scripts 2012-12-11 12:01:04 -08:00
core Synchronized the on-screen keyboard state with whether we are accepting text input. 2012-11-04 21:53:28 -08:00
cpuinfo Removed executable bit from source files 2012-09-27 14:35:28 -07:00
events Improvements from Alfred: 2012-12-15 00:30:17 +00:00
file Added SDL_ReadU8() and SDL_WriteU8() for consistency with the rest of the API. 2012-11-04 23:44:13 -08:00
haptic Move all DirectInput code from DI2 to DI8. 2012-11-29 15:24:56 -05:00
joystick Load the runtime udev library, not the development one. 2012-12-14 18:50:07 +00:00
libm Happy New Year! 2011-12-31 09:28:07 -05:00
loadso Removed executable bit from source files 2012-09-27 14:35:28 -07:00
main Update VS2012 solution - add missing files; fix some static analysis warnings 2012-12-01 23:30:53 -08:00
power Removed executable bit from source files 2012-09-27 14:35:28 -07:00
render The logical size set for a render target is temporary and shouldn't conflict with the logical size set for a window. 2012-10-12 02:56:41 -07:00
stdlib Fixed bug in SDL_strcasecmp() with strings of different sizes 2012-12-22 16:52:33 -08:00
test Fix compiler warning; minor harness driver cleanup; fix test build for SDL versions compiled with --disable-joystick or --disable-haptic 2012-12-22 20:43:51 -08:00
thread Whoops, let's not redefine the actual symbol. 2012-11-03 12:11:49 -04:00
timer Removed executable bit from source files 2012-09-27 14:35:28 -07:00
video X11 messageboxes should treat "\r\n" as "\n" by ignoring the '\r' char. 2012-12-16 14:39:49 -05:00
SDL_assert_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_assert.c SDL_assertion messages use "\n" instead of "\r\n" on non-Windows platforms. 2012-12-16 14:46:16 -05:00
SDL_error_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_error.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_fatal.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_fatal.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_hints_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_hints.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_log.c Add log, assert and harness (partial) to test lib 2012-11-30 23:25:34 -08:00
SDL.c Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds 2012-11-26 16:37:54 -08:00