summaryrefslogtreecommitdiff
path: root/ism/modules
AgeCommit message (Expand)AuthorFilesLines
2019-03-11Add keycode in the filter_key eventInhong Han3-7/+8
2018-12-07Fix mismatch between log format and actual parameterJihoon Kim1-2/+2
2018-09-11Add return_key_type in remote_control_entry_metadataInHong Han3-8/+22
2018-08-21Fix issue IME doesn't appear after IME is restartedInHong Han1-0/+8
2018-08-20Fix issue that IME didn't restart in on-demand modeInHong Han1-3/+2
2018-07-04Fix issue that IME is launched twice in on-demand modeInHong Han1-3/+3
2018-07-04Change isf_control_prelaunch_ise() from synchronous event to asynchronous eventInHong Han1-2/+1
2018-06-26Modified to change preedit_cursor when zero caret receivedInHong Han1-1/+1
2018-06-20Add optimization_hint for ISEsJi-hoon Lee1-2/+13
2018-06-14Remove card security code autofill hintJihoon Kim1-3/+0
2018-05-17Modifed to call the preedit_changed_cb without changing preedit_textInHong Han1-5/+4
2018-05-02Fix defects detected by static analysis toolJi-hoon Lee1-8/+8
2018-04-19Support all preedit stylesInHong Han1-1/+9
2018-04-06Remove code that does not seem to be effectiveJi-hoon Lee1-11/+0
2018-04-06Fix crash issue caused by the NULL _focused_ic variableJi-hoon Lee1-3/+5
2018-04-03Fix defects detected by static analysis toolJi-hoon Lee1-1/+1
2018-04-03Fix the issue that IME doesn't sometimes terminate in on-demand modeInHong Han1-0/+6
2018-04-03Fix defect detected by static anlaysis toolInHong Han2-18/+17
2018-03-29Modified to send entry metadata after IME is shown in on-demand modeInHong Han1-0/+36
2018-03-19Add code to connect to wl displayJihoon Kim1-10/+5
2018-03-19Update Ecore_Wayland API to EFL 1.20InHong Han2-18/+41
2018-03-13Fix issue detected by static analysis toolInHong Han2-5/+8
2018-02-07Remove unused functions to avoid deadlockInHong Han4-35/+0
2018-02-06Fix defects detected by static analysis toolJihoon Kim2-2/+3
2018-02-06Do not hide IME when KP_Enter key is inputtedliang ding1-0/+1
2018-02-02Update ISE language locale before emitting LANGUAGE_CHANGED eventJi-hoon Lee2-4/+36
2018-01-24Add isf_control_prelaunch_ise() APIInHong Han1-0/+10
2018-01-08Fix undefined symbol issue related to eina_lock APIs in EFL 1.20Jihoon Kim1-1/+1
2018-01-05Fix isf-panel-efl crash issue when the ecore_wl_init() is failedInHong Han1-4/+8
2018-01-04Acquire language locale string from ISEJi-hoon Lee3-0/+14
2017-12-19Support to deliver autofill typeJihoon Kim5-0/+59
2017-12-19Support prediction hint data interfaceJihoon Kim6-1/+37
2017-11-28Reduce unnecessary logsJihoon Kim4-50/+4
2017-11-22Remote unnecessary newline characters in logSungmin Kwak6-327/+327
2017-11-07Return finalized_content as surrounding text when focus lostJi-hoon Lee6-2/+41
2017-11-06Fix potential buffer overflow defectJi-hoon Lee3-24/+48
2017-10-17Remove the filter_devices logic and use the device_subclass to distinguish th...InHong Han1-31/+1
2017-09-21Revert "Remove the filter_devices logic and use the device_subclass to distin...InHong Han1-1/+31
2017-09-21Change socket path for securityJihoon Kim1-2/+2
2017-09-21Use secure logJihoon Kim1-2/+0
2017-09-18Fix typo in capital mode functionJihoon Kim1-2/+2
2017-09-06Delete the timer callback when destroying WSCContextISF pointerSungmin Kwak1-0/+4
2017-09-06Remove IME from the client repository when sending EXIT commandJi-hoon Lee1-0/+2
2017-09-01Fix build warningJihoon Kim1-1/+0
2017-08-22Remove the filter_devices logic and use the device_subclass to distinguish th...InHong Han1-31/+1
2017-08-22Revert "Remove the filter_devices logic and use the device_subclass to distin...Jihoon Kim1-1/+31
2017-08-07Remove the filter_devices logic and use the device_subclass to distinguish th...Wonkeun Oh1-31/+1
2017-08-02Fixed the crash issue when the ecore_wl_shutdown() is called without initInHong Han1-2/+7
2017-07-31Fix issue uninitialized value is usedJihoon Kim1-0/+1
2017-07-29Send candidate show/hide status update to wayland moduleJi-hoon Lee1-0/+20