summaryrefslogtreecommitdiff
path: root/VisualC
Commit message (Expand)AuthorAgeFilesLines
* Turned on OmitDefaultLibName for SDL, SDLmain and SDLtestSam Lantinga2014-07-2712-168/+216
* Split the XInput and DirectInput code so Windows RT can use the existing XInp...Sam Lantinga2014-07-034-35/+254
* Added names for some theme related windows messagesSam Lantinga2014-06-231-164/+164
* Fixed Visual Studio 2008 projectsSam Lantinga2014-06-1522-2556/+2919
* Visual Studio 2013 Express Edition can load the standard solution, so we don'...Sam Lantinga2014-06-082-475/+0
* Updated projects for Visual Studio 2010, 2012 and 2013Sam Lantinga2014-06-0769-7481/+6612
* Added testrumble to the Visual Studio 2013 solutionSam Lantinga2014-03-296-8/+936
* Add input validation to SDL_getenv/SDL_setenv; update Stdlib testsuite; add H...Andreas Schiffler2014-03-194-0/+7
* Fixed D3D9 initialization on Windows 8, which doesn't have D3DXSam Lantinga2014-03-104-44/+58
* testoverlay2 depends on SDL2, SDL2main, and SDL2testSam Lantinga2014-03-101-0/+5
* Added testoverlay2 to the Visual Studio 2013 solutionSam Lantinga2014-03-102-5/+16
* Converted David Ludwig's D3D11 renderer to C and optimized it.Sam Lantinga2014-03-104-1/+8
* Visual Studio 2013 project updatesSam Lantinga2014-03-092-482/+483
* Fixes #2408, VS2013: several projects of release build are not builtGabriel Jacobo2014-02-201-9/+19
* Fixes #2403, add SDL2 dependency to testgles2 (thanks Hiroyuki Iwatsuki)Gabriel Jacobo2014-02-191-0/+5
* Implemented the Dynamic API magic.Ryan C. Gordon2013-12-094-0/+28
* OpenGL ES support for WindowsGabriel Jacobo2013-11-229-472/+1452
* Fixed bug 2232 - Version Mismatch in VS2013 Solution FileSam Lantinga2013-11-165-11/+6
* Fixed visualtest build on VS2012Apoorv Upreti2013-11-141-0/+5
* Added project files for Visual Studio 2013Sam Lantinga2013-11-1021-0/+5093
* Added Apoorv Upreti's GSoC2013 work: visual test suite.Ryan C. Gordon2013-11-103-0/+571
* Fixed project conflict during commitSam Lantinga2013-10-141-465/+678
* Adding static lib to SDL builds on Windows.Sam Lantinga2013-10-141-255/+417
* Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.Ryan C. Gordon2013-08-203-1/+13
* Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...Andreas Schiffler2013-08-142-9/+17
* SDL_*Parachute() are no-ops, remove them.Ryan C. Gordon2013-08-073-12/+0
* Fix building the tests with Visual Studio 2012 (thanks Isaac!)Sam Lantinga2013-08-073-8/+8
* Finished updating testoverlay2 for the new API and added it to the Visual Stu...Sam Lantinga2013-07-233-469/+485
* Fix bug 1494: add missing test projects to VS2010/VS2010 solutionAndreas Schiffler2013-07-2210-375/+1334
* Implemented an API for thread-local storage: SDL_TLSCreate(), SDL_TLSSet(), S...Sam Lantinga2013-07-103-2/+8
* Backout hg changset 898992405fa7; lots of things still use SDL_types.h. :/Ryan C. Gordon2013-07-093-0/+6
* Removed deprecated SDL_types.h header.Ryan C. Gordon2013-07-083-6/+0
* Added testgamecontroller to the Visual Studio 2012 solution.Sam Lantinga2013-06-282-0/+247
* Add VS Express Edition sln files (drop the unsupported solution folders for t...Andreas Schiffler2013-06-232-0/+387
* Removed obsolete NoStdio configurations.Sam Lantinga2013-06-051-55/+0
* Added testautomation to the Visual Studio 2008 project.Sam Lantinga2013-06-052-0/+294
* Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update ...Andreas Schiffler2013-06-038-158/+1057
* Remove deprecated/deleted VS test projectsAndreas Schiffler2013-06-0320-4373/+0
* Fix bug 1492: Visual Studio builds sdl.lib and sdl.dll for version 2.0 (contr...Andreas Schiffler2013-05-3015-74/+74
* Fixed Windows buildSam Lantinga2013-05-242-14/+16
* Deprecate test/automated and test/test-automation (replaced by test/testautom...Andreas Schiffler2013-05-183-645/+0
* Disable C++ exceptions, use debug format that includes debug information in t...Sam Lantinga2013-05-069-361/+407
* Add pixels test suite; add a test to pixel suite; minor updates to test code ...Andreas Schiffler2013-05-012-2/+4
* Reformat SDL_VS2010.sln so WindowsExplorer VS type detection works againAndreas Schiffler2013-03-131-197/+160
* Fied bug 1719 - Remove unnecessary PrecompiledHeaderOutputFile.Sam Lantinga2013-03-034-7/+1
* Generate debug info for all configurations on all platformsSam Lantinga2013-02-273-1780/+487
* Removed SDL_input.h from various projectsSam Lantinga2013-02-193-11/+1
* New SDL_MSBIndex, updated VS projects, cleanup gamecontroller.J?rgen P. Tjern?2013-02-1332-5549/+6926
* Fix linker error for Win32 tests.J?rgen P. Tjern?2013-02-122-2/+4
* Don't clobber refcounting in SDL_Init.J?rgen P. Tjern?2013-02-123-1/+7