Ryan C. Gordon <icculus@icculus.org> [Wed, 08 Apr 2015 01:37:17 -0400] rev 9471
Log Android hardware at startup (thanks, rettichschnidi!).
Fixes Bugzilla #2653.
Ryan C. Gordon <icculus@icculus.org> [Tue, 07 Apr 2015 23:40:01 -0400] rev 9470
Do the "fix" for asserts with MSVC's /W4 warnings only on MSVC.
Naturally, this way generates a warning on GCC and Clang instead. :)
Ryan C. Gordon <icculus@icculus.org> [Tue, 07 Apr 2015 22:49:56 -0400] rev 9469
Wayland: changed a few "SetError(); return -1;" to "return SetError()".
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sat, 28 Mar 2015 19:43:46 +0100] rev 9468
Wayland: Specify the output we want to put our window on.
Fixes Bugzilla #2803.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Wed, 18 Mar 2015 01:14:45 +0100] rev 9467
Wayland: Properly discover displays and their modes.
Fixes Bugzilla #2913.
Ryan C. Gordon <icculus@icculus.org> [Tue, 07 Apr 2015 21:52:22 -0400] rev 9466
CMake: Dependency variable for FUSIONSOUND_SHARED was wrong (thanks, Kaleb!).
Fixes Bugzilla #2055.
Ryan C. Gordon <icculus@icculus.org> [Tue, 07 Apr 2015 20:01:43 -0400] rev 9465
CMake: fix CHECK_OBJC_SOURCE_COMPILES to work with GCC (thanks, Ivan!).
Apparently -ObjC works with Clang, but -x objective-c works with both.
Fixes Bugzilla #2392.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 07 Apr 2015 23:00:56 +0200] rev 9464
Fixed typo in gesture README.
Ryan C. Gordon <icculus@icculus.org> [Tue, 07 Apr 2015 00:39:16 -0400] rev 9463
Another attempt to make MSVC's /W4 warning level cooperate with SDL_assert.
Fixes Bugzilla #2733.
Alex Baines <alex@abaines.me.uk> [Fri, 20 Mar 2015 19:47:03 +0000] rev 9462
Fix DBus error message if IBus couldn't be initialized.