SDL/src
2012-12-03 22:36:00 -05:00
..
atomic Got a bare-bones version of SDL compiling for Windows RT. Dummy drivers are used in some places. Very little Windows-specific code (from the Win32 version of SDL) is used. 2012-10-17 21:43:20 -04:00
audio WinRT: fixed Win32 compile error in XAudio2 backend 2012-11-25 14:45:22 -05:00
core WinRT: got the XAudio2 backend compiling (but not running, yet) 2012-11-22 22:34:50 -05:00
cpuinfo Removed executable bit from source files 2012-09-27 14:35:28 -07:00
events We can't check for the screen keyboard in the event code because the video system isn't fully initialized yet. 2012-11-09 02:18:27 -08:00
file Merged with latest official SDL sources. 2012-11-12 13:25:44 -05:00
haptic Removed executable bit from source files 2012-09-27 14:35:28 -07:00
joystick Removed executable bit from source files 2012-09-27 14:35:28 -07: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 WinRT: pseudo-implemented SDLmain for WinRT. It has to be compiled directly into apps, for now. 2012-11-22 22:36:34 -05: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 It turns out that UCS2 and UCS4 are defined as big-endian encodings 2012-10-28 13:03:45 -07:00
test Work in progress on an SDL test library 2012-11-26 07:53:56 -08:00
thread WinRT: added a functional threading backend using C++11 apis 2012-11-24 11:17:23 -05:00
timer WinRT: got timers working 2012-11-24 12:07:35 -05:00
video WinRT: added cursor visibility toggling, and system cursor creation 2012-12-03 22:36:00 -05:00
SDL_assert_c.h Removed executable bit from source files 2012-09-27 14:35:28 -07:00
SDL_assert.c WinRT: build fix for SDL_assert.c 2012-11-04 13:26:53 -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 Merge with latest, official SDL code 2012-11-04 09:46:59 -05:00
SDL.c Removed executable bit from source files 2012-09-27 14:35:28 -07:00