Sylvain Becker [Sun, 17 May 2020 21:23:17 +0200] rev 13813
Only set colorkey, if converted surface has no alpha channel (2979)
Sylvain Becker [Sun, 17 May 2020 20:45:55 +0200] rev 13812
Fix issue with colorkey, palette and format conversion
Set the colorkey information on the converted surface.
Test-case in bug 3826/2979, conflicting with bug 4798
Sylvain Becker [Fri, 15 May 2020 21:33:47 +0200] rev 13811
Fix static analysis warning in SDL_render.c
Sylvain Becker [Fri, 15 May 2020 21:12:23 +0200] rev 13810
Fixed bug 5100 - compilation CMake Android armeabi-v7a (Thanks Steve Robinson!)
fatal error: 'cpu-features.h' file not found on CMake Android armeabi-v7a
Ryan C. Gordon [Thu, 14 May 2020 21:54:51 -0400] rev 13809
docs: README-linux.md updated for a modern Ubuntu release.
Ryan C. Gordon [Thu, 14 May 2020 21:49:29 -0400] rev 13808
docs: Fixed README-linux.md's line endings and word wrap.
Ryan C. Gordon [Thu, 14 May 2020 21:48:24 -0400] rev 13807
docs: Linux systems don't need to install wayland-protocols anymore.
We ship the protocol xml files we need with SDL's sources now.
Ryan C. Gordon [Wed, 13 May 2020 16:48:42 -0400] rev 13806
emscripten: Fix crash in SDL_SetWindowTitle().
This patch came from emscripten-ports, thanks!
Fixes Bugzilla #5133.
Tudor Brindus [Fri, 17 Apr 2020 13:55:44 -0400] rev 13805
wayland: add support for SDL_SetWindowGrab
Sam Lantinga [Mon, 11 May 2020 14:36:23 -0700] rev 13804
Fixed bug 5098 - macOS CreateWindowFrom doesn't work with high-dpi displays
michaeljosephmaltese
Display ends up taking only 1/4 of the screen area. It needs to call "setWantsBestResolutionOpenGLSurface:highdpi", like when creating a window the normal way.