SDL/src
Sam Lantinga f6366c09e2 Fixed bug 3920 - IBus not work with SDL 2.0.7
cjacker

After updating from 2.0.5 to 2.0.7, Ibus not work anymore(fcitx still works).

Compare with 2.0.5, there are two issues in SDL_ibus.c.

1, SetupConnection always return SDL_FALSE in 2.0.7.

2, 'SetCapabilities' method should be called on 'ibus_conn'.

Patch attached.
2018-02-13 08:15:39 -08:00
..
atomic Updated copyright for 2018 2018-01-03 10:03:25 -08:00
audio Fixed ISO C99 compatibility 2018-01-30 18:08:34 -08:00
core Fixed bug 3920 - IBus not work with SDL 2.0.7 2018-02-13 08:15:39 -08:00
cpuinfo Updated copyright for 2018 2018-01-03 10:03:25 -08:00
dynapi add SDL_log10 and SDL_log10f to include and dynapi 2018-02-08 17:07:47 +03:00
events Fixed building on platforms without __sighandler_t 2018-01-30 18:12:25 -08:00
file Updated copyright for 2018 2018-01-03 10:03:25 -08:00
filesystem Fixed ISO C99 compatibility 2018-01-30 18:08:34 -08:00
haptic Updated copyright for 2018 2018-01-03 10:03:25 -08:00
joystick Fixed compiler warning on Android 2018-02-09 16:01:11 -08:00
libm Fixed misleading indentation 2018-01-30 16:53:24 -08:00
loadso Updated copyright for 2018 2018-01-03 10:03:25 -08:00
main Fixed bug 4073 - Unquoted Unicode argument parsing broken on Windows due to incorrect usage of SDL_isspace() 2018-02-10 12:43:11 -08:00
power Updated copyright for 2018 2018-01-03 10:03:25 -08:00
render Fixed compile warning 2018-02-09 16:31:57 -08:00
stdlib Fixed bug 3947 - replace strlcpy with memcpy in SDL_strdup() 2018-02-13 08:13:29 -08:00
test Updated copyright for 2018 2018-01-03 10:03:25 -08:00
thread Fixed ISO C99 compatibility 2018-01-30 18:08:34 -08:00
timer Updated copyright for 2018 2018-01-03 10:03:25 -08:00
video kill C99'ism in SDL_waylandvulkan.c 2018-02-12 10:00:00 +03:00
SDL.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_assert.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_assert_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_dataqueue.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_dataqueue.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_error.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_error_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_hints.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_internal.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_log.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00