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.
Sam Lantinga [Mon, 11 May 2020 14:31:04 -0700] rev 13803
Fixed bug 5103 - Port fcitx support to both fcitx 4 & 5
wengxt
Due to the new major fcitx version is coming close, the existing code need to be ported to use new Fcitx dbus interface.
The new dbus interface is supported by both fcitx 4 and 5, and has a good side effect, which is that it will work with flatpak for free. Also the patch remove the dependency on fcitx header. Instead, it just hardcodes a few enum value in the code so need to handle the different header for fcitx4 or 5.
Cameron Cawley [Thu, 13 Feb 2020 20:32:26 +0000] rev 13802
riscos: Increase the number of supported joystick buttons
Sylvain Becker [Fri, 08 May 2020 21:50:23 +0200] rev 13801
Android: robustness if locale failed to be detected at start
Sylvain Becker [Fri, 08 May 2020 21:40:28 +0200] rev 13800
Android: send SDL_LOCALECHANGED when locale changes
Sylvain Becker [Fri, 08 May 2020 11:15:38 +0200] rev 13799
Android: fix missing prototype warning
Sylvain Becker [Fri, 08 May 2020 11:00:51 +0200] rev 13798
Android: factorize asset manager code (bug 2131 and 4297)
Ryan C. Gordon [Mon, 04 May 2020 02:27:29 -0400] rev 13797
locale: Implemented SDL_GetPreferredLocales().
This was something I proposed a long time ago, Sylvain Becker did
additional work on it, then back to me.
Fixes Bugzilla #2131.