Sam Lantinga [Mon, 03 Oct 2016 03:42:10 -0700] rev 10458
Fixed setting the version info in the shared library when using CMake
Ray Molenkamp
When building sdl as shared lib, the version info is lacking in the final binary.
CMake gathers the right resource files into ${VERSION_SOURCES} but then doesn't do anything with them.
Philipp Wiesemann [Sun, 02 Oct 2016 22:32:50 +0200] rev 10457
Android: Fixed compile error.
Philipp Wiesemann [Sun, 02 Oct 2016 22:32:35 +0200] rev 10456
Fixed wrong pixel format if reading pixels from OpenGL renderer.
Philipp Wiesemann [Sun, 02 Oct 2016 22:32:18 +0200] rev 10455
Added brackets to function names in header comments so that doxygen links them.
David Ludwig [Sat, 01 Oct 2016 18:49:15 -0400] rev 10454
Fixed MinGW-w64 build warnings in SDL_render_d3d11.c
Some of these were legitimate bugs, including:
- a malformed SDL_snprintf call
- a probably-invalid enum comparison
Sam Lantinga [Sat, 01 Oct 2016 15:23:43 -0700] rev 10453
Added SDL prefix to local IID constants
David Ludwig [Sat, 01 Oct 2016 18:10:50 -0400] rev 10452
WinRT: build fix in joystick code
David Ludwig [Sat, 01 Oct 2016 18:10:15 -0400] rev 10451
Fixed bug 3437 - build error for WinRT/UWP .dlls, caused by fix for SDL bug 3336
This fix has been tested with both MinGW-w64, and Visual C++ 2012-2015.
Alex Szpakowski [Sat, 01 Oct 2016 19:16:46 -0300] rev 10450
Fix tabs -> spaces
Alex Szpakowski [Sat, 01 Oct 2016 19:12:58 -0300] rev 10449
Fix bug 3436 - SDL_RaiseWindow not working on windows