summaryrefslogtreecommitdiff
path: root/ism
AgeCommit message (Expand)AuthorFilesLines
2020-08-06Split shared object for IMEngine from libscim.soJihoon Kim6-62/+87
2020-07-30Reduce package dependenciesJihoon Kim6-25/+34
2020-07-24Support ise-engine-loader featureInHong Han2-4/+85
2020-05-18Fix bug that no way to show IME after generating key event in wearableJihoon Kim1-1/+1
2020-05-15Fix memory leak in case of setting mime type multiple timesJihoon Kim1-0/+3
2020-05-14Fix memory leak in case of setting prediction hint multiple timesJihoon Kim1-0/+3
2020-04-24Fix default keyboard is not changing properlyInHong Han1-0/+1
2020-04-03Change the way to check whether window has focusJihoon Kim1-1/+7
2020-04-02Fix issue nesting level does not match indentationJihoon Kim1-2/+4
2020-03-24Do not allow to show IME in no focus windowJihoon Kim1-2/+10
2020-03-18Handle key event cancel flagJihoon Kim1-16/+26
2020-03-16Prevent buffer overflowInHong Han1-1/+1
2020-03-09Reduce the wait time for key processing to prevent deadlockInHong Han1-1/+6
2020-02-13Revert "Fix the cap mode problem in wearable equipment."Jihoon Kim1-2/+2
2020-01-30Fix infinite loop issueJihoon Kim1-2/+2
2020-01-30Fix issue close file descriptor again that has been already closed.Jihoon Kim1-1/+0
2020-01-22Apply secure log in IME interfaceJihoon Kim1-3/+3
2020-01-21Modified not to be hidden IME immediately when input_panel_hide() is called t...InHong Han1-2/+1
2020-01-20Modified to prevent IME from restarting in on-demand modeInHong Han1-3/+4
2020-01-07Fix issue character is committed twice when IME is slowInHong Han1-0/+5
2019-12-27Modified to set valid Ecore_IMF_Preedit_Attr's end_indexInHong Han1-2/+2
2019-12-16Change keyboard mode as S/W keyboard mode in TV profileJihoon Kim2-2/+3
2019-12-06Used PING message to prevent deadlockInHong Han2-0/+14
2019-12-06Add PING message for flushing event queueJi-hoon Lee3-0/+16
2019-12-05Removed the vconf setting code to move it to the e-mod-tizen-wl-textinputInHong Han1-8/+0
2019-11-20Fixed the deadlock issueInHong Han1-1/+13
2019-11-08Apply secure options to compile flagsJihoon Kim3-3/+4
2019-10-18Modified the default style of the preedit from underline to none styleInHong Han1-3/+3
2019-10-17Fix typosJihoon Kim4-11/+11
2019-10-15Support preedit none styleJihoon Kim2-7/+8
2019-10-08Add floating IME test in demoInHong Han4-1/+112
2019-10-02Add log for checking the position of preedit cursorJihoon Kim1-4/+6
2019-09-17Fix issue that remote_control_text_updated_cb() is not called when IME is shownInHong Han1-1/+1
2019-09-17Changed Remote Input's privilegeInHong Han1-1/+2
2019-09-02Initialize the input resource mode after the remote input is finished.Sungmin Kwak1-1/+12
2019-08-26demo: not allow focus in rotate buttonJihoon Kim1-0/+1
2019-08-26Fix crash issue after input context is deletedJihoon Kim1-5/+6
2019-08-26Remove unnecessary header includeJihoon Kim1-1/+0
2019-08-08Merge "Fix issue input language has '~other' in some environment" into tizenJihoon Kim1-2/+0
2019-08-08Merge "Fix defect detected by static analysis tool" into tizenJihoon Kim1-13/+16
2019-08-08Fix issue input language has '~other' in some environmentJihoon Kim1-2/+0
2019-08-08Fix defect detected by static analysis toolJihoon Kim1-13/+16
2019-08-02Fix signed integer overflowInHong Han1-3/+3
2019-07-12Remove code to use deprecated Ecore IMF APIsJihoon Kim1-17/+0
2019-06-28Move input_panel_shown_once flag into deactivate eventSungmin Kwak2-5/+5
2019-06-28Revert "Fix a problem that ENTRY_METADATA event is not called"Sungmin Kwak2-1/+5
2019-06-19Give the empty string for Password textfield in Remote InputSungmin Kwak1-15/+4
2019-06-18Fix a problem that ENTRY_METADATA event is not calledSungmin Kwak2-5/+1
2019-06-03Prevent sending invalid key event to applicationInHong Han1-0/+2
2019-05-06Fix the cap mode problem in wearable equipment.Xie Ligang1-2/+2