SDL/src
Sam Lantinga 15f5e2f1ab Added a hint to disable windows message processing in SDL_PumpEvents()
SDL_SetHint( SDL_HINT_WINDOWS_ENABLE_MESSAGELOOP, "0" );
2014-06-04 10:52:34 -07: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 Generated dynapi stuff for the new WinRT entry points. 2014-05-24 01:23:57 -04:00
events Fixed SDL error when filtering events after shutdown. 2014-05-31 11:33:25 -07: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 SDL_opengl: Fix Mac build with new glext.h 2014-06-04 09:59:10 -07:00
stdlib Align pointer in SDL_memset before doing Uint32 loop 2014-05-10 21:48:46 -03:00
test Fail if we couldn't create the specified renderer 2014-04-05 16:25:30 -07: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 Added a hint to disable windows message processing in SDL_PumpEvents() 2014-06-04 10:52:34 -07: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 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
SDL.c Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch 2014-03-01 09:50:52 -08:00