kc3-lang/SDL/src/core/linux/SDL_ibus.c

Branch :


Log

Author Commit Date CI Message
9d54a900 2014-08-23 19:06:54 May have fixed the Linux build again
fe4bc5ab 2014-08-23 11:00:16 Fixed Linux build
a79ed6ce 2014-08-21 23:22:46 Fix declaration-after-statement errors in ibus code.
5e1f1589 2014-08-21 23:15:17 Adjusted code style slightly for SDL_ibus.c
38b49c30 2014-08-19 21:59:56 Changed the name of the IME hint to match the naming convention in SDL
90bc642f 2014-08-19 23:31:50 Add a SDL_IM_INTERNAL_EDITING event to make IMs like iBus render editing text in its own UI instead of sending TEXTEDITING events. This is useful for applications that handle TEXTINPUT events but not TEXTEDITING events.
f4ddacf4 2014-08-19 23:17:28 Improvements to the IBus related code: + Handle HidePreeditText IBus signal. + Use SDL_GetKeyboardFocus instead of SDL_GetFocusWindow. + Move the X11 IBus SetFocus calls to the X11_DispatchFocus functions. + Simplify the IBus ifdefs when handling X11 KeyEvents. + Remove inotify watch when SDL_IBus_Quit is called.
6f84f37c 2014-08-19 22:28:53 Take the window border size into account when positioning the IBus candidate list.
75dacdb9 2014-07-18 14:10:45 Dont redeclare DBusMessage* msg;
41a39837 2014-06-18 20:11:39 Add IBus IME Support, move DBus code to its own file. (v3.3 squashed)