Age | Commit message (Expand) | Author | Files | Lines |
2018-08-23 | Added display event files to the Visual Studio projects | Sam Lantinga | 6 | -0/+24 |
2018-08-21 | Fixed UWP build | Sam Lantinga | 2 | -0/+24 |
2018-08-21 | Added the dummy sensor driver to the Visual Studio projects | Sam Lantinga | 4 | -2/+54 |
2018-02-09 | Windows Phone 8.0 is no longer supported | Sam Lantinga | 6 | -2530/+0 |
2017-12-31 | winrt: Add mmdevapi.lib dependency to WinRT8.1 builds, for WASAPI support. | Ryan C. Gordon | 2 | -10/+10 |
2017-12-06 | audio: Port WASAPI to WinRT, remove XAudio2 backend. | Ryan C. Gordon | 10 | -54/+50 |
2017-11-12 | Updated SDL's YUV support, many thanks to Adrien Descamps | Sam Lantinga | 10 | -46/+134 |
2017-10-21 | Added Visual Studio solution files for WinRT projects | Sam Lantinga | 4 | -0/+122 |
2017-08-30 | Moved haptic source files into the proper folder | Sam Lantinga | 1 | -6/+18 |
2017-02-25 | WinRT: removed Windows 8.0 from build-bot + NuGet package creation scripts | David Ludwig | 1 | -1/+0 |
2016-12-10 | WinRT: build fixes | David Ludwig | 10 | -0/+40 |
2016-08-28 | Merge audio capture work back into the mainline. | Ryan C. Gordon | 10 | -0/+71 |
2016-08-20 | WinRT: fixed bug where Win10 GameBar, when shown + hidden, might not restore ... | David Ludwig | 10 | -0/+71 |
2016-08-05 | audio: Removed internal SDL_audiomem.h and macros. | Ryan C. Gordon | 10 | -20/+0 |
2015-12-02 | WinRT: minor tweak to NuGet package naming | David Ludwig | 2 | -2/+2 |
2015-12-01 | WinRT: added NuGet-package creation support to WinRT build script | David Ludwig | 4 | -0/+94 |
2015-11-29 | WinRT: added Win10/UWP (Universal Windows Platform) support | David Ludwig | 2 | -0/+1274 |
2015-11-26 | WinRT: bug-fix - SDL_SetThreadPriority() didn't work on WinRT 8.x platforms | David Ludwig | 4 | -52/+48 |
2014-11-02 | WinRT: enabled OpenGL ES 2 support on Windows Phone | David Ludwig | 2 | -0/+37 |
2014-07-04 | Made the latest XInput + Haptic changes compile and run on WinRT | David Ludwig | 4 | -4/+16 |
2014-07-03 | Split the XInput and DirectInput code so Windows RT can use the existing XInp... | Sam Lantinga | 4 | -8/+108 |
2014-05-06 | WinRT: made Win[Phone] 8.1 projects be structured like their 8.0 counterparts | David Ludwig | 10 | -1341/+2355 |
2014-04-30 | WinRT: preliminary support for building against the Windows Phone 8.1 SDK | David Ludwig | 4 | -0/+162 |
2014-04-29 | WinRT: added project files for Windows 8.1 + MSVC 2013 | David Ludwig | 4 | -0/+1179 |
2014-04-19 | Cleaned up and rearranged WinRT project file structure. | David Ludwig | 7 | -4/+1095 |
2014-03-30 | WinRT: "SDL" to "SDL2", both for .dll output files, and for MSVC project names. | David Ludwig | 1 | -7/+7 |
2014-03-23 | WinRT: Implemented SDL_ShowMessageBox for Windows 8.x/RT hosts | David Ludwig | 2 | -0/+15 |
2014-03-22 | WinRT: Got OpenGL ES 2 working with the latest version of ANGLE/WinRT. | David Ludwig | 2 | -4/+4 |
2014-03-15 | Fixed broken rotation detection routines on WinRT | David Ludwig | 1 | -1/+8 |
2014-03-12 | Merged various WinRT build fixes | David Ludwig | 2 | -17/+10 |
2014-03-12 | Fixed various build and runtime errors when using WinRT with VS2012. | David Ludwig | 2 | -6/+38 |
2014-03-12 | Fixed compiling Windows RT code on Visual Studio 2013 | Sam Lantinga | 2 | -15/+8 |
2014-03-11 | Fixed compiler errors in the D3D11 renderer when building for WinRT | David Ludwig | 2 | -0/+15 |
2014-03-10 | build fixes for most WinRT-related files | David Ludwig | 2 | -11/+8 |
2013-12-25 | WinRT: compiled the d3d11 renderer's shaders into SDL itself | David Ludwig | 2 | -56/+0 |
2013-12-25 | WinRT: moved contents of the d3d11 renderer's header file into its implementa... | David Ludwig | 2 | -4/+0 |
2013-12-21 | WinRT: enabled OpenGL ES 2 support by default | David Ludwig | 1 | -6/+6 |
2013-11-29 | WinRT: enable the OpenGL ES 2 SDL_Renderer backend, if and when OpenGL ES 2 s... | David Ludwig | 2 | -0/+16 |
2013-11-28 | WinRT: got the SDL-official OpenGL ES 2 changes working, in an experimental s... | David Ludwig | 2 | -4/+4 |
2013-11-04 | WinRT: added experimental OpenGL ES 2.0 support | David Ludwig | 2 | -6/+37 |
2013-10-28 | WinRT: implemented SDL_GetBasePath and SDL_GetPrefPath | David Ludwig | 2 | -11/+15 |
2013-09-22 | WinRT: unified the two, public, app-init functions | David Ludwig | 2 | -0/+15 |
2013-09-16 | WinRT: renamed SDL_winrt_main.cpp to indicate that it should only be used in ... | David Ludwig | 2 | -2/+15 |
2013-09-14 | WinRT: build fix for the SDL-WinRT-only .sln | David Ludwig | 1 | -2/+2 |
2013-09-14 | WinRT: project-naming cleanup. Projects that link to SDL will need updating. ... | David Ludwig | 5 | -2/+2 |
2013-09-06 | WinRT: code cleanup: attempted to make it more clear what code is specific to... | David Ludwig | 2 | -15/+15 |
2013-09-06 | WinRT: made SDL_xaudio2.c compile as C code when building for WinRT | David Ludwig | 1 | -8/+1 |
2013-09-04 | WinRT: more renaming of "windowsrt" to "winrt" | David Ludwig | 2 | -4/+4 |
2013-09-02 | WinRT: renamed a mouse-related header file for naming-consistency's sake | David Ludwig | 2 | -4/+4 |
2013-09-02 | WinRT: misc code cleanups regarding touch and mouse events, and also SDL-inte... | David Ludwig | 2 | -0/+15 |