summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-04Fix the crash issue when IME is exitingInhong Han3-6/+20
2023-10-16Fix a candidate window flickering issueInhong Han1-8/+0
2023-08-04Remove ODE dependency due to ODE deprecateJihoon Kim1-17/+1
2023-06-09Remove clipboard featureJihoon Kim3-173/+1
2023-01-03Modified not to call an unnecessary hide_lookup_table requestInHong Han1-1/+0
2022-12-19Fix issue detected by static analysis toolJihoon Kim1-1/+1
2022-09-21Hide nmt agent support logJihoon Kim3-2/+28
2022-07-27Fix buffer overflow issue detected by static analysis toolsubmit/tizen/20220727.052311accepted/tizen/unified/20220729.131722InHong Han1-1/+1
2022-07-25Fix buffer overflow issue detected by static analysis toolInHong Han1-3/+3
2022-06-22Fix memory leak detected by valgrindInHong Han1-0/+1
2022-04-05Fix issue surrounding_text does not deliver to Thai IMEngineInHong Han1-1/+1
2022-01-07Initialize clipboard handleJihoon Kim1-1/+1
2021-11-02Play feedback sound when releasing candidate itemJihoon Kim2-1/+12
2021-08-05Remove unused codeJihoon Kim1-6/+0
2021-07-22Reduce cyclomatic complexityJihoon Kim1-407/+451
2021-07-21Remove unused predefined preprocessorJihoon Kim5-109/+0
2021-07-20Reduce the duplicated codeJihoon Kim1-3/+10
2021-07-19Split guide popup code into another fileJihoon Kim3-189/+231
2021-07-02Use empty() function instead of size() for readabilityJihoon Kim4-19/+12
2021-06-02Support language changes using H/W keyboardInHong Han1-3/+20
2021-06-02Revert "Support language changes using H/W keyboard"InHong Han1-16/+3
2021-06-02Support language changes using H/W keyboardInHong Han1-3/+16
2021-06-02Disable translation button if NMT is unavailableJihoon Kim4-2/+23
2021-06-02Fix NMT layout issue in floating modeJihoon Kim1-15/+0
2021-06-02Fix CM key is not changed as translation buttonJihoon Kim1-3/+6
2021-05-31Fix build error on x86_64 architectureJihoon Kim1-0/+10
2021-05-31Support translationJihoon Kim6-3/+828
2021-03-31Load IME default setting from configuration fileInHong Han3-15/+122
2021-03-19Support synchronous event requestsInHong Han1-2/+21
2021-03-10Refactor code for checking group itemJihoon Kim1-2/+2
2021-03-10Support sticker option in mobile profileInHong Han5-4/+751
2021-02-16Fix typoJihoon Kim1-4/+4
2021-02-10Refactoring for increasing readabilityJihoon Kim1-5/+10
2021-02-10Modified not to use engine-loader on the numeric keyboardInHong Han2-3/+1
2021-02-02Add code to handle ime_event_set_input_hint_set_cb()Jihoon Kim1-0/+6
2021-02-01Fix typo in function namesJihoon Kim1-8/+8
2021-01-29Fix typoJihoon Kim1-6/+6
2021-01-29Fix issue detected by static analysis toolJihoon Kim2-7/+9
2021-01-12Support language to set ecore_imf_context_input_panel_language_set()Jihoon Kim2-9/+24
2021-01-12Refactor code related to autofillJihoon Kim4-77/+90
2021-01-06Extract clipboard codeJihoon Kim3-53/+152
2021-01-05Remove global variablesJihoon Kim2-2/+2
2021-01-05Support guide popup in common profileJihoon Kim3-29/+32
2021-01-05Remove global variable to check the visibility of candidateJihoon Kim1-15/+15
2021-01-05Fix defect detected by static analysis toolJihoon Kim1-7/+9
2021-01-04Clear smartreply when displaying normal candidate wordsJihoon Kim1-0/+4
2021-01-04Close candidate more view when pressing smartreply itemJihoon Kim1-1/+4
2021-01-04Remove global variable to get the size of smartreplyJihoon Kim1-10/+8
2021-01-04Remove global variable to check the exist of smartreplyJihoon Kim1-7/+2
2021-01-04Use secure log in button drag eventJihoon Kim1-1/+1