Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 20 May 2016 22:15:58 +0200] rev 10174
Windows: Fixed missing error message if SDL_GetDisplayDPI() failed.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 20 May 2016 22:15:28 +0200] rev 10173
X11: Fixed typos in error messages and source comments.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Fri, 20 May 2016 22:14:40 +0200] rev 10172
X11: Fixed missing error message if SDL_GetDisplayDPI() failed.
David Ludwig <dludwig@pobox.com> [Sat, 14 May 2016 23:29:49 -0400] rev 10171
WinRT: workaround a possible Windows bug, whereby hiding cursors, disables mouse-moved events
This workaround, unfortunately, requires that apps directly link to a set of
Win32-style cursor resource files (that contain a transparent cursor image).
Copies of suitable resource files are in src/core/winrt/, and should be
included directly in an app's MSVC project.
A rough explanation of this workaround/hack, and why it's needed (and
seemingly can't be done through programmatic means), is in this change's code.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 11 May 2016 21:11:12 +0200] rev 10170
X11: Fixed SDL_GL_GetSwapInterval() returning -1 if interval is unknown.
It should return 0 as a safe default if the interval can not be determined.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 11 May 2016 21:10:41 +0200] rev 10169
EGL: Fixed SDL_GL_GetSwapInterval() returning -1 on error.
It should return 0 as a safe default on errors. -1 is returned for late swaps.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Wed, 11 May 2016 21:09:45 +0200] rev 10168
Updated documentation of SDL_CreateWindow() and SDL_CreateWindowFrom().
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 10 May 2016 21:15:11 +0200] rev 10167
iOS: Added brackets to function names in README so that doxygen links them.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 10 May 2016 21:14:36 +0200] rev 10166
Fixed missing error message if SDL_GetDisplayDPI() is unsupported.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 10 May 2016 21:13:58 +0200] rev 10165
Fixed crash in shape test program if memory allocation failed.