summaryrefslogtreecommitdiff
path: root/src/modules/ecore_imf
Commit message (Expand)AuthorAgeFilesLines
* build: addition to abf0e9dffe35da8fa6e20055f53786b2adbec271Marcel Hollerbach2020-09-252-2/+2
* Get rid of trailing whitespaces (13 / 14)Elyes HAOUAS2020-06-232-20/+20
* refactor buildMarcel Hollerbach2020-05-271-1/+0
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-072-86/+86
* meson: support unified suffixes for modulesMarcel Hollerbach2020-04-074-4/+8
* imf - make xim+scim the defaults not xim+ibus due to ibus being brokenCarsten Haitzler (Rasterman)2019-12-061-0/+5
* meson: add xkbcommon to the build depsMarcel Hollerbach2019-08-151-1/+4
* ecore_imf: remove code to use deprecated API in wayland immoduleJihoon Kim2019-07-151-11/+0
* ecore_imf: deprecate ambigous or unused APIsJihoon Kim2019-07-103-47/+3
* ecore-imf/xim: only call ecore_x_shutdown if init was previously calledMike Blumenkrantz2019-05-291-1/+8
* meson: enable strict linkingMarcel Hollerbach2019-04-233-3/+3
* build: use only BUILD_ECORE_IMF_XIM as a defineMike Blumenkrantz2019-04-171-3/+0
* ecore_imf: do not loop forever on shutdown when there is no more a displayBoris Faure2019-04-101-1/+1
* meson: set ENABLE_XIM if the xim module is compiledBoris Faure2019-04-101-0/+3
* ecore imf - scim module - fix string handling to stop warningsCarsten Haitzler (Rasterman)2019-03-031-6/+17
* meson - fix ecore imf scim build to detect scim fully and work againCarsten Haitzler (Rasterman)2018-11-171-1/+6
* ecore imf - xim module - use proper prorotypes and returns for ximCarsten Haitzler (Rasterman)2018-11-091-4/+3
* ecore imf - ibus - fill all struct fieldsCarsten Haitzler (Rasterman)2018-11-091-8/+12
* ecore imf - wl - fill all stgruct fields with something...Carsten Haitzler (Rasterman)2018-11-091-1/+5
* ecore imf modules - check ecore x display state beofre doing x thingsCarsten Haitzler (Rasterman)2018-11-093-26/+52
* here comes mesonMarcel Hollerbach2018-10-025-0/+77
* ecore_wl2: Remove ecore_wl2_display_window_findDerek Foreman2018-07-061-2/+1
* ecore_wl2: Replace window ids with pointersDerek Foreman2018-07-061-2/+2
* wayland_imf: Clear hide timer when deleting contextDerek Foreman2018-02-091-0/+2
* ecore-imf: do ecore-x init during ctx creation instead of module initMike Blumenkrantz2018-02-071-9/+6
* disable async mode (use sync mode) for ibus when keymap changesCarsten Haitzler (Rasterman)2018-02-071-1/+1
* efl: drop deprecated Encoding key from desktop filesRoss Vandegrift2017-12-131-1/+1
* 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