summaryrefslogtreecommitdiff
path: root/src/lib/ecore_imf
Commit message (Expand)AuthorAgeFilesLines
* ecore_imf - fix make check to doa "load all" check after de-sillifying itCarsten Haitzler (Rasterman)2016-08-051-2/+2
* ecore_imf: Fix crash when ECORE_IMF_MODULE is setJean-Philippe Andre2016-08-051-2/+1
* ecore-imf - fix stupidity of loading ALL modules even if not neededCarsten Haitzler (Rasterman)2016-08-011-22/+75
* ecore_imf: Add multiline hint in input hintJihoon Kim2016-05-181-0/+1
* ecore imf: fix imf module load hangs when not even configuredCarsten Haitzler (Rasterman)2016-01-181-8/+18
* ecore_imf: check parameter of ecore_imf_module_register ()Jihoon Kim2015-06-301-1/+1
* ecore_imf: fix wrong return type of ecore_imf_context_input_panel_return_key_...Jihoon Kim2015-06-301-1/+1
* ecore: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-071-0/+3
* Ecore IMF: Add @since tags to new fieldsConrad Meyer2015-04-081-6/+6
* ecore-imf: Added the device information in the Ecore_IMF_Event structsWonkeun Oh2015-03-241-0/+34
* ecore_imf: fix doxygen about key and mouse release eventJihoon Kim2015-03-131-2/+2
* ecore-imf: Add check for environment variable to enable show/hide of input panelChris Michael2015-03-021-2/+4
* ecore: update the doxygen groups to compile forgotten parts of the API.Pierre Le Magourou2014-10-201-0/+2
* ecore_imf: update missing Ecore_IMF.h API documentation.Pierre Le Magourou2014-10-201-37/+172
* ecore_imf: Add normal and password variationsJihoon Kim2014-10-171-0/+12
* ecore_imf: Add example code link in Ecore_IMF API doxygenJihoon Kim2014-10-171-0/+6
* ecore_imf: Add ecore_imf_context_bidi_direction_set/get APIJihoon Kim2014-09-233-0/+69
* Add explanation about ecore_imf_context_retrieve_surrounding_callback_setJihoon Kim2014-09-161-0/+2
* ecore_imf: Add ecore_imf_context_input_hint_set APIJihoon Kim2014-08-303-0/+70
* Add ECORE_IMF_CALLBACK_PRIVATE_COMMAND_SEND enum in Ecore_IMF_Callback_TypeJihoon Kim2014-08-301-1/+2
* ecore_imf: fix to call function of immodule when the input method property is...Jihoon Kim2014-08-301-5/+11
* ecore_imf_context: fixing default id getterAndrii Kroitor2014-08-201-1/+0
* imf - fix x11 vs wl fix to leave x11 alone for those without scimCarsten Haitzler (Rasterman)2014-08-111-3/+5
* ecore-imf - fix broken state on non-x11 environmentsCarsten Haitzler (Rasterman)2014-08-111-0/+7
* ecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enumsJihoon Kim2014-07-281-4/+4
* ecore_imf: Add ECORE_IMF_INPUT_PANEL_LAYOUT_EMOTICONJihoon Kim2014-02-271-1/+2
* ecore_imf: fix to call function of immodule when the input method property is...Jihoon Kim2014-01-231-12/+31
* ecore_imf: Add selection_set callback type to allow Input Method to select a ...Jihoon Kim2014-01-231-1/+10
* Add ecore_imf_context_selection_get API to allow Input Method to get the sele...Jihoon Kim2014-01-233-0/+75
* fix mingw build for setuid fix/checksCarsten Haitzler (Rasterman)2014-01-081-1/+3
* setuid safeness - ensure if an app that is setuid doesn't do bad thingsCarsten Haitzler (Rasterman)2014-01-081-41/+28
* fixme notes - fixme: many instances of module loading that bloat our memCarsten Haitzler (Rasterman)2014-01-061-0/+3
* ecore_imf: fix doxygen warning in ecore_imf_context_input_panel_enabled_set ()Jihoon Kim2014-01-061-1/+1
* ecore_imf: Add description about Ecore_IMF_Lib_GroupJihoon Kim2014-01-061-0/+8
* efl: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-3/+3
* Do not call the contexts' input_panel_show/hide methods unlessChris Michael2013-11-151-2/+8
* Add @since in the doc of ecore_imf_input_panel_hide () APIJihoon Kim2013-11-111-0/+1
* ecore_imf: fix indentationJihoon Kim2013-11-111-1/+1
* An Imf module can fail to create a context so we should check theChris Michael2013-08-151-1/+1
* Add ecore_imf_context_input_panel_on_demand_set/get APIJihoon Kim2013-08-133-0/+48
* edje - Fix efl to use key not keyname (so xmodmap works).Carsten Haitzler (Rasterman)2013-07-311-1/+1
* Add wayland to ecore_imf "in tree" modulesChris Michael2013-07-241-0/+3
* [ecore_imf] fix crash because of invalid show request contextJihoon Kim2013-07-171-0/+4
* Fix "Allocation too small" errors reported by Coverity. (Basically, ifChris Michael2013-07-081-3/+3
* Fix formattingChris Michael2013-07-081-1/+2
* Add ECORE_IMF_INPUT_PANEL_LAYOUT_DATETIME, EDJE_INPUT_PANEL_LAYOUT_DATETIME l...Jihoon Kim2013-05-271-1/+2
* ecore_imf: fix crash when ecore_imf_context_del is called in ecore_imf_contex...Jihoon Kim2013-05-141-0/+3
* ecore_imf: Add ecore_imf_context_input_panel_event_callback_call, clear APIJihoon Kim2013-04-133-6/+117
* ecore_imf: Add ecore_imf_input_panel_hide() APIJihoon Kim2013-04-133-0/+32
* ecore_imf: Add ecore_imf_context_input_panel_layout_variation_set/get APIJihoon Kim2013-03-273-0/+56