SDL-mirror/src
Philipp Wiesemann a81f803217 Replaced include of SDL_types.h with SDL_stdinc.h in internal header file.
SDL_types.h is deprecated and currently only includes SDL_stdinc.h itself.
2015-01-08 21:45:46 +01:00
..
atomic Fixed bug 2618 - incomplete pthread-based lock support should be removed 2014-07-07 21:27:42 -07:00
audio Fixed compile warnings about unused variables. 2014-12-25 22:03:07 +01:00
core Replaced include of SDL_types.h with SDL_stdinc.h in internal header file. 2015-01-08 21:45:46 +01:00
cpuinfo Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
dynapi Dynamic API: don't leak if a library loaded but didn't have the entry point. 2015-01-05 01:07:36 -05:00
events add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event 2014-12-03 11:00:56 -05:00
file Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool 2014-08-17 15:07:00 -07:00
filesystem Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
haptic Removed extern declaration of not existing SDL_numhaptics from internal header. 2014-12-11 23:38:02 +01:00
joystick Removed unused enumeration and constant from internal header file. 2014-12-31 21:00:32 +01: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 add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event 2014-12-03 11:00:56 -05:00
power Initial merge of Emscripten port! 2014-12-18 00:19:52 -05:00
render GLES2: Only use VBOs for Emscripten (for now). 2014-12-26 22:30:19 -05:00
stdlib Clang static analysis builds should use C runtime directly. 2015-01-05 01:41:42 -05:00
test Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
thread Fixed bug 2411 - Even if built with --enable-clock_gettime, SDL2 still calls gettimeofday() 2014-11-28 04:37:50 -08:00
timer WinRT: build fix for Visual C++ 2013 Update 4 2014-11-15 10:12:36 -05:00
video Cleaned up some compiler warnings. 2014-12-26 23:16:54 -05:00
SDL.c WinRT: made SDL_GetPlatform() return "WinRT" and not 'Unknown' 2014-11-15 10:19:39 -05:00
SDL_assert.c Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
SDL_assert_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_error.c Added annotations to help code analysis tools 2014-06-04 10:56:56 -07:00
SDL_error_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08: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