summaryrefslogtreecommitdiff
path: root/src/modules/ecore_imf
Commit message (Expand)AuthorAgeFilesLines
* ecore_imf/wayland: Check the return value of memory allocation functionJihoon Kim2017-08-121-5/+11
* ecore-imf-wayland: Check xkb_keysym_to_utf8Bryce Harrington2017-06-021-1/+1
* wayland: move pointer-related functions to ecore_wl2_input namespaceMike Blumenkrantz2017-05-191-1/+3
* ecore_imf/xim: Fix memory leakJihoon Kim2017-03-031-0/+3
* ecore_imf/ibus: Fix memory leak allocated by ibus_bus_newJihoon Kim2017-03-023-0/+12
* ecore-imf-wayland: Reduce calls to set_cursor_rectangleChris Michael2017-02-281-9/+22
* ecore-imf-wayland: Remove duplicate header includeChris Michael2017-02-281-2/+1
* ecore-imf-wayland: Formatting fixesChris Michael2017-02-281-68/+63
* ecore_imf/ibus: fix memory leakJihoon Kim2017-02-281-0/+1
* ecore_imf/ibus: Fix memory leakJihoon Kim2017-02-271-0/+2
* ecore_imf/wayland: Fix memory leak in immoduleJihoon Kim2017-02-271-0/+2
* ecore_imf/wayland: Auto generate wayland text-input protocolDerek Foreman2017-01-185-706/+72
* ecore_imf: remove unnecessary exported symbols in immodulesJihoon Kim2017-01-095-122/+122
* ecore imf - xim module - fix domain check to be be gteq 0Carsten Haitzler (Rasterman)2016-11-171-1/+1
* ecore imf - ibus - fix destroy/disconnect handling that crashesCarsten Haitzler (Rasterman)2016-07-301-2/+3
* ecore-imf - remove usueless checks for context - CID 1351451Carsten Haitzler (Rasterman)2016-07-241-2/+2
* efl - fix lots of little init/shutdown pairs that are wrongCarsten Haitzler (Rasterman)2016-07-041-1/+0
* efl - ecore c+ ecore-imf - fix odd case input when faking a real eventCarsten Haitzler (Rasterman)2016-05-271-10/+26
* ecore_imf: Add multiline hint in input hintJihoon Kim2016-05-181-0/+5
* ecore_imf/wayland: Change sequence to call preedit changed and end callbackJihoon Kim2016-05-171-9/+9
* ecore_imf/wayland: Fix bug language changed event is always calledJihoon Kim2016-04-181-6/+10
* Add ECORE_IMF_CALLBACK_DELETE_SURROUNDINGLi Zhang2016-03-291-3/+6
* ecore_imf/wayland: fix IME flickering issue when input_panel_hide and show is...Jihoon Kim2016-03-241-4/+1
* ecore_imf/wayland: use default preedit styleJihoon Kim2016-03-211-0/+3
* ecore_imf/wayland: send cursor position before requesting to showJihoon Kim2016-02-121-14/+39
* ecore_imf/wayland: Fix not to show IME in touching entry after hiding IMEJihoon Kim2016-02-121-20/+15
* ecore_imf/wayland: Fix IME hide -> show issue in case of focus-out and then f...Haifeng Deng2016-02-041-2/+60
* ecore_imf/wayland: do not check input panel enable in show or hideJihoon Kim2016-02-041-4/+2
* ecore_imf/wayland: support to set prediction allow modeJihoon Kim2016-02-043-1/+17
* ecore_imf/wayland: notify language changedJihoon Kim2016-02-041-2/+15
* ecore_imf/wayland: Add support to get input panel language localeJihoon Kim2016-02-043-3/+30
* ecore_imf/ibus: fix indentationJihoon Kim2016-02-042-67/+67
* ecore_imf/scim: fix uninitiazed value issue detected by valgrindJihoon Kim2016-01-271-0/+1
* ecore-imf-wayland: Remove trailing whitespaceChris Michael2015-12-031-3/+3
* ecore-imf-wayland: Use ecore_wl2_display_window_find API functionChris Michael2015-12-031-1/+4
* ecore-imf-wayland: Disconnect display when we close the moduleChris Michael2015-12-031-0/+1
* ecore-imf-wayland: Port ecore_imf_wayland to use Ecore_Wl2Chris Michael2015-12-033-32/+45
* ecore imf - fix modules that are x11 based to only load in x11 and in wlCarsten Haitzler (Rasterman)2015-10-314-3/+29
* ecore_imf/wayland: Add NULL check for text_input_manager.Seunghun Lee2015-10-151-0/+3
* ecore_imf: ibus - remove logically dead codeAmitesh Singh2015-10-021-2/+0
* eina, ecore_imf: fix uninitialized field warningsDaniel Kolesa2015-07-231-0/+2
* ecore_imf/wayland: Add NULL check before accessingJihoon Kim2015-06-161-14/+30
* ecore_imf/wayland: support on-demand show modeJihoon Kim2015-06-091-29/+42
* ecore_imf/wayland: support input language mode in wayland text inputJihoon Kim2015-05-283-1/+16
* ecore_imf/wayland: support input hint in wayland text inputJihoon Kim2015-05-283-1/+21
* ecore_imf/wayland: support password mode in wayland text inputJihoon Kim2015-05-283-7/+24
* ecore_imf/wayland: support autocapital mode in wayland text inputJihoon Kim2015-05-273-2/+23
* ecore_imf/wayland: support feature to change layout of virtual keyboardJihoon Kim2015-05-203-1/+50
* ecore_imf/wayland: hide input panel explicitly in focus-out handlerJihoon Kim2015-05-191-2/+7
* ecore_imf: init wayland before using wayland calls.Marcel Hollerbach2015-04-211-0/+7