Bastien Nocera [Thu, 01 Sep 2016 01:22:58 -0700] rev 10302
Wayland: Set "class" for each window we create
This will be used by Wayland compositors to match the application ID and
.desktop file to the SDL window(s).
Applications can set the SDL_VIDEO_WAYLAND_WMCLASS environemnt variable
early in the process to override using the binary name as a fallback.
Note that we also support the SDL_VIDEO_X11_WMCLASS in the Wayland
backend so that if a program correctly associated the desktop file with
the window under X11, only a newer SDL would be needed for it to work
under Wayland.
https://bugzilla.libsdl.org/show_bug.cgi?id=3376
Ryan C. Gordon [Wed, 31 Aug 2016 16:10:04 -0400] rev 10301
emscripten: Be more aggressive when closing audio capture devices.
Fixes exceptions being thrown on shutdown.
David Ludwig [Wed, 31 Aug 2016 12:52:55 -0400] rev 10300
WinRT: added an extra NULL pointer check for SDL_*ScreenSaver() backend code
Brandon Schaefer [Tue, 30 Aug 2016 12:58:00 -0700] rev 10299
Mir: Add mouse grab support (requires mir 0.24)
Philipp Wiesemann [Tue, 30 Aug 2016 21:16:04 +0200] rev 10298
Fixed log message in audio capture test program.
Philipp Wiesemann [Tue, 30 Aug 2016 21:15:46 +0200] rev 10297
Android: Removed unused internal function.
Philipp Wiesemann [Tue, 30 Aug 2016 21:15:18 +0200] rev 10296
Android: Fixed misleading warning in log output (thanks, Sylvain!).
Fixes Bugzilla #3418.
Philipp Wiesemann [Tue, 30 Aug 2016 21:14:52 +0200] rev 10295
Android: Fixed missing mouse motion events while button down (thanks, Sylvain!).
Happened for real mouse if SDL_HINT_ANDROID_SEPARATE_MOUSE_AND_TOUCH was active.
Fixes Bugzilla #3313.
Philipp Wiesemann [Tue, 30 Aug 2016 21:14:13 +0200] rev 10294
Fixed compiling if filesystem is disabled (thanks, Elias!).
Fixes Bugzilla #3414.
David Ludwig [Mon, 29 Aug 2016 20:27:21 -0400] rev 10293
WinRT: added SDL_*ScreenSaver() support; fixed crash when restoring app from screensaver