summaryrefslogtreecommitdiff
path: root/VisualC
AgeCommit message (Expand)AuthorFilesLines
2017-02-14wasapi: Initial WASAPI support, for Windows Vista and later.Ryan C. Gordon2-0/+10
2017-01-10Fixed bugs 2570, 3145, improved OpenGL ES context support on Windows and X11Sam Lantinga2-1/+11
2016-12-06Refactored the audio queueing code to a generic SDL_DataQueue interface.Ryan C. Gordon3-0/+11
2016-12-05Fixed SDL always being built because of missing headers in the project.Sam Lantinga3-23/+7
2016-10-14Fixed compiler option warning for 64-bit builds on Visual Studio 2008Sam Lantinga3-6/+0
2016-08-05audio: Removed internal SDL_audiomem.h and macros.Ryan C. Gordon3-6/+0
2015-09-07Fix Bug 3114: SDL's MSVC-2010+ projects can fail to build via a custom VS .slnDavid Ludwig3-12/+12
2015-07-29Turn on debug info generation for release configs.Alfred Reynolds2-669/+669
2015-06-14Only use explicit inlining - otherwise Visual Studio 2010 will inline SDL_zer...Sam Lantinga2-0/+8
2015-06-14Fixed 2010 solution and removed Release_NoSTDIO build configurationSam Lantinga6-456/+5
2015-06-14Updated Visual Studio projectsSam Lantinga96-13627/+6856
2014-07-27Turned on OmitDefaultLibName for SDL, SDLmain and SDLtestSam Lantinga12-168/+216
2014-07-03Split the XInput and DirectInput code so Windows RT can use the existing XInp...Sam Lantinga4-35/+254
2014-06-23Added names for some theme related windows messagesSam Lantinga1-164/+164
2014-06-15Fixed Visual Studio 2008 projectsSam Lantinga22-2556/+2919
2014-06-08Visual Studio 2013 Express Edition can load the standard solution, so we don'...Sam Lantinga2-475/+0
2014-06-07Updated projects for Visual Studio 2010, 2012 and 2013Sam Lantinga69-7481/+6612
2014-03-29Added testrumble to the Visual Studio 2013 solutionSam Lantinga6-8/+936
2014-03-19Add input validation to SDL_getenv/SDL_setenv; update Stdlib testsuite; add H...Andreas Schiffler4-0/+7
2014-03-10Fixed D3D9 initialization on Windows 8, which doesn't have D3DXSam Lantinga4-44/+58
2014-03-10testoverlay2 depends on SDL2, SDL2main, and SDL2testSam Lantinga1-0/+5
2014-03-10Added testoverlay2 to the Visual Studio 2013 solutionSam Lantinga2-5/+16
2014-03-10Converted David Ludwig's D3D11 renderer to C and optimized it.Sam Lantinga4-1/+8
2014-03-09Visual Studio 2013 project updatesSam Lantinga2-482/+483
2014-02-20Fixes #2408, VS2013: several projects of release build are not builtGabriel Jacobo1-9/+19
2014-02-19Fixes #2403, add SDL2 dependency to testgles2 (thanks Hiroyuki Iwatsuki)Gabriel Jacobo1-0/+5
2013-12-09Implemented the Dynamic API magic.Ryan C. Gordon4-0/+28
2013-11-22OpenGL ES support for WindowsGabriel Jacobo9-472/+1452
2013-11-16Fixed bug 2232 - Version Mismatch in VS2013 Solution FileSam Lantinga5-11/+6
2013-11-14Fixed visualtest build on VS2012Apoorv Upreti1-0/+5
2013-11-10Added project files for Visual Studio 2013Sam Lantinga21-0/+5093
2013-11-10Added Apoorv Upreti's GSoC2013 work: visual test suite.Ryan C. Gordon3-0/+571
2013-10-14Fixed project conflict during commitSam Lantinga1-465/+678
2013-10-14Adding static lib to SDL builds on Windows.Sam Lantinga1-255/+417
2013-08-20Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon3-1/+13
2013-08-14Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2-9/+17
2013-08-07SDL_*Parachute() are no-ops, remove them.Ryan C. Gordon3-12/+0
2013-08-07Fix building the tests with Visual Studio 2012 (thanks Isaac!)Sam Lantinga3-8/+8
2013-07-23Finished updating testoverlay2 for the new API and added it to the Visual Stu...Sam Lantinga3-469/+485
2013-07-22Fix bug 1494: add missing test projects to VS2010/VS2010 solutionAndreas Schiffler10-375/+1334
2013-07-10Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...Sam Lantinga3-2/+8
2013-07-09Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/Ryan C. Gordon3-0/+6
2013-07-08Removed deprecated SDL_types.h header.Ryan C. Gordon3-6/+0
2013-06-28Added testgamecontroller to the Visual Studio 2012 solution.Sam Lantinga2-0/+247
2013-06-23Add VS Express Edition sln files (drop the unsupported solution folders for t...Andreas Schiffler2-0/+387
2013-06-05Removed obsolete NoStdio configurations.Sam Lantinga1-55/+0
2013-06-05Added testautomation to the Visual Studio 2008 project.Sam Lantinga2-0/+294
2013-06-03Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update ...Andreas Schiffler8-158/+1057
2013-06-03Remove deprecated/deleted VS test projectsAndreas Schiffler20-4373/+0
2013-05-30Fix bug 1492: Visual Studio builds sdl.lib and sdl.dll for version 2.0 (contr...Andreas Schiffler15-74/+74