SDL-mirror/src
2014-05-27 15:47:25 -04:00
..
atomic Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
audio __ANDROID__ is the correct macro to check for an android system.ANDROID is only defined in NDK build system (.mk) and not in the standalone NDK. 2014-05-05 22:21:26 +03:00
core Changed C++ style comments to fix pedantic warnings. 2014-05-17 22:02:25 +02:00
cpuinfo Static analysis fix: Value stored to '[bcd]' is never read. 2014-03-19 16:55:38 -04:00
dynapi First shot at SDL_SetWindowDragAreas(). 2014-05-27 01:27:42 -04:00
events Implemented SDL_CaptureMouse(). 2014-05-24 01:30:37 -04:00
file __ANDROID__ is the correct macro to check for an android system.ANDROID is only defined in NDK build system (.mk) and not in the standalone NDK. 2014-05-05 22:21:26 +03:00
filesystem Added missing copyright notices 2014-03-13 21:21:26 -07:00
haptic Removed empty statements. 2014-04-05 23:50:09 +02:00
joystick Added a binding for the NVIDIA Shield controller 2014-05-13 12:10:37 -07:00
libm Tossed in some SDL_asserts to make static analyzer happier. 2014-03-23 18:56:47 -04:00
loadso Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
main Fixed unused local variable warning. 2014-04-05 23:24:33 +02:00
power Added a missing file related to WinRT power management/reporting. 2014-03-14 01:36:05 -04:00
render Changed C++ style comments. 2014-05-18 21:11:30 +02:00
stdlib Align pointer in SDL_memset before doing Uint32 loop 2014-05-10 21:48:46 -03:00
test Implemented SDL_CaptureMouse(). 2014-05-24 01:30:37 -04:00
thread Fixed the copyright date on files contributed by David Ludwig 2014-03-13 00:40:08 -07:00
timer Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00
video Don't hardcode an 8 here. 2014-05-27 15:47:25 -04:00
SDL.c Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch 2014-03-01 09:50:52 -08: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 Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_error_c.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_hints.c Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_internal.h Fixed bug 2374 - Update copyright for 2014... 2014-02-02 00:53:27 -08:00
SDL_log.c Integrated David Ludwig's support for Windows RT 2014-03-09 11:36:47 -07:00