Ryan C. Gordon [Sat, 27 May 2017 00:33:26 -0400] rev 11037
code style: wrap a single-statement if in braces.
Ryan C. Gordon [Sat, 27 May 2017 00:30:06 -0400] rev 11036
windows: msgboxes should specify a parent HWND if possible (thanks, Ismael!).
This lets them be properly modal.
Fixes Bugzilla #3650.
Philipp Wiesemann [Fri, 26 May 2017 22:45:52 +0200] rev 11035
Changed messages about not recognized keys to include discourse link.
Philipp Wiesemann [Fri, 26 May 2017 22:45:40 +0200] rev 11034
emscripten: Fixed compiling on C89 compilers.
Philipp Wiesemann [Thu, 25 May 2017 23:01:59 +0200] rev 11033
ios: Fixed math include in demos.
Philipp Wiesemann [Thu, 25 May 2017 23:01:34 +0200] rev 11032
directfb: Changed internal function to be static.
Philipp Wiesemann [Thu, 25 May 2017 23:01:16 +0200] rev 11031
android: Fixed parameter list in function definitions.
Philipp Wiesemann [Thu, 25 May 2017 23:00:58 +0200] rev 11030
wayland: Fixed freeing memory of SDL_malloc() with plain free().
Philipp Wiesemann [Thu, 25 May 2017 23:00:43 +0200] rev 11029
Removed unused internal window shape functions.
Ryan C. Gordon [Wed, 24 May 2017 19:56:59 -0400] rev 11028
audio: rename bsd target to netbsd.
Apparently this is no longer a generic BSD audio target, and hasn't been for
years, so rename it for NetBSD.