SDL/src
Ryan C. Gordon 496c226acf Cleaned up the macro salsa in the Windows timer code.
- Removed USE_GETTICKCOUNT code; it's never used now.
- Reduced the number of preprocessor checks for WinRT.
- Renamed timeSetPeriod() so it doesn't look like a Win32 API call.
2015-04-20 13:43:24 -04:00
..
atomic Fixed bug 2618 - incomplete pthread-based lock support should be removed 2014-07-07 21:27:42 -07:00
audio winmm: Let audio callback buffer size be less than 1/4 second (thanks, Jon!). 2015-03-24 02:13:25 -04:00
core Fixed detecting the NVIDIA controller which shows up as both a mouse and a game controller 2015-04-01 19:18:56 -07:00
cpuinfo Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
dynapi Added framebuffer and colorbuffer members to the uikit portion of the SDL_SysWMinfo struct, removed SDL_iOSGetViewRenderbuffer and SDL_iOSGetViewFramebuffer. 2015-04-09 19:28:00 -03:00
events Make loading/saving dollar gesture templates endian clean (thanks, Martin!). 2015-04-05 18:59:52 -04:00
file Merged default into iOS-improvements 2014-08-20 17:20:22 -03:00
filesystem Emscripten: Fixed memory leak if SDL_GetPrefPath() failed. 2015-04-15 21:25:15 +02:00
haptic Mac: Fixed typo in two error messages. 2015-04-11 20:41:49 +02:00
joystick Linux: Removed not needed platform info from two entries of controller database. 2015-04-16 22:02:03 +02:00
libm Removed SDL_round() because the license wasn't compatible with zlib 2014-08-17 13:11:55 -07:00
loadso Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
main Windows: Added a FIXME. 2015-02-19 21:51:13 -05:00
power Merged default into iOS-improvements 2015-01-15 01:15:24 -04:00
render Windows: Fixed format string for error message. 2015-04-11 20:43:11 +02:00
stdlib Clang static analysis builds should use C runtime directly. 2015-01-05 01:41:42 -05:00
test Fixed a compiler warning. 2015-03-18 00:56:33 -04:00
thread Added missing guards in implementation for PSP. 2015-01-31 22:45:54 +01:00
timer Cleaned up the macro salsa in the Windows timer code. 2015-04-20 13:43:24 -04:00
video Fixed return value of SDL_SaveBMP_RW() depending on set errors after NULL input. 2015-04-16 22:04:35 +02:00
SDL_assert_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_assert.c Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
SDL_error_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_error.c Make SDL error string formatting deal with nasty corner cases. 2015-03-24 03:12:35 -04:00
SDL_hints.c Removed unnecessary NULL check. 2014-10-29 22:41:01 +01:00
SDL_internal.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_log.c Chrome's Native Client backend implementation 2014-06-06 15:45:59 -03:00
SDL.c Emscripten: Fixed SDL_GetPlatform() returning "Unknown" instead of "Emscripten". 2015-02-14 00:08:48 +01:00