Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 61959aa6 | 2013-11-22 13:24:53 | OpenGL ES support for Windows | ||
| 5a68214b | 2013-11-16 12:11:19 | Fixed bug 2232 - Version Mismatch in VS2013 Solution File Joe LeVeque Line 3 of SDL_VS2013.sln file reads "# Visual Studio 2012" instead of "# Visual Studio 2013" which causes Windows to associate the file with Visual Studio 2012, if installed, instead of Visual Studio 2013. | ||
| 1c138785 | 2013-11-14 22:19:07 | Fixed visualtest build on VS2012 SDL2, SDL2main and SDL2test had to be added as dependencies to the testquit project to get it to build properly. | ||
| b7553ae7 | 2013-11-10 11:51:06 | Added project files for Visual Studio 2013 Added /arch:SSE code generation option to prevent SSE2 floating point functions from being implicitly called (which aren't linked in SDL) | ||
| 52069757 | 2013-11-10 00:32:23 | Added Apoorv Upreti's GSoC2013 work: visual test suite. See visualtest/README.txt for details. | ||
| 64e1b1ca | 2013-10-14 09:14:09 | Fixed project conflict during commit | ||
| e7e86c6d | 2013-10-14 08:56:45 | Adding static lib to SDL builds on Windows. CR: SamL | ||
| 2dd7091e | 2013-08-20 19:57:11 | Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. | ||
| 65728477 | 2013-08-14 23:30:10 | Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency | ||
| dad42067 | 2013-08-12 11:13:50 | Fixes #2022, do not resume on Android when surfaceChanged If the app is in landscape mode and the user presses the power button, a pause is followed immediately by a surfaceChanged event because the lock screen is shown in portrait mode. This triggers a "false" resume. So, we just pause and resume following the onWindowFocusChanged events. Also, wait for SDL_APP_WILLENTERBACKGROUND and SDL_APP_DIDENTERBACKGROUND before blocking the event pump. | ||
| 1ad936eb | 2013-08-11 19:56:43 | Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen. |